Date: Wednesday, September 21, 2022 @ 07:24:27
  Author: felixonmars
Revision: 1305923

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-21 07:23:49 UTC (rev 1305922)
+++ PKGBUILD    2022-09-21 07:24:27 UTC (rev 1305923)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-latex2mathml
-pkgver=3.66.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=('ac4c99b26fe2090689b032e2c67dc482d124dad938763ffa235f66e17af3a83e78c66c88693c5c14945ba5ea2d896c7fcbed08a4f7e45efec37e4d51894497f9')
-
-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 1305922, 
python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-21 07:24:27 UTC (rev 1305923)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-latex2mathml
+pkgver=3.66.1
+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=('245923aaf066d8fcd7e79822b1462b7625b1a7fb055f1612786446c633a3040ad42eb143b28e40512d90d3f372a06d2fa7cd5412a0ee4c0eabcf3b8ec7946ef6')
+
+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