Date: Thursday, April 13, 2023 @ 11:54:29
Author: arojas
Revision: 1445828
archrelease: copy trunk to community-staging-any
Added:
python-pcbnewtransition/repos/community-staging-any/PKGBUILD
(from rev 1445827, python-pcbnewtransition/trunk/PKGBUILD)
Deleted:
python-pcbnewtransition/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-13 11:54:20 UTC (rev 1445827)
+++ PKGBUILD 2023-04-13 11:54:29 UTC (rev 1445828)
@@ -1,24 +0,0 @@
-# Maintainer:
-
-_pkgname=pcbnewTransition
-pkgname=python-pcbnewtransition
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Library that allows you to support both, KiCAD 5 and KiCAD 6 in your
plugins'
-arch=(any)
-url='https://github.com/yaqwsx/pcbnewTransition'
-license=(MIT)
-depends=(python kicad)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha512sums=('650867b9d3ed7e4f9a6e9e90c58a0e8bee6efccd7cf88c145229837540d053d221f4d78f4ceb2c3286d4f64966542b5170c574b28455b9f5535f7a76b653f1c9')
-
-build() {
- cd $_pkgname-$pkgver
- python -m build --wheel --no-isolation --skip-dependency-check
-}
-
-package() {
- cd $_pkgname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-pcbnewtransition/repos/community-staging-any/PKGBUILD (from rev
1445827, python-pcbnewtransition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-13 11:54:29 UTC (rev 1445828)
@@ -0,0 +1,24 @@
+# Maintainer:
+
+_pkgname=pcbnewTransition
+pkgname=python-pcbnewtransition
+pkgver=0.3.4
+pkgrel=2
+pkgdesc='Library that allows you to support both, KiCAD 5 and KiCAD 6 in your
plugins'
+arch=(any)
+url='https://github.com/yaqwsx/pcbnewTransition'
+license=(MIT)
+depends=(python kicad)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha512sums=('cca02f15d59e051f2a04f561a1ecc9a3dcf2f755695feb38850eaf3c0fbb2a92a43049d4af51cb9fc7850059404c8da209121c82902e0775f23af7aeb4c178bc')
+
+build() {
+ cd $_pkgname-$pkgver
+ python -m build --wheel --no-isolation --skip-dependency-check
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}