Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-fissix
Commits: 5ae15436 by Jelle van der Waa at 2024-04-07T12:05:14+02:00 upgpkg: 21.11.13-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-fissix + pkgdesc = Fork of lib2to3 with patch for Python issue33983 support + pkgver = 21.11.13 + pkgrel = 3 + url = https://github.com/jreese/fissix + arch = any + license = PSF + checkdepends = python-pytest + checkdepends = python-tests + makedepends = python-build + makedepends = python-installer + makedepends = python-flit-core + depends = python-appdirs + source = https://pypi.python.org/packages/source/f/fissix/fissix-21.11.13.tar.gz + sha256sums = 496a51b86afb4c64cf15cfed38a0f3a371f300b298c962c881e33620f076a514 + b2sums = cf63756b79b3f4f2442952e1077f4538f43a5cb6f151f700371af9bb8b7be45c16acce9834819bcc0861dd070b161423a5539d6cc59b65eee25f57634bc57b88 + +pkgname = python-fissix ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkgname=fissix pkgname=python-fissix pkgver=21.11.13 -pkgrel=2 +pkgrel=3 pkgdesc="Fork of lib2to3 with patch for Python issue33983 support" arch=('any') url="https://github.com/jreese/${_pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fissix/-/commit/5ae154361f64f324cd50d79a70881eac36a9c21c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fissix/-/commit/5ae154361f64f324cd50d79a70881eac36a9c21c You're receiving this email because of your account on gitlab.archlinux.org.
