Search Criteria
Package Details: python-linux-gpib 4.3.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-linux-gpib.git (read-only, click to copy) |
---|---|
Package Base: | python-linux-gpib |
Description: | A support package for GPIB (IEEE 488) hardware - Python 3 bindings |
Upstream URL: | http://linux-gpib.sourceforge.net/ |
Licenses: | GPL |
Submitter: | Foucault |
Maintainer: | Foucault |
Last Packager: | Foucault |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-04-06 16:02 (UTC) |
Last Updated: | 2023-08-08 20:18 (UTC) |
Dependencies (3)
- linux-gpibAUR (linux-gpib-svnAUR, linux-gpib-dkmsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
Latest Comments
MarsSeed commented on 2023-08-08 19:36 (UTC)
Sorry. I only did so because you pushed an update without making it build. It seemed to me that you might not always check the comments. But I didn't want to be a nuisance. I apologize.
Thank you for adding setuptools. But please kindly move it to makedepends. There's no need to keep it installed at runtime. Thanks in advance!
Foucault commented on 2023-08-03 17:56 (UTC)
Thanks but please don't mark packages out of date for packaging issues
MarsSeed commented on 2023-07-20 16:16 (UTC)
Please add the required makedepends
python-setuptools
.yjun commented on 2022-05-28 10:50 (UTC)
Python 3.10 patch: Apply patch for PY_SSIZE_T_CLEAN deprecation from mika, or gpib will throw SystemError
PY_SSIZE_T_CLEAN macro in # format
.Foucault commented on 2020-02-28 19:34 (UTC)
I think only the reference exists but I believe the C <-> Python API is fairly symmetrical so translating the C examples to Python should be straightforward, at least for simple read/write operations.
tzcrawford commented on 2020-02-28 19:28 (UTC)
Is there documentation on syntax for the python bindings? I am searching the website but only seeing information about the install, hardware, and lower level configuration etc.