Date: Thursday, December 1, 2022 @ 19:55:57
Author: felixonmars
Revision: 1355862
archrelease: copy trunk to community-x86_64
Added:
python-gdstk/repos/community-x86_64/PKGBUILD
(from rev 1355861, 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-01 19:55:47 UTC (rev 1355861)
+++ PKGBUILD 2022-12-01 19:55:57 UTC (rev 1355862)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-gdstk
-pkgver=0.9.4
-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=('32921e8e34b5b4833605a1df6694171dc571325bdf723017e05b31a3fde88a93450e771dd23b66275f058a04d9b45bcb4d064fa43b97134e13b60e1e4ec1c633')
-
-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 1355861,
python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-01 19:55:57 UTC (rev 1355862)
@@ -0,0 +1,31 @@
+# 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/
+}