8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "python-usbtmc";
17 hash = "sha256-69kqBTqnVqdWC2mqlXylzb9VkdhwTGZI0Ykf6lqbypI=";
20 propagatedBuildInputs = [ pyusb ];
23 description = "Python implementation of the USBTMC instrument control protocol";
24 homepage = "http://alexforencich.com/wiki/en/python-usbtmc/start";
25 license = licenses.mit;
26 maintainers = with maintainers; [ bjornfor ];