upgpkg: python-inputs-1:0.5-2: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 08:08:46 +01:00
parent 83787ff805
commit 17b3b4521b
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 21 deletions

View file

@ -1,19 +0,0 @@
pkgbase = python-inputs
pkgdesc = Cross-platform Python support for keyboards, mice and gamepads
pkgver = 0.5
pkgrel = 1
epoch = 1
url = https://github.com/zeth/inputs
arch = any
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = inputs-0.5.tar.gz::https://github.com/zeth/inputs/archive/refs/tags/v0.5.tar.gz
source = 3203c9e25f1e14c4316d85d59c536b4e407f569f.patch
b2sums = 64e36aee9ce576924c77cc5b0bd89b3bc657fbd9a89ac0407db143c05066828c5a09b6c0e6c3bfb457b5fc4f9cefd81d4b0bf949ac06b69314997b444050d5ab
b2sums = 337cf613a41876e4d1ce38ec14befdfe739db171238a318de8a0a42cba96baeaee888e405754a2432792f82f6f341a0a315be3a0f375cbe4c4a735e48e9f5534
pkgname = python-inputs

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

@ -3,8 +3,8 @@
pkgname=python-inputs pkgname=python-inputs
_name=${pkgname#python-} _name=${pkgname#python-}
pkgver=0.5 pkgver=0.5
pkgrel=2
epoch=1 epoch=1
pkgrel=1
pkgdesc="Cross-platform Python support for keyboards, mice and gamepads" pkgdesc="Cross-platform Python support for keyboards, mice and gamepads"
arch=('any') arch=('any')
url="https://github.com/zeth/inputs" url="https://github.com/zeth/inputs"