Date: Tuesday, April 4, 2023 @ 14:18:49
Author: felixonmars
Revision: 1434580
archrelease: copy trunk to community-x86_64
Added:
python-gdstk/repos/community-x86_64/PKGBUILD
(from rev 1434579, 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-04-04 14:18:41 UTC (rev 1434579)
+++ PKGBUILD 2023-04-04 14:18:49 UTC (rev 1434580)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-gdstk
-pkgver=0.9.28
-_commit=6f5f100648ddce0edf8074e4b1e71971610b4fa4
-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 1434579,
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-04 14:18:49 UTC (rev 1434580)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-gdstk
+pkgver=0.9.29
+_commit=077809b9fb4f0958c3f3f2752da08bc1e9bf0527
+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/
+}