Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-curtsies
Commits: 19a0e921 by Jelle van der Waa at 2024-04-05T11:52:18+02:00 upgpkg: 0.4.2-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-curtsies + pkgdesc = Curses-like terminal wrapper with a display based on compositing 2d arrays of text + pkgver = 0.4.2 + pkgrel = 2 + url = https://pypi.python.org/pypi/curtsies + arch = any + license = MIT + makedepends = python-setuptools + depends = python-blessed + depends = python-cwcwidth + source = https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-0.4.2.tar.gz + sha256sums = 6ebe33215bd7c92851a506049c720cca4cf5c192c1665c1d7a98a04c4702760e + +pkgname = python-curtsies ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-curtsies _pkgname=curtsies pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d arrays of text" arch=('any') url="https://pypi.python.org/pypi/curtsies" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-curtsies/-/commit/19a0e921a2eaeb8d8557e966e2982c27a4506dab -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-curtsies/-/commit/19a0e921a2eaeb8d8557e966e2982c27a4506dab You're receiving this email because of your account on gitlab.archlinux.org.
