Date: Saturday, December 31, 2022 @ 11:33:41
  Author: felixonmars
Revision: 1372647

archrelease: copy trunk to community-x86_64

Added:
  python-gdstk/repos/community-x86_64/PKGBUILD
    (from rev 1372646, 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-31 11:33:26 UTC (rev 1372646)
+++ PKGBUILD    2022-12-31 11:33:41 UTC (rev 1372647)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=python-gdstk
-pkgver=0.9.10
-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=('122ca74ae8b0a06c8d397945c29e5fa2dc7c336381fd1e1298aa4f3c2acc04622543d6b5a066e4541e41e5a60511054c9a85427d3f8e54e077720b0df5c43a6e')
-
-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 1372646, 
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-31 11:33:41 UTC (rev 1372647)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-gdstk
+pkgver=0.9.12
+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=('01f976097983b999e7bfaeb672a4497f9c90456217f1b3a75445d7ae824b3d5a1e8350e744b75b2018b43c8e94b4b14e4ab6369e529b3514420e45f1b341bcdd')
+
+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