Date: Monday, November 28, 2022 @ 13:34:47
  Author: felixonmars
Revision: 1354811

archrelease: copy trunk to community-x86_64

Added:
  python-gdstk/repos/community-x86_64/PKGBUILD
    (from rev 1354810, 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-28 13:34:36 UTC (rev 1354810)
+++ PKGBUILD    2022-11-28 13:34:47 UTC (rev 1354811)
@@ -1,31 +0,0 @@
-# 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/
-}

Copied: python-gdstk/repos/community-x86_64/PKGBUILD (from rev 1354810, 
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-28 13:34:47 UTC (rev 1354811)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-gdstk
+pkgver=0.9.4
+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=('32921e8e34b5b4833605a1df6694171dc571325bdf723017e05b31a3fde88a93450e771dd23b66275f058a04d9b45bcb4d064fa43b97134e13b60e1e4ec1c633')
+
+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/
+}

Reply via email to