[arch-commits] Commit in python-gdstk/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Jan 9 18:48:22 UTC 2022
Date: Sunday, January 9, 2022 @ 18:48:22
Author: felixonmars
Revision: 1098411
archrelease: copy trunk to community-x86_64
Added:
python-gdstk/repos/community-x86_64/PKGBUILD
(from rev 1098410, 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-01-09 18:48:14 UTC (rev 1098410)
+++ PKGBUILD 2022-01-09 18:48:22 UTC (rev 1098411)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-gdstk
-pkgver=0.8.0
-pkgrel=2
-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=('98cf8595a1860e327ab6d44cc635ed7492eee6a835c55dc96130c584c7b0e634c7b40e8f934ce20d8e775809919667e9af190a232d593ab1d65478d4bfe0b74e')
-
-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 1098410, python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-09 18:48:22 UTC (rev 1098411)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-gdstk
+pkgver=0.8.1
+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=('22db5593523d8851607a2d55e2071d2a528a6fdc22e00df53315eb5d724d01c4af234e9b37699cb5cc0e0bdd7372b3d4bb2f09025bcdf47ae991e4811e033764')
+
+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/
+}
More information about the arch-commits
mailing list