[arch-commits] Commit in python-latex2mathml/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 9 18:15:44 UTC 2022


    Date: Friday, September 9, 2022 @ 18:15:44
  Author: felixonmars
Revision: 1297351

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-09 18:15:26 UTC (rev 1297350)
+++ PKGBUILD	2022-09-09 18:15:44 UTC (rev 1297351)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-latex2mathml
-pkgver=3.63.1
-pkgrel=1
-pkgdesc="Pure Python library for LaTeX to MathML conversion"
-url="https://github.com/roniemartinez/latex2mathml"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-multidict' 'python-xmljson')
-source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('31d9018576d7bc0f87d256c5640d812dd222105a49be522575afd065b3d5e33dde55775d1c7f2cff07be5a6f622b912d5dbf659be3f12f73c6e55ae06596da2b')
-
-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 1297350, python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-09 18:15:44 UTC (rev 1297351)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-latex2mathml
+pkgver=3.63.2
+pkgrel=1
+pkgdesc="Pure Python library for LaTeX to MathML conversion"
+url="https://github.com/roniemartinez/latex2mathml"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-cov' 'python-multidict' 'python-xmljson')
+source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('baba4fc38b7b8fe2184991119b6d36e00c3526846f6d06bf1f4c17ed3c5365bad1074eaa93195f667ec69136a0bd59a6334f2aaf649f773239032b6e289ee401')
+
+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/
+}



More information about the arch-commits mailing list