Date: Sunday, October 23, 2022 @ 09:48:01
  Author: felixonmars
Revision: 1333767

archrelease: copy trunk to community-any

Added:
  python-latex2mathml/repos/community-any/PKGBUILD
    (from rev 1333766, 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-23 09:47:45 UTC (rev 1333766)
+++ PKGBUILD    2022-10-23 09:48:01 UTC (rev 1333767)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-latex2mathml
-pkgver=3.72.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=('7fede91be3d6257dcfa62146742e7099534c138d22ec9803f5bdd4ef8735d03dfca628d08af9cb7fcf6e1556518b63fdbf07be754dc205545f634d9617cfacc6')
-
-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 1333766, 
python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-23 09:48:01 UTC (rev 1333767)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-latex2mathml
+pkgver=3.73.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=('7bcab274ee4bc86a2ede78911264c3e3dda061a0e674d23df9970024ecf6fad584970fc10fed461ff457cdbfbfa5feec8844a35e923a13171b3c4beb62857649')
+
+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