Package Details: python-pyvisa-py 0.7.2-1

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: 5
Popularity: 0.069281
First Submitted: 2015-09-03 14:37 (UTC)
Last Updated: 2024-03-09 09:03 (UTC)

Dependencies (11)

Required by (2)

Sources (1)

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:

4,5c4,5
< pkgver=0.5.2
< pkgrel=1
---
> pkgver=0.6.3
> pkgrel=0
11,14c11,12
< python
< python-pyvisa
< python-pyserial
< python-pyusb
---
>   python
>   python-pyvisa
17,20c15,25
< python-wheel
< python-setuptools
< python-setuptools-scm
< python-pytest
---
>   python-wheel
>   python-setuptools
>   python-setuptools-scm
>   python-pytest
> )
> optdepends=(
>   'linux-gpib: gpib instrument support'
>   'python-pyserial: interface with serial instruments'
>   'python-pyusb: interface with USB instruments'
>   'python-gpib-ctypes: interface with GPIB instruments'
>   'python-psutil: discover TCPIP devices across multiple interfaces'
23d27
< optdepends=('linux-gpib: gpib instrument support')
26c30
< sha256sums=('5a39209acbcdb597b3bd8f997d484e193d91b5622cb691dd1f513d610317594c')
---
> sha256sums=('bfd070ddc47ab7f8ba49fd63f429e3624991bf66adc666ea8ece369b840f3344')

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)

a shared $SRCDEST.

:-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.