13 buildPythonPackage rec {
14 pname = "aioemonitor";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 sha256 = "0h8zqqy8v8r1fl9bp3m8icr2sy44p0mbfl1hbb0zni17r9r50dhn";
25 propagatedBuildInputs = [
38 substituteInPlace setup.py --replace '"pytest-runner>=5.2",' ""
41 pythonImportsCheck = [ "aioemonitor" ];
44 description = "Python client for SiteSage Emonitor";
45 homepage = "https://github.com/bdraco/aioemonitor";
46 license = with licenses; [ asl20 ];
47 maintainers = with maintainers; [ fab ];