@@ 22792,14 22792,14 @@ communicate with the instruments via USB.")
(define-public python-labjack
(package
(name "python-labjack")
- (version "2.0.4")
+ (version "2.1.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "LabJackPython" version))
(sha256
(base32
- "013bjqdi05vlbdqprr6kqi8gs4qhqc7rnyp1klw8k6fng77rpdzz"))))
- (build-system python-build-system)
+ "0q516y0gzxlk298whiaw0qdi4jcmx7l5y3mp5g5lj68nrvhqzyy4"))))
+ (build-system pyproject-build-system)
(arguments
(list
#:tests? #f ;no test suite
@@ 22812,13 22812,15 @@ communicate with the instruments via USB.")
(format #f "ctypes.CDLL(~s"
(search-input-file inputs
"lib/liblabjackusb.so")))))))))
+ (native-inputs (list python-setuptools))
;; exodriver is provided as a regular input, as only its shared object is
;; used, not its Python API.
(inputs (list python-exodriver))
(home-page "https://labjack.com/support/software/examples/ud/labjackpython")
(synopsis "Python library for LabJack U3, U6, UE9 and U12")
- (description "This Python library allows communicating with the U3, U6,
-UE9 and U12 LabJack data acquisition (DAQ) modules.")
+ (description
+ "This Python library allows communicating with the U3, U6, UE9 and U12
+LabJack data acquisition (DAQ) modules.")
(license license:expat))) ;see setup.py
(define-public python-kivy-garden