7 buildPythonPackage rec {
9 version = "0.10.0.post1";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "4f2fa4471c2f806b35090bdc6c092305c6eded3ff3736f8b586d35bdb157de62";
19 sed -i '/use_2to3/d' setup.py
22 # tests access network
25 pythonImportsCheck = [ "pyownet.protocol" ];
28 description = "Python OWFS client library (owserver protocol)";
29 homepage = "https://github.com/miccoli/pyownet";
30 license = licenses.lgpl3Plus;
31 maintainers = with maintainers; [ dotlambda ];