From 51b6e193694ea7f59ef7438c02329608bcc30a00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:26:42 -0500 Subject: [PATCH] python3-hid: rebuild for python3-3.13 --- srcpkgs/python3-hid/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-hid/template b/srcpkgs/python3-hid/template index 28da3418ee4..325e3e2ea47 100644 --- a/srcpkgs/python3-hid/template +++ b/srcpkgs/python3-hid/template @@ -1,11 +1,10 @@ # Template file for 'python3-hid' pkgname=python3-hid version=1.0.4 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="hidapi python3" -checkdepends="hidapi python3-nose" short_desc="Python hidapi bindings in ctypes" maintainer="Orphaned " license="MIT" @@ -13,6 +12,7 @@ homepage="https://github.com/apmorton/pyhidapi" # Can't use PyPi as the tarball there doesn't include LICENSE distfiles="${homepage}/archive/refs/tags/${version}.tar.gz" checksum=b4a48e643cf345cf061edb287255a2cfb9778eb89756a915a5baf8eabfb3a0e0 +make_check=no # Tests require removed python3-nose post_install() { vlicense LICENSE