Loading pkgs/development/python-modules/pyecowitt/default.nix +10 −6 Original line number Diff line number Diff line Loading @@ -4,23 +4,26 @@ buildPythonPackage, fetchFromGitHub, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "pyecowitt"; version = "0.21"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "garbled1"; repo = pname; rev = version; sha256 = "5VdVo6j2HZXSCWU4NvfWzyS/KJfVb7N1KSMeu8TvWaQ="; repo = "pyecowitt"; rev = "refs/tags/${version}"; hash = "sha256-5VdVo6j2HZXSCWU4NvfWzyS/KJfVb7N1KSMeu8TvWaQ="; }; propagatedBuildInputs = [ aiohttp ]; build-system = [ setuptools ]; dependencies = [ aiohttp ]; # Project thas no tests doCheck = false; Loading @@ -30,7 +33,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python module for the EcoWitt Protocol"; homepage = "https://github.com/garbled1/pyecowitt"; license = with licenses; [ asl20 ]; changelog = "https://github.com/garbled1/pyecowitt/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/pyecowitt/default.nix +10 −6 Original line number Diff line number Diff line Loading @@ -4,23 +4,26 @@ buildPythonPackage, fetchFromGitHub, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "pyecowitt"; version = "0.21"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "garbled1"; repo = pname; rev = version; sha256 = "5VdVo6j2HZXSCWU4NvfWzyS/KJfVb7N1KSMeu8TvWaQ="; repo = "pyecowitt"; rev = "refs/tags/${version}"; hash = "sha256-5VdVo6j2HZXSCWU4NvfWzyS/KJfVb7N1KSMeu8TvWaQ="; }; propagatedBuildInputs = [ aiohttp ]; build-system = [ setuptools ]; dependencies = [ aiohttp ]; # Project thas no tests doCheck = false; Loading @@ -30,7 +33,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python module for the EcoWitt Protocol"; homepage = "https://github.com/garbled1/pyecowitt"; license = with licenses; [ asl20 ]; changelog = "https://github.com/garbled1/pyecowitt/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }