[arch-commits] Commit in python-latex2mathml/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 10 12:55:53 UTC 2022
Date: Saturday, September 10, 2022 @ 12:55:52
Author: felixonmars
Revision: 1298877
upgpkg: python-latex2mathml 3.63.3-1
Modified:
python-latex2mathml/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 12:53:14 UTC (rev 1298876)
+++ PKGBUILD 2022-09-10 12:55:52 UTC (rev 1298877)
@@ -1,18 +1,22 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-latex2mathml
-pkgver=3.63.2
+pkgver=3.63.3
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')
+depends=('python-setuptools')
+checkdepends=('python-pytest' 'python-multidict' 'python-xmljson')
source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('baba4fc38b7b8fe2184991119b6d36e00c3526846f6d06bf1f4c17ed3c5365bad1074eaa93195f667ec69136a0bd59a6334f2aaf649f773239032b6e289ee401')
+sha512sums=('83c0f356001fa7c6a1c4e63c0e2b82e4ab57606735cf73f375a62a796871f8829512affc5785255e3dcdc4e913400f46501ae0731ec1f0b27b8200874c71fdc3')
+prepare() {
+ cd latex2mathml-$pkgver
+ sed -i 's/--cov=latex2mathml --cov-report term-missing --cov-report=xml --cov-report=html//' pyproject.toml
+}
+
build() {
cd latex2mathml-$pkgver
python setup.py build
More information about the arch-commits
mailing list