Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-vagrant
Commits: ee7fb9ca by Jelle van der Waa at 2024-04-07T12:10:00+02:00 upgpkg: 1.0.0-4: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-vagrant + pkgdesc = Python bindings for interacting with Vagrant virtual machines. + pkgver = 1.0.0 + pkgrel = 4 + url = https://github.com/todddeluca/python-vagrant + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python + source = python-vagrant-1.0.0.tar.gz::https://pypi.io/packages/source/p/python-vagrant/python-vagrant-1.0.0.tar.gz + sha512sums = a90e8c10122f0119088f96b75dfc353b067273cf1dc05a2eb5dc60f8154656d6b2e0f91c941936dd482faf82ea3e00ea8492b76ff7ffab78d3a20e534a019fe9 + +pkgname = python-vagrant ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-vagrant pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Python bindings for interacting with Vagrant virtual machines." url="https://github.com/todddeluca/python-vagrant" license=('MIT') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-vagrant/-/commit/ee7fb9cad541a848cf072e1273da6b195c218d42 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-vagrant/-/commit/ee7fb9cad541a848cf072e1273da6b195c218d42 You're receiving this email because of your account on gitlab.archlinux.org.
