Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-latex2mathml
Commits:
cc33b85f by Felix Yan at 2026-05-05T14:53:02+08:00
upgpkg: 3.80.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,18 @@
pkgbase = python-latex2mathml
pkgdesc = Pure Python library for LaTeX to MathML conversion
- pkgver = 3.79.0
+ pkgver = 3.80.0
pkgrel = 1
url = https://github.com/roniemartinez/latex2mathml
arch = any
license = MIT
checkdepends = python-pytest
- checkdepends = python-multidict
- checkdepends = python-xmljson
+ checkdepends = python-syrupy
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
depends = python
- source =
git+https://github.com/roniemartinez/latex2mathml.git#tag=3.79.0
- sha512sums =
f2f3dd15a32fc5f7061e4c6d1226203d0a3f98a962ed804c2c3f1dea83ec278d25d1c806e87a4bcc7420068a8938101884e01685f1ddd62ce7ff8f89be6c48a2
+ source =
git+https://github.com/roniemartinez/latex2mathml.git#tag=3.80.0
+ sha512sums =
c01579b503579bf9591bf73fcb82a0623af130d12f5c02c9e0909954a13b3819a93215457ef13816237554aac7245d326884ce9869bd3b902321a393072f970c
pkgname = python-latex2mathml
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-latex2mathml
-pkgver=3.79.0
+pkgver=3.80.0
pkgrel=1
pkgdesc="Pure Python library for LaTeX to MathML conversion"
url="https://github.com/roniemartinez/latex2mathml"
@@ -9,9 +9,9 @@ license=('MIT')
arch=('any')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest' 'python-multidict' 'python-xmljson')
+checkdepends=('python-pytest' 'python-syrupy')
source=("git+https://github.com/roniemartinez/latex2mathml.git#tag=$pkgver")
-sha512sums=('f2f3dd15a32fc5f7061e4c6d1226203d0a3f98a962ed804c2c3f1dea83ec278d25d1c806e87a4bcc7420068a8938101884e01685f1ddd62ce7ff8f89be6c48a2')
+sha512sums=('c01579b503579bf9591bf73fcb82a0623af130d12f5c02c9e0909954a13b3819a93215457ef13816237554aac7245d326884ce9869bd3b902321a393072f970c')
prepare() {
cd latex2mathml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-latex2mathml/-/commit/cc33b85f9ccb82e815caf7acfc199c15aaa2afb5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-latex2mathml/-/commit/cc33b85f9ccb82e815caf7acfc199c15aaa2afb5
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help