Date: Tuesday, December 6, 2022 @ 21:54:13
Author: felixonmars
Revision: 1356909
archrelease: copy trunk to community-x86_64
Added:
python-gdstk/repos/community-x86_64/PKGBUILD
(from rev 1356908, 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-06 21:54:02 UTC (rev 1356908)
+++ PKGBUILD 2022-12-06 21:54:13 UTC (rev 1356909)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-gdstk
-pkgver=0.9.5
-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=('5a8a2bf5617c9547afe2eb29a237e4558b88d92e60391ccb9a7521ed7c02a7026b454831458329ba13d525dce56b7497a170b62e61b5ac89053235ed73ebf7d1')
-
-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 1356908,
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 21:54:13 UTC (rev 1356909)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-gdstk
+pkgver=0.9.6
+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=('c752cb51e79a270749339c33bb16675bd3f716cded5793650fb10877328d320cdfa3caeb8ad8be643ea422c241cf09aba7aa3fba8103b8cd239b7c4e29ce8b8a')
+
+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/
+}