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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 4 17:50:13 UTC 2022


    Date: Friday, February 4, 2022 @ 17:50:13
  Author: felixonmars
Revision: 1125792

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 17:50:04 UTC (rev 1125791)
+++ PKGBUILD	2022-02-04 17:50:13 UTC (rev 1125792)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ziamath
-pkgver=0.3
-pkgrel=3
-pkgdesc="Render MathML and LaTeX Math to SVG without Latex installation"
-url="https://ziamath.readthedocs.io/"
-license=('MIT')
-arch=('any')
-depends=('python-ziafont')
-optdepends=('python-latex2mathml: for latex support')
-makedepends=('python-setuptools')
-checkdepends=('python-latex2mathml' 'python-nbval' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/cdelker/ziamath/get/$pkgver.tar.bz2")
-sha512sums=('7d9511f1e15b728e2cb7cde82eff12752a60f8dfd6e20766ca58404e1e495bb98ee408cf0253d6f36f675aaab440500631f9e1ee650a8192ab32e6b5774d1e16')
-
-prepare() {
-  mv cdelker-ziamath-* ziamath-$pkgver
-}
-
-build() {
-  cd ziamath-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ziamath-$pkgver
-  python setup.py pytest --addopts --nbval || echo "Tests failed"
-}
-
-package() {
-  cd ziamath-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-ziamath/repos/community-any/PKGBUILD (from rev 1125791, python-ziamath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-04 17:50:13 UTC (rev 1125792)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ziamath
+pkgver=0.4
+pkgrel=1
+pkgdesc="Render MathML and LaTeX Math to SVG without Latex installation"
+url="https://ziamath.readthedocs.io/"
+license=('MIT')
+arch=('any')
+depends=('python-ziafont')
+optdepends=('python-latex2mathml: for latex support')
+makedepends=('python-setuptools')
+checkdepends=('python-latex2mathml' 'python-nbval' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/cdelker/ziamath/get/$pkgver.tar.bz2")
+sha512sums=('7abea8ada194b0c5de6897b441bcdc8f2101eeaa58a242360a9454e957b7fc99488d72f2ef3307dd6159b77d5055aa9bf050716542c78ad2b2808ddecd921501')
+
+prepare() {
+  mv cdelker-ziamath-* ziamath-$pkgver
+}
+
+build() {
+  cd ziamath-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ziamath-$pkgver
+  python setup.py pytest --addopts --nbval || echo "Tests failed"
+}
+
+package() {
+  cd ziamath-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list