12 buildPythonPackage rec {
13 pname = "georss-client";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "python-georss-client";
23 hash = "sha256-D1ggfEDU+vlFmi1USwdHj1due0PrCQCpKF4zaarHCFs=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Python library for accessing GeoRSS feeds";
43 homepage = "https://github.com/exxamalte/python-georss-client";
44 license = with licenses; [ asl20 ];
45 maintainers = with maintainers; [ fab ];