upgpg: python-vdf-4.0-3: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 07:55:58 +01:00
parent 97c3fd2ac4
commit 4bad905ce6
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 18 deletions

View file

@ -1,16 +0,0 @@
pkgbase = python-vdf
pkgdesc = Library for working with Valve's VDF text format
pkgver = 4.0
pkgrel = 2
url = https://github.com/solsticegamestudios/vdf
arch = any
license = MIT
checkdepends = python-nose
checkdepends = python-coverage
checkdepends = python-pytest
makedepends = python-setuptools
depends = python>=3.6
source = python-vdf-4.0.tar.gz::https://github.com/solsticegamestudios/vdf/archive/v4.0.tar.gz
sha256sums = 1d778663f1158be0f70aa1cdd5b2685ae6eee14e4d11a0d96684b7ed86e89c93
pkgname = python-vdf

1
.gitignore vendored
View file

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

View file

@ -6,7 +6,7 @@
_pkgname=vdf
pkgname=python-vdf
pkgver=4.0
pkgrel=2
pkgrel=3
pkgdesc="Library for working with Valve's VDF text format"
arch=('any')
url='https://github.com/solsticegamestudios/vdf'