[arch-commits] Commit in python-latex2mathml/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 13:40:09 UTC 2022
Date: Saturday, September 3, 2022 @ 13:40:09
Author: felixonmars
Revision: 1292443
archrelease: copy trunk to community-any
Added:
python-latex2mathml/repos/community-any/PKGBUILD
(from rev 1292442, 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-03 13:39:54 UTC (rev 1292442)
+++ PKGBUILD 2022-09-03 13:40:09 UTC (rev 1292443)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-latex2mathml
-pkgver=3.62.0
-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=('0493f2b57b139430fb5551d47f5b89db62f0b371e09f778736230f1d8ac929bc4be938c691566185681bd8f9a6124991038bf2bde0f83889dced46dddbc9f758')
-
-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 1292442, python-latex2mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 13:40:09 UTC (rev 1292443)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-latex2mathml
+pkgver=3.63.0
+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=('c94042cbd206af3fc12eb3b0f5ef222a2ac46381999af5bb3ee0f3d7b633b6a6259bdbf1e22d5e0f26ac16baaaba6c68450acf90dbb3bdbd525e603a7c37bf8d')
+
+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