Date: Tuesday, November 22, 2022 @ 23:06:38
Author: felixonmars
Revision: 1351955
archrelease: copy trunk to community-x86_64
Added:
python-gdstk/repos/community-x86_64/PKGBUILD
(from rev 1351954, python-gdstk/trunk/PKGBUILD)
Deleted:
python-gdstk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-22 23:06:25 UTC (rev 1351954)
+++ PKGBUILD 2022-11-22 23:06:38 UTC (rev 1351955)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-gdstk
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Python module for creating GDSII stream files, usually CAD layouts"
-url="https://github.com/heitzmann/gdstk"
-license=('custom:BSL')
-arch=('x86_64')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'cmake')
-checkdepends=('python-pytest-runner')
-source=("https://github.com/heitzmann/gdstk/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f97e5519341fe040cd7ddea709fa571d59c6a463579eb725949e62c44f913190a3bd9bf1e44f01d5e699cc428b43caad56841e2b0ae9fe3ebaf77ec4b7985056')
-
-build() {
- cd gdstk-$pkgver
- python setup.py build
-}
-
-check() {
- cd gdstk-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd gdstk-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-gdstk/repos/community-x86_64/PKGBUILD (from rev 1351954,
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-22 23:06:38 UTC (rev 1351955)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-gdstk
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Python module for creating GDSII stream files, usually CAD layouts"
+url="https://github.com/heitzmann/gdstk"
+license=('custom:BSL')
+arch=('x86_64')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'cmake')
+checkdepends=('python-pytest-runner')
+source=("https://github.com/heitzmann/gdstk/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8bf0a776449512befdd8e547631570c526a16ec9d2abaf2ffc58d1714ff5a9dd8fa68e364c6638618b8236202ba1a88e225be9713272a5be0ba2a17c093cce19')
+
+build() {
+ cd gdstk-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd gdstk-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd gdstk-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}