6 buildPythonPackage rec {
8 version = "0.10.0.post1";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "4f2fa4471c2f806b35090bdc6c092305c6eded3ff3736f8b586d35bdb157de62";
18 sed -i '/use_2to3/d' setup.py
21 # tests access network
24 pythonImportsCheck = [ "pyownet.protocol" ];
27 description = "Python OWFS client library (owserver protocol)";
28 homepage = "https://github.com/miccoli/pyownet";
29 license = licenses.lgpl3Plus;
30 maintainers = with maintainers; [ dotlambda ];