Search Criteria
Package Details: python-linux-gpib 4.3.7-1
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: | 3 |
| Popularity: | 0.001027 |
| First Submitted: | 2015-04-06 16:02 (UTC) |
| Last Updated: | 2025-10-07 18:13 (UTC) |
Dependencies (3)
- linux-gpibAUR (linux-gpib-dkmsAUR, linux-gpib-gitAUR)
- python
- python-setuptools (make)
Required by (1)
- linux-gpib-git (optional)
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.