Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pyct
Commits: 83e797a3 by Antonio Rojas at 2024-04-12T21:16:23+02:00 upgpkg: 0.5.0-3: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-pyct + pkgdesc = Python packaging Common Tasks + pkgver = 0.5.0 + pkgrel = 3 + url = https://github.com/pyviz-dev/pyct + arch = any + license = BSD + checkdepends = python-pytest + checkdepends = python-requests + checkdepends = python-yaml + makedepends = python-setuptools + depends = python-param + source = https://files.pythonhosted.org/packages/source/p/pyct/pyct-0.5.0.tar.gz + sha256sums = dd9f4ac5cbd8e37c352c04036062d3c5f67efec76d404761ef16b0cbf26aa6a0 + +pkgname = python-pyct ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkg=pyct pkgname=python-${_pkg} pkgver=0.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="Python packaging Common Tasks" arch=(any) url="https://github.com/pyviz-dev/pyct" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyct/-/commit/83e797a3babf968162851c8e6c11078238a82272 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyct/-/commit/83e797a3babf968162851c8e6c11078238a82272 You're receiving this email because of your account on gitlab.archlinux.org.
