From be14639343b6416f78fb8cef27cd1022fe3a9be8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:04:15 -0400 Subject: [PATCH] LabJackPython: rebuild for Python 3.12 --- srcpkgs/LabJackPython/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/LabJackPython/template b/srcpkgs/LabJackPython/template index 5c7f10938db..17fdd03c450 100644 --- a/srcpkgs/LabJackPython/template +++ b/srcpkgs/LabJackPython/template @@ -1,9 +1,9 @@ # Template file for 'LabJackPython' pkgname=LabJackPython version=2.0.4 -revision=4 +revision=5 build_style=python3-module -hostmakedepends="python3" +hostmakedepends="python3-setuptools" depends="python3 exodriver" short_desc="Python modules and examples for the LabJack U3, U6, UE9 and U12" maintainer="Toyam Cox " @@ -15,7 +15,3 @@ checksum=61911991529ab5f40f17e42823b417dadbf1fe47978e4dc045bdd7da7563e7c2 post_install() { vlicense LICENSE } - -# REMARKS: -# To check this, you have to try to import a library. Most of the checks are -# done then.