mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
LabJackPython: rebuild for Python 3.12
This commit is contained in:
parent
dfb0f49d28
commit
be14639343
1 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'LabJackPython'
|
# Template file for 'LabJackPython'
|
||||||
pkgname=LabJackPython
|
pkgname=LabJackPython
|
||||||
version=2.0.4
|
version=2.0.4
|
||||||
revision=4
|
revision=5
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3 exodriver"
|
depends="python3 exodriver"
|
||||||
short_desc="Python modules and examples for the LabJack U3, U6, UE9 and U12"
|
short_desc="Python modules and examples for the LabJack U3, U6, UE9 and U12"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
|
@ -15,7 +15,3 @@ checksum=61911991529ab5f40f17e42823b417dadbf1fe47978e4dc045bdd7da7563e7c2
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
# REMARKS:
|
|
||||||
# To check this, you have to try to import a library. Most of the checks are
|
|
||||||
# done then.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue