[arch-commits] Commit in python-latex2mathml/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 23:26:12 UTC 2021
Date: Thursday, December 2, 2021 @ 23:26:12
Author: foutrelis
Revision: 1062987
archrelease: copy trunk to community-staging-any
Added:
python-latex2mathml/repos/community-staging-any/PKGBUILD
(from rev 1062986, python-latex2mathml/trunk/PKGBUILD)
Deleted:
python-latex2mathml/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 23:26:07 UTC (rev 1062986)
+++ PKGBUILD 2021-12-02 23:26:12 UTC (rev 1062987)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-latex2mathml
-pkgver=3.61.0
-pkgrel=2
-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=('a8ae799ff5d24ee92ab89e47dee53e29cd78022484666925c845b7ae1e68f520a779b8c5bd6c36396ecc499cf99319a5ca727d2568e2f1560200c645a7f0a349')
-
-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-staging-any/PKGBUILD (from rev 1062986, python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 23:26:12 UTC (rev 1062987)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-latex2mathml
+pkgver=3.61.0
+pkgrel=3
+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=('a8ae799ff5d24ee92ab89e47dee53e29cd78022484666925c845b7ae1e68f520a779b8c5bd6c36396ecc499cf99319a5ca727d2568e2f1560200c645a7f0a349')
+
+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