upgpkg: python-steam-1:1.6.1-2: Rebuild for Python 3.14
This commit is contained in:
parent
b53da11736
commit
57687923c4
3 changed files with 1 additions and 23 deletions
21
.SRCINFO
21
.SRCINFO
|
|
@ -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
1
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -3,8 +3,8 @@
|
||||||
pkgname=python-steam
|
pkgname=python-steam
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
pkgver=1.6.1
|
pkgver=1.6.1
|
||||||
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Python package for interacting with Steam"
|
pkgdesc="Python package for interacting with Steam"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/solsticegamestudios/steam"
|
url="https://github.com/solsticegamestudios/steam"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue