Search Criteria
Package Details: python-pyvisa-py 0.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyvisa-py.git (read-only, click to copy) |
---|---|
Package Base: | python-pyvisa-py |
Description: | A pure python backend for PyVISA |
Upstream URL: | https://github.com/pyvisa/pyvisa-py |
Keywords: | python pyvisa visa |
Licenses: | MIT |
Submitter: | greyltc |
Maintainer: | begin-theadventu |
Last Packager: | begin-theadventu |
Votes: | 6 |
Popularity: | 0.21 |
First Submitted: | 2015-09-03 14:37 (UTC) |
Last Updated: | 2024-03-09 09:03 (UTC) |
Dependencies (11)
- python-pyvisaAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- linux-gpibAUR (linux-gpib-svnAUR, linux-gpib-dkmsAUR) (optional) – gpib instrument support
- python-gpib-ctypesAUR (optional) – interface with GPIB instruments
- python-psutil (optional) – discover TCPIP devices across multiple interfaces
- python-pyserial (optional) – interface with serial instruments
- python-pyusb (python-pyusb-gitAUR) (optional) – interface with USB instruments
Required by (2)
- python-pyvisa (optional)
- python-pyvisa-py-git (optional)
Latest Comments
begin-theadventu commented on 2023-06-02 13:24 (UTC)
Thanks @tskaar for the optdepends.
tskaar commented on 2023-05-03 22:28 (UTC)
Patch to update to latest release + move some of the hard dependencies to optional based on the git repo:
yan12125 commented on 2021-12-14 15:58 (UTC)
Build fails as the wheel package is missing. Here is a working PKGBUILD: https://fars.ee/012e - I also removed the complicated hack around setuptools-scm and updated pkgver.
greyltc commented on 2020-07-26 19:56 (UTC) (edited on 2020-07-27 10:58 (UTC) by greyltc)
:-o
Huh. Didn't know that was a thing people did!
yan12125 commented on 2020-07-26 17:13 (UTC)
Hi greyltc, thanks for the update. Could you put the pyvisa-$pkgver.tar.gz:: part back to sources? Without that, the downloaded source filename is 0.4.1.tar.gz and may conflict with other packages with a shared $SRCDEST.
yan12125 commented on 2020-05-21 08:24 (UTC)
Hi, could you add python-pyusb and python-pyserial to optdepends? python-linux-gpib may be useful, too. I don't have a GPIB device so I didn't test it.