Date: Thursday, April 13, 2023 @ 12:01:47
Author: arojas
Revision: 1445832
archrelease: copy trunk to community-staging-any
Added:
python-kikit/repos/community-staging-any/PKGBUILD
(from rev 1445831, python-kikit/trunk/PKGBUILD)
Deleted:
python-kikit/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-13 12:01:38 UTC (rev 1445831)
+++ PKGBUILD 2023-04-13 12:01:47 UTC (rev 1445832)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=KiKit
-pkgname=python-kikit
-pkgver=1.1.2
-pkgrel=3
-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'
'python-commentjson')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('9e3a27e7c8d1cfe526b45a1b722602b49a431fcd665111abf2728054a668949ce26b553f222d77a6477088b3b4f7e6830f3e73703410401bfac3f8fdae888f65')
-
-prepare() {
- sed -i '/versioneer/d' $_pkgname-$pkgver/setup.py
-}
-
-build() {
- cd $_pkgname-$pkgver
-
- python -m build -nw
-}
-
-package() {
- cd $_pkgname-$pkgver
-
- python -m installer -d "$pkgdir" dist/*.whl
-
- install -Dm 644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-kikit/repos/community-staging-any/PKGBUILD (from rev 1445831,
python-kikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-13 12:01:47 UTC (rev 1445832)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=KiKit
+pkgname=python-kikit
+pkgver=1.3.0
+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'
'python-commentjson')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('4c4ce70392c96cb061212c184016cf6282996b3a3128e6bf7c49a68d73b2970249661b01e1d6facf35010e8f66fc072009d79f250bf21235d5abe9d10878040a')
+
+prepare() {
+ sed -i '/versioneer/d' $_pkgname-$pkgver/setup.py
+}
+
+build() {
+ cd $_pkgname-$pkgver
+
+ python -m build -nw
+}
+
+package() {
+ cd $_pkgname-$pkgver
+
+ python -m installer -d "$pkgdir" dist/*.whl
+
+ install -Dm 644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+
+# vim:set ts=2 sw=2 et: