[arch-commits] Commit in python-schemdraw/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 19 11:32:43 UTC 2021


    Date: Thursday, August 19, 2021 @ 11:32:43
  Author: felixonmars
Revision: 1003779

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 11:32:35 UTC (rev 1003778)
+++ PKGBUILD	2021-08-19 11:32:43 UTC (rev 1003779)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Sequencer <liujiuyang1994 at gmail.com>
-
-pkgname=python-schemdraw
-pkgver=0.10
-pkgrel=1
-pkgdesc="Electrical circuit schematic drawing."
-url="https://bitbucket.org/cdelker/schemdraw"
-license=('BSD')
-arch=('any')
-depends=('python')
-optdepends=('python-matplotlib: for matplotlib backend'
-            'python-ziafont: for svg backend'
-            'python-ziamath: for svg backend'
-            'python-latex2mathml: for svg backend')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-nbval' 'python-matplotlib' 'python-ziafont'
-              'python-ziamath' 'python-latex2mathml')
-source=("$pkgname-$pkgver.tar.bz2::https://bitbucket.org/cdelker/schemdraw/get/$pkgver.tar.bz2")
-sha512sums=('f9ff99eac5233a63c6ad91927385e748b423cb8af2ea3f074db4167dbae54438573ffb8199a1c9cc6df863cea862a01fdbedadf632b71ad28b90205f971692d2')
-
-prepare() {
-  mv cdelker-schemdraw-* schemdraw-$pkgver
-}
-
-build() {
-  cd schemdraw-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd schemdraw-$pkgver
-  python setup.py pytest --addopts --nbval-lax
-}
-
-package() {
-  cd schemdraw-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-schemdraw/repos/community-any/PKGBUILD (from rev 1003778, python-schemdraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-19 11:32:43 UTC (rev 1003779)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sequencer <liujiuyang1994 at gmail.com>
+
+pkgname=python-schemdraw
+pkgver=0.11
+pkgrel=1
+pkgdesc="Electrical circuit schematic drawing."
+url="https://bitbucket.org/cdelker/schemdraw"
+license=('BSD')
+arch=('any')
+depends=('python')
+optdepends=('python-matplotlib: for matplotlib backend'
+            'python-ziafont: for svg backend'
+            'python-ziamath: for svg backend'
+            'python-latex2mathml: for svg backend')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-nbval' 'python-matplotlib' 'python-ziafont'
+              'python-ziamath' 'python-latex2mathml')
+source=("$pkgname-$pkgver.tar.bz2::https://bitbucket.org/cdelker/schemdraw/get/$pkgver.tar.bz2")
+sha512sums=('328e0551178faf03fcaff29919a98bbd8845b81b16ae4372af549886310a0adcb8d045b248ebfcb8aaddd5080c9c265a8fb843a13b6730196a18e71a56718cec')
+
+prepare() {
+  mv cdelker-schemdraw-* schemdraw-$pkgver
+}
+
+build() {
+  cd schemdraw-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd schemdraw-$pkgver
+  python setup.py pytest --addopts --nbval-lax
+}
+
+package() {
+  cd schemdraw-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list