mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-hid: rebuild for python3-3.13
This commit is contained in:
parent
5dfc96c5aa
commit
51b6e19369
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-hid'
|
# Template file for 'python3-hid'
|
||||||
pkgname=python3-hid
|
pkgname=python3-hid
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="hidapi python3"
|
depends="hidapi python3"
|
||||||
checkdepends="hidapi python3-nose"
|
|
||||||
short_desc="Python hidapi bindings in ctypes"
|
short_desc="Python hidapi bindings in ctypes"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -13,6 +12,7 @@ homepage="https://github.com/apmorton/pyhidapi"
|
||||||
# Can't use PyPi as the tarball there doesn't include LICENSE
|
# Can't use PyPi as the tarball there doesn't include LICENSE
|
||||||
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=b4a48e643cf345cf061edb287255a2cfb9778eb89756a915a5baf8eabfb3a0e0
|
checksum=b4a48e643cf345cf061edb287255a2cfb9778eb89756a915a5baf8eabfb3a0e0
|
||||||
|
make_check=no # Tests require removed python3-nose
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue