9 buildPythonPackage rec {
10 pname = "georss-generic-client";
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
16 repo = "python-georss-generic-client";
18 hash = "sha256-58NpACrJK29NUnx3RrsLFPPo+6A/JlIlkrv8N9juMu0=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [ "georss_generic_client" ];
32 description = "Python library for accessing generic GeoRSS feeds";
33 homepage = "https://github.com/exxamalte/python-georss-generic-client";
34 license = with licenses; [ asl20 ];
35 maintainers = with maintainers; [ fab ];