Date: Wednesday, October 12, 2022 @ 00:30:53
  Author: felixonmars
Revision: 1327749

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-12 00:30:45 UTC (rev 1327748)
+++ PKGBUILD    2022-10-12 00:30:53 UTC (rev 1327749)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-latex2mathml
-pkgver=3.69.0
-pkgrel=1
-pkgdesc="Pure Python library for LaTeX to MathML conversion"
-url="https://github.com/roniemartinez/latex2mathml";
-license=('MIT')
-arch=('any')
-depends=('python-setuptools')
-checkdepends=('python-pytest' 'python-multidict' 'python-xmljson')
-source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('b1c8c6a6901459400e1ea945383dcd95c42e887a3d474e1826f4d922e596a9c389bffa2883e28791e12f1bbdb7e7b901b5a2603e2747b779e1b895198adccf86')
-
-prepare() {
-  cd latex2mathml-$pkgver
-  sed -i '/--cov/d' pyproject.toml
-}
-
-build() {
-  cd latex2mathml-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd latex2mathml-$pkgver
-  pytest
-}
-
-package() {
-  cd latex2mathml-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-latex2mathml/repos/community-any/PKGBUILD (from rev 1327748, 
python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-12 00:30:53 UTC (rev 1327749)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-latex2mathml
+pkgver=3.70.0
+pkgrel=1
+pkgdesc="Pure Python library for LaTeX to MathML conversion"
+url="https://github.com/roniemartinez/latex2mathml";
+license=('MIT')
+arch=('any')
+depends=('python-setuptools')
+checkdepends=('python-pytest' 'python-multidict' 'python-xmljson')
+source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('1617d73d015c316a455f6c7b44cb3738dcb5ad4e867ebdd575f6c66b23821bdc5200bbcec2adc69a6545f970d544ea6ff2856f2a8b84f61880cb5f728b5085f5')
+
+prepare() {
+  cd latex2mathml-$pkgver
+  sed -i '/--cov/d' pyproject.toml
+}
+
+build() {
+  cd latex2mathml-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd latex2mathml-$pkgver
+  pytest
+}
+
+package() {
+  cd latex2mathml-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to