13 buildPythonPackage rec {
14 pname = "aioemonitor";
16 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 sha256 = "0h8zqqy8v8r1fl9bp3m8icr2sy44p0mbfl1hbb0zni17r9r50dhn";
26 propagatedBuildInputs = [
39 substituteInPlace setup.py --replace '"pytest-runner>=5.2",' ""
42 pythonImportsCheck = [ "aioemonitor" ];
45 description = "Python client for SiteSage Emonitor";
46 mainProgram = "my_example";
47 homepage = "https://github.com/bdraco/aioemonitor";
48 license = with licenses; [ asl20 ];
49 maintainers = with maintainers; [ fab ];