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

Felix Yan felixonmars at archlinux.org
Wed Feb 12 06:02:55 UTC 2020


    Date: Wednesday, February 12, 2020 @ 06:02:55
  Author: felixonmars
Revision: 568295

archrelease: copy trunk to community-x86_64

Added:
  python-gdspy/repos/community-x86_64/PKGBUILD
    (from rev 568294, python-gdspy/trunk/PKGBUILD)
Deleted:
  python-gdspy/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-12 06:02:40 UTC (rev 568294)
+++ PKGBUILD	2020-02-12 06:02:55 UTC (rev 568295)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-gdspy
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Python module for creating GDSII stream files, usually CAD layouts"
-url="https://github.com/heitzmann/gdspy"
-license=('custom:BSL')
-arch=('x86_64')
-depends=('python-numpy')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/heitzmann/gdspy/archive/v$pkgver.tar.gz")
-sha512sums=('4f81eb458bef1dc467889c4f0f6d79c982e65307100be14c0d6439758c6cdd340609fd2125563936b07896818ec3b617d9aaf762be967b9d3095959293c401b2')
-
-build() {
-  cd gdspy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd gdspy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd gdspy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-gdspy/repos/community-x86_64/PKGBUILD (from rev 568294, python-gdspy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-12 06:02:55 UTC (rev 568295)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-gdspy
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Python module for creating GDSII stream files, usually CAD layouts"
+url="https://github.com/heitzmann/gdspy"
+license=('custom:BSL')
+arch=('x86_64')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/heitzmann/gdspy/archive/v$pkgver.tar.gz")
+sha512sums=('88027dfaf1c6671e416cefc212ac0e1d3626738af07a8139330230016b373154a03e98139f84f4b5cd71c7a2b7257f75aa65321a08c97e1cd2220eed34103584')
+
+build() {
+  cd gdspy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd gdspy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd gdspy-$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