[arch-commits] Commit in python-gdstk/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 28 20:49:27 UTC 2022


    Date: Monday, February 28, 2022 @ 20:49:27
  Author: felixonmars
Revision: 1138653

archrelease: copy trunk to community-x86_64

Added:
  python-gdstk/repos/community-x86_64/PKGBUILD
    (from rev 1138652, 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-02-28 20:49:16 UTC (rev 1138652)
+++ PKGBUILD	2022-02-28 20:49:27 UTC (rev 1138653)
@@ -1,31 +0,0 @@
-# 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/
-}

Copied: python-gdstk/repos/community-x86_64/PKGBUILD (from rev 1138652, python-gdstk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 20:49:27 UTC (rev 1138653)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-gdstk
+pkgver=0.8.2
+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=('c89e53a8e1dbb56050f20ef1c8ebe0892747a7e75f3ba9f8aa8fde0d025a9af6690e9c0f6f2dce8b1e93d41fac1139ef59003ed7b1b016859ce5a1afce1ebf81')
+
+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