Date: Thursday, March 2, 2023 @ 09:49:31
  Author: felixonmars
Revision: 1406305

archrelease: copy trunk to community-x86_64

Added:
  python-gdstk/repos/community-x86_64/PKGBUILD
    (from rev 1406304, python-gdstk/trunk/PKGBUILD)
Deleted:
  python-gdstk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-02 09:49:17 UTC (rev 1406304)
+++ PKGBUILD    2023-03-02 09:49:31 UTC (rev 1406305)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=python-gdstk
-pkgver=0.9.23
-_commit=ad6aab3a8d9c8d14fe17fbab6cb1d2426873a393
-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=('git' 'python-setuptools' 'cmake')
-checkdepends=('python-pytest-runner')
-source=("git+https://github.com/heitzmann/gdstk.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd gdstk
-  python setup.py build
-}
-
-check() {
-  cd gdstk
-  python setup.py pytest
-}
-
-package() {
-  cd gdstk
-  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 1406304, 
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-02 09:49:31 UTC (rev 1406305)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-gdstk
+pkgver=0.9.24
+_commit=a301ef2e895e35f1ed5b65627ab538909ec5d5cb
+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=('git' 'python-setuptools' 'cmake')
+checkdepends=('python-pytest-runner')
+source=("git+https://github.com/heitzmann/gdstk.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd gdstk
+  python setup.py build
+}
+
+check() {
+  cd gdstk
+  python setup.py pytest
+}
+
+package() {
+  cd gdstk
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to