Date: Sunday, December 18, 2022 @ 12:59:40
  Author: felixonmars
Revision: 1359902

archrelease: copy trunk to community-x86_64

Added:
  python-gdstk/repos/community-x86_64/PKGBUILD
    (from rev 1359901, 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-12-18 12:59:36 UTC (rev 1359901)
+++ PKGBUILD    2022-12-18 12:59:40 UTC (rev 1359902)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-gdstk
-pkgver=0.9.7
-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=('58af2b0623f514213b19b04f06658357c38c5c9dbc676c07fa42d549b33799ef2f243b2525bd9c0a7d55beb7379a6beb11b49b5d743f158801c2a2e92dd859b9')
-
-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 1359901, 
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-18 12:59:40 UTC (rev 1359902)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-gdstk
+pkgver=0.9.8
+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=('6e91bbe3be8e3695782d3e6c7a827a1fe61b47c9a3bd937bed4ef9f849af9ff3dee7bf5802fb90acdf97b3f8e5f836b401779cf60fc60dced5274986e99c06c2')
+
+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