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

Filipe Laíns ffy00 at archlinux.org
Thu Aug 27 19:40:05 UTC 2020


    Date: Thursday, August 27, 2020 @ 19:40:05
  Author: ffy00
Revision: 689948

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 19:40:01 UTC (rev 689947)
+++ PKGBUILD	2020-08-27 19:40:05 UTC (rev 689948)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=KiKit
-pkgname=python-kikit
-pkgver=0.6.1
-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/$pkgver.tar.gz")
-sha512sums=('c9a460e42d3add7edfbd9ba545bb219d0039f92f982b1d623fa251489aaef4ae3087494af0d2fdb2a70bd9c7b606dd68f008c2f2d8562c4067127e4ef357411d')
-
-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 689947, python-kikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-27 19:40:05 UTC (rev 689948)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=KiKit
+pkgname=python-kikit
+pkgver=0.6.1
+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')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('c9a460e42d3add7edfbd9ba545bb219d0039f92f982b1d623fa251489aaef4ae3087494af0d2fdb2a70bd9c7b606dd68f008c2f2d8562c4067127e4ef357411d')
+
+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