Date: Tuesday, September 20, 2022 @ 21:10:43
Author: felixonmars
Revision: 1305853
archrelease: copy trunk to community-any
Added:
python-latex2mathml/repos/community-any/PKGBUILD
(from rev 1305852, 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-20 21:10:23 UTC (rev 1305852)
+++ PKGBUILD 2022-09-20 21:10:43 UTC (rev 1305853)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-latex2mathml
-pkgver=3.65.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=('ea13874f38a68262957729e66fa036fc56235858a2191f4fc3f43e5c9025544405a26f0eb5b8bbf7b386ace503a9ab3cbcdba15f3c360746aff9cc2fba0a6cdb')
-
-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 1305852,
python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-20 21:10:43 UTC (rev 1305853)
@@ -0,0 +1,35 @@
+# 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/
+}