Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-pew
Commits: 9fdca839 by Morten Linderud at 2024-04-05T20:57:43+02:00 upgpkg: 1.2.0-8: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-pew + pkgdesc = Python Env Wrapper, a set of tools to manage multiple virtual environments + pkgver = 1.2.0 + pkgrel = 8 + url = https://github.com/berdario/pew + arch = any + license = MIT + makedepends = python + makedepends = python-setuptools + depends = python + depends = python-virtualenv + depends = python-virtualenv-clone + source = python-pew-1.2.0.tar.gz::https://github.com/berdario/pew/archive/1.2.0.zip + sha256sums = 58e4f04ba644080ef820c2e07d1704112727e392c2fd1d42cdc31e112ffc2345 + +pkgname = python-pew ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname='python-pew' pkgver=1.2.0 -pkgrel=7 +pkgrel=8 pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual environments" url="https://github.com/berdario/pew" arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pew/-/commit/9fdca839757f36883cc70305e4e5d67b6c98c2e3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pew/-/commit/9fdca839757f36883cc70305e4e5d67b6c98c2e3 You're receiving this email because of your account on gitlab.archlinux.org.
