11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-GKrgUK2nSZi+8oJoS45MjpU9+INEgcla9Kaw6ceNVp0=";
30 propagatedBuildInputs = [
38 # Test can't find cli tool bin path correctly
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 ];