Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-whey
Commits: 75f89e38 by Jelle van der Waa at 2024-04-05T12:07:58+02:00 upgpkg: 0.0.24-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,31 @@ +pkgbase = python-whey + pkgdesc = A simple Python wheel builder for simple projects + pkgver = 0.0.24 + pkgrel = 2 + url = https://whey.readthedocs.io/ + arch = any + license = MIT + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + depends = python-click + depends = python-consolekit + depends = python-dist-meta + depends = python-dom-toml + depends = python-domdf-python-tools + depends = python-handy-archives + depends = python-natsort + depends = python-packaging + depends = python-pyproject-parser + depends = python-shippinglabel + optdepends = python-docutils: readme functionality + optdepends = python-readme-renderer: readme functionality + optdepends = python-cmarkgfm: readme functionality + optdepends = python-editables: editable installs + source = python-whey::git+https://github.com/repo-helper/whey#commit=fab291b973239e23c9bdc8a22d9714de43e6d0c9 + b2sums = SKIP + +pkgname = python-whey ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-whey pkgver=0.0.24 -pkgrel=1 +pkgrel=2 pkgdesc='A simple Python wheel builder for simple projects' arch=('any') url='https://whey.readthedocs.io/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-whey/-/commit/75f89e388239d22b46f21bb4649771372da5eacd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-whey/-/commit/75f89e388239d22b46f21bb4649771372da5eacd You're receiving this email because of your account on gitlab.archlinux.org.
