[arch-commits] Commit in python-schemdraw/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 30 04:04:42 UTC 2019


    Date: Tuesday, July 30, 2019 @ 04:04:41
  Author: felixonmars
Revision: 494894

archrelease: copy trunk to community-testing-any

Added:
  python-schemdraw/repos/community-testing-any/
  python-schemdraw/repos/community-testing-any/PKGBUILD
    (from rev 494893, python-schemdraw/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: python-schemdraw/repos/community-testing-any/PKGBUILD (from rev 494893, python-schemdraw/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-07-30 04:04:41 UTC (rev 494894)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sequencer <liujiuyang1994 at gmail.com>
+
+pkgname=python-schemdraw
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Electrical circuit schematic drawing."
+url="https://bitbucket.org/cdelker/schemdraw"
+license=('BSD')
+arch=('any')
+depends=('python-numpy' 'python-matplotlib')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/cdelker/schemdraw/get/$pkgver.tar.gz")
+sha512sums=('b463ed2e4062c7d4122a70e474d6f889ded8f7a6aa76bc4c48622bba45d25af0d23412c191102d06759f3f26c667126cb9fab6e8c24ff5375c681087e91dad51')
+
+prepare() {
+  mv cdelker-schemdraw-* schemdraw-$pkgver
+}
+
+build() {
+  cd schemdraw-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd schemdraw-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list