Date: Sunday, March 19, 2023 @ 06:00:15
  Author: felixonmars
Revision: 1423998

archrelease: copy trunk to community-x86_64

Added:
  python-gdstk/repos/community-x86_64/PKGBUILD
    (from rev 1423997, 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-19 06:00:05 UTC (rev 1423997)
+++ PKGBUILD    2023-03-19 06:00:15 UTC (rev 1423998)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=python-gdstk
-pkgver=0.9.26
-_commit=385d4e1da9c4f5692167da20ccbdaca0d0ae71e6
-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 1423997, 
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-19 06:00:15 UTC (rev 1423998)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-gdstk
+pkgver=0.9.27
+_commit=a683d3085f0a6ccb8c6efa17e3933761779a3daa
+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