[arch-commits] Commit in python-kikit/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 28 09:23:10 UTC 2022


    Date: Sunday, August 28, 2022 @ 09:23:09
  Author: arojas
Revision: 1285036

archrelease: copy trunk to community-any

Added:
  python-kikit/repos/community-any/PKGBUILD
    (from rev 1285035, python-kikit/trunk/PKGBUILD)
Deleted:
  python-kikit/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-28 09:23:00 UTC (rev 1285035)
+++ PKGBUILD	2022-08-28 09:23:09 UTC (rev 1285036)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=KiKit
-pkgname=python-kikit
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Automation tools for KiCAD'
-arch=('any')
-url='https://github.com/yaqwsx/KiKit'
-license=('MIT')
-depends=('python' 'kicad' 'python-numpy' 'python-shapely' 'python-click' 'python-markdown2'
-         'python-pybars3' 'python-solidpython')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d2dd85144c06d5a4fe895ac21ad95993a9e505e07da045afe6ca7fd4f813bdce9c8b43215eee389582578812e5222fe9c807ac3bc73be040abe164ee5bcee43a')
-
-prepare() {
-  sed -i '/versioneer/d' $_pkgname-$pkgver/setup.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kikit/repos/community-any/PKGBUILD (from rev 1285035, python-kikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-28 09:23:09 UTC (rev 1285036)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=KiKit
+pkgname=python-kikit
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='Automation tools for KiCAD'
+arch=('any')
+url='https://github.com/yaqwsx/KiKit'
+license=('MIT')
+depends=('python' 'kicad' 'python-numpy' 'python-shapely' 'python-click' 'python-markdown2'
+         'python-pybars3' 'python-solidpython' 'python-pcbnewtransition')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('d2dd85144c06d5a4fe895ac21ad95993a9e505e07da045afe6ca7fd4f813bdce9c8b43215eee389582578812e5222fe9c807ac3bc73be040abe164ee5bcee43a')
+
+prepare() {
+  sed -i '/versioneer/d' $_pkgname-$pkgver/setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list