upgpkg: python-vagrant-1.1.0-4: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 08:00:27 +01:00
parent f2a0b2ba0e
commit b021751ef7
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 19 deletions

View file

@ -1,17 +0,0 @@
pkgbase = python-vagrant
pkgdesc = Python bindings for interacting with Vagrant virtual machines.
pkgver = 1.1.0
pkgrel = 3
url = https://github.com/todddeluca/python-vagrant
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
source = git+https://github.com/pycontribs/python-vagrant#tag=v1.1.0
b2sums = 2d10574dec7210bfa59bd2d6e2b75ebbab9dc26cd1dc0435f203548d8db8b09a1d8bf982b25066c0f5c7bca758938894b067cd4c9e44f0d110eee2e593a96a49
pkgname = python-vagrant

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
# But not these files... # But not these files...
!.gitignore !.gitignore
!PKGBUILD !PKGBUILD
!.SRCINFO
!LICENSE !LICENSE
!chroot-build !chroot-build
!.nvchecker.toml !.nvchecker.toml

View file

@ -4,7 +4,7 @@
pkgname=python-vagrant pkgname=python-vagrant
pkgver=1.1.0 pkgver=1.1.0
pkgrel=3 pkgrel=4
pkgdesc="Python bindings for interacting with Vagrant virtual machines." pkgdesc="Python bindings for interacting with Vagrant virtual machines."
url="https://github.com/todddeluca/python-vagrant" url="https://github.com/todddeluca/python-vagrant"
license=('MIT') license=('MIT')