10 buildPythonPackage rec {
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 hash = "sha256-2khTfj0RRna9YDPOs5kQHHhkeMwv3kTtGyDBYnu+Yhw=";
25 propagatedBuildInputs = [
34 # Test can't find cli tool bin path correctly
40 export SETUPTOOLS_SCM_PRETEND_VERSION="v${version}"
44 description = "Python package for support of the Virtual Instrument Software Architecture (VISA)";
45 homepage = "https://github.com/pyvisa/pyvisa";
46 license = licenses.mit;
47 maintainers = with maintainers; [ mvnetbiz ];