blob: e8bdb5a86ad5da4528dd943c3e111f44e0d17657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-kicadmodtree
pkgdesc = This repository contains scripts to generate custom KiCAD footprints using python, and a framework which allows us to create custom KiCAD footprint. A big bunch of footprints of the KiCad library was developed using this framework.
pkgver = 1.1.2.r2438.gcc6debe
pkgrel = 1
url = https://gitlab.com/kicad/libraries/kicad-footprint-generator
arch = any
license = GPL-3.0-or-later
checkdepends = python-pytest
makedepends = git
makedepends = python-pycodestyle
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-asteval-git
depends = python
depends = python-typing_extensions
depends = python-yaml
provides = python-kicadmodtree
conflicts = python-kicadmodtree
options = !strip
source = python-kicadmodtree::git+https://gitlab.com/kicad/libraries/kicad-footprint-generator.git
sha256sums = SKIP
pkgname = python-kicadmodtree
|