From b021751ef7e386129ef3d021fb931c9ba395e84b Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Sun, 11 Jan 2026 08:00:27 +0100 Subject: [PATCH] upgpkg: python-vagrant-1.1.0-4: Rebuild for Python 3.14 --- .SRCINFO | 17 ----------------- .gitignore | 1 - PKGBUILD | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100644 index bd65cae..0000000 --- a/.SRCINFO +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index eb708b8..b2dbcb3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # But not these files... !.gitignore !PKGBUILD -!.SRCINFO !LICENSE !chroot-build !.nvchecker.toml diff --git a/PKGBUILD b/PKGBUILD index cafce8f..9a2f4f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-vagrant pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="Python bindings for interacting with Vagrant virtual machines." url="https://github.com/todddeluca/python-vagrant" license=('MIT')