upgpkg: python-steam-1:1.6.1-2: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 08:04:39 +01:00
parent b53da11736
commit 57687923c4
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 23 deletions

View file

@ -1,21 +0,0 @@
pkgbase = python-steam
pkgdesc = Python package for interacting with Steam
pkgver = 1.6.1
pkgrel = 1
url = https://github.com/solsticegamestudios/steam
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-cachetools
depends = python-pycryptodomex
depends = python-requests
depends = python-six
depends = python-vdf
source = steam-1.6.1.tar.gz::https://github.com/solsticegamestudios/steam/archive/refs/tags/v1.6.1.tar.gz
sha256sums = dcc305f11e1686a3557cd87afdc50ce177a5015ba3fdd51bef63c7302dd21b05
pkgname = python-steam

1
.gitignore vendored
View file

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

View file

@ -3,8 +3,8 @@
pkgname=python-steam
_name=${pkgname#python-}
pkgver=1.6.1
pkgrel=2
epoch=1
pkgrel=1
pkgdesc="Python package for interacting with Steam"
arch=('any')
url="https://github.com/solsticegamestudios/steam"