[arch-commits] Commit in python-gdspy/repos/community-x86_64 (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 28 18:51:36 UTC 2020
Date: Monday, December 28, 2020 @ 18:51:35
Author: felixonmars
Revision: 795843
archrelease: copy trunk to community-x86_64
Deleted:
python-gdspy/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 31 -------------------------------
1 file changed, 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-28 18:51:07 UTC (rev 795842)
+++ PKGBUILD 2020-12-28 18:51:35 UTC (rev 795843)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-gdspy
-pkgver=1.6.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=('9e957f360a6a196dad74c2833d75380a8faf0ed41c4a1c930f1bb650f6211fc7f445b4f0d5f42be7d5b4156e3aeab5d16ab877b7f86e86026fafdb61066992c5')
-
-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