Date: Thursday, December 29, 2022 @ 21:21:25
Author: felixonmars
Revision: 1371897
archrelease: copy trunk to community-any
Added:
python-latex2mathml/repos/community-any/PKGBUILD
(from rev 1371896, python-latex2mathml/trunk/PKGBUILD)
Deleted:
python-latex2mathml/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-29 21:21:16 UTC (rev 1371896)
+++ PKGBUILD 2022-12-29 21:21:25 UTC (rev 1371897)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-latex2mathml
-pkgver=3.75.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')
-makedepends=('python-build' 'python-installer' 'python-poetry-core')
-checkdepends=('python-pytest' 'python-multidict' 'python-xmljson')
-source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('d0cff5f642010882c8ec7e0ad5a87a6e70cc041b5d9534423368ce2fd4838020b4ddf1ce618c5e5bd4e147483d2d3626e237a078fda13cc5bda254c1b96648d6')
-
-prepare() {
- cd latex2mathml-$pkgver
- sed -i '/--cov/d' pyproject.toml
-}
-
-build() {
- cd latex2mathml-$pkgver
- python -m build -nw
-}
-
-check() {
- cd latex2mathml-$pkgver
- pytest
-}
-
-package() {
- cd latex2mathml-$pkgver
- python -m installer -d "$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-latex2mathml/repos/community-any/PKGBUILD (from rev 1371896,
python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-29 21:21:25 UTC (rev 1371897)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-latex2mathml
+pkgver=3.75.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')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
+checkdepends=('python-pytest' 'python-multidict' 'python-xmljson')
+source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('41204a97fa25cd5b011d2d43b36e87a1cc263b241cdca112976975a0860ff1f7e1e9b0f3955aa599449ee51cdd7d0c9958ce815eb9ddf518e1e19a67c87d1d05')
+
+prepare() {
+ cd latex2mathml-$pkgver
+ sed -i '/--cov/d' pyproject.toml
+}
+
+build() {
+ cd latex2mathml-$pkgver
+ python -m build -nw
+}
+
+check() {
+ cd latex2mathml-$pkgver
+ pytest
+}
+
+package() {
+ cd latex2mathml-$pkgver
+ python -m installer -d "$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}