Date: Sunday, October 2, 2022 @ 20:42:07
Author: felixonmars
Revision: 1320701
archrelease: copy trunk to community-any
Added:
python-latex2mathml/repos/community-any/PKGBUILD
(from rev 1320700, 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-02 20:41:49 UTC (rev 1320700)
+++ PKGBUILD 2022-10-02 20:42:07 UTC (rev 1320701)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-latex2mathml
-pkgver=3.67.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=('e9576b962d242374e3cb91a77cf91e79b145929fb106a3f7276dc25e34b20c561a5f6bfb817fde6d3dfc399ae7097c02ff0eb937c4946828e70c7431cbf5377a')
-
-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 1320700,
python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-02 20:42:07 UTC (rev 1320701)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-latex2mathml
+pkgver=3.68.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=('abe38ab8cc78cb8c0f6d136043f66019b4cc564aa49ff29a24e584575346f9b98e0421b487ddb8aae1f90efc53175707a87ecc2067b3a5436d8926d45d2972a2')
+
+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/
+}