14 buildPythonPackage rec {
15 pname = "aioemonitor";
17 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 sha256 = "0h8zqqy8v8r1fl9bp3m8icr2sy44p0mbfl1hbb0zni17r9r50dhn";
27 propagatedBuildInputs = [
40 substituteInPlace setup.py --replace '"pytest-runner>=5.2",' ""
43 pythonImportsCheck = [ "aioemonitor" ];
46 description = "Python client for SiteSage Emonitor";
47 mainProgram = "my_example";
48 homepage = "https://github.com/bdraco/aioemonitor";
49 license = with licenses; [ asl20 ];
50 maintainers = with maintainers; [ fab ];