Date: Sunday, November 6, 2022 @ 18:32:27
  Author: felixonmars
Revision: 1343926

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-06 18:32:23 UTC (rev 1343925)
+++ PKGBUILD    2022-11-06 18:32:27 UTC (rev 1343926)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-ziamath
-pkgver=0.6
-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=('0ef92988fec42e9bd3fe49cc16f1b4056a1c587cd54b58d744d6a6eb48ade68695637027fe2f9e9a9d43f3d2514bc7f879cba1eb1ddf9f92cbdde0100f9c11ad')
-
-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 1343925, 
python-ziamath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-06 18:32:27 UTC (rev 1343926)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-ziamath
+pkgver=0.7
+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=('ff7b46fa5485bdf053a128da5acb9e973391eb3528b03251ddaa3574726821f8b38892a8d412e3a2f05aa95558e2ee8f1f07fb43fc89602677d398db26419732')
+
+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/
+}

Reply via email to