Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-speg
Commits: bc0824f3 by Jelle van der Waa at 2024-04-04T09:54:37+02:00 upgpkg: 0.3-11: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-speg + pkgdesc = A PEG-based parser interpreter with memoization + pkgver = 0.3 + pkgrel = 11 + url = https://github.com/avakar/pyspeg + arch = any + license = MIT + makedepends = python-setuptools + depends = python + depends = python-six + source = https://pypi.io/packages/source/s/speg/speg-0.3.zip + source = LICENSE + sha256sums = 10cbef47e168dfc62f14db575cf1c428037a2b881cee6c3cfceda0439c243e71 + sha256sums = 37d897f62a4324d8d2f313d7d1b98cd26f872d2ae598b7eb9a69b1c129bcc135 + +pkgname = python-speg ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-speg pkgver=0.3 -pkgrel=10 +pkgrel=11 pkgdesc="A PEG-based parser interpreter with memoization" arch=('any') url="https://github.com/avakar/pyspeg" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/commit/bc0824f3f95fd025ecdac5c8103a7e98fbd779e2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/commit/bc0824f3f95fd025ecdac5c8103a7e98fbd779e2 You're receiving this email because of your account on gitlab.archlinux.org.
