Date: Saturday, December 3, 2022 @ 18:22:16
  Author: arojas
Revision: 1356385

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-03 18:22:05 UTC (rev 1356384)
+++ PKGBUILD    2022-12-03 18:22:16 UTC (rev 1356385)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=KiKit
-pkgname=python-kikit
-pkgver=1.1.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' '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=('a9609d3fec80a3ab00e683835fb9527988016da43790915ab009c229fba28178c9d63338279fc73788b11f9c694bf139bfa9b342c7c4db63d6c0f8b9652f541b')
-
-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-any/PKGBUILD (from rev 1356384, 
python-kikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-03 18:22:16 UTC (rev 1356385)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=KiKit
+pkgname=python-kikit
+pkgver=1.1.2
+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' '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:

Reply via email to