Loading pkgs/development/python-modules/georss-client/default.nix +16 −13 Original line number Diff line number Diff line { lib, buildPythonPackage, dateparser, fetchFromGitHub, # build-system setuptools, # dependencies dateparser, haversine, pytestCheckHook, pythonOlder, requests, setuptools, xmltodict, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -16,8 +21,6 @@ buildPythonPackage rec { version = "0.18"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-georss-client"; Loading @@ -25,25 +28,25 @@ buildPythonPackage rec { hash = "sha256-KtndXsNvmjSGwqfKqkGAimHbapIC3I0yi4JuDh6cMzs="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ dateparser haversine xmltodict requests dateparser xmltodict ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "georss_client" ]; meta = with lib; { meta = { broken = lib.versionAtLeast xmltodict.version "1"; description = "Python library for accessing GeoRSS feeds"; homepage = "https://github.com/exxamalte/python-georss-client"; changelog = "https://github.com/exxamalte/python-georss-client/releases/tag/${src.tag}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; license = with lib.licenses; [ asl20 ]; maintainers = with lib.maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/georss-client/default.nix +16 −13 Original line number Diff line number Diff line { lib, buildPythonPackage, dateparser, fetchFromGitHub, # build-system setuptools, # dependencies dateparser, haversine, pytestCheckHook, pythonOlder, requests, setuptools, xmltodict, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -16,8 +21,6 @@ buildPythonPackage rec { version = "0.18"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-georss-client"; Loading @@ -25,25 +28,25 @@ buildPythonPackage rec { hash = "sha256-KtndXsNvmjSGwqfKqkGAimHbapIC3I0yi4JuDh6cMzs="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ dateparser haversine xmltodict requests dateparser xmltodict ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "georss_client" ]; meta = with lib; { meta = { broken = lib.versionAtLeast xmltodict.version "1"; description = "Python library for accessing GeoRSS feeds"; homepage = "https://github.com/exxamalte/python-georss-client"; changelog = "https://github.com/exxamalte/python-georss-client/releases/tag/${src.tag}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; license = with lib.licenses; [ asl20 ]; maintainers = with lib.maintainers; [ fab ]; }; }