9 buildPythonPackage rec {
10 pname = "georss-generic-client";
12 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "python-georss-generic-client";
19 hash = "sha256-Y19zMHL6DjAqiDi47Lmst8m9d9kEtTgyRiECKo6CqZY=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "georss_generic_client" ];
33 description = "Python library for accessing generic GeoRSS feeds";
34 homepage = "https://github.com/exxamalte/python-georss-generic-client";
35 license = with licenses; [ asl20 ];
36 maintainers = with maintainers; [ fab ];