17 buildPythonPackage rec {
18 pname = "aio-georss-client";
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
26 repo = "python-aio-georss-client";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-qs0/TkGZlwsucnkgCBco2Pqr9mf5fZHY7ikMBKff+gA=";
31 __darwinAllowLocalNetworking = true;
37 propagatedBuildInputs = [
52 pythonImportsCheck = [
57 description = "Python library for accessing GeoRSS feeds";
58 homepage = "https://github.com/exxamalte/python-aio-georss-client";
59 changelog = "https://github.com/exxamalte/python-aio-georss-client/blob/v${version}/CHANGELOG.md";
60 license = with licenses; [ asl20 ];
61 maintainers = with maintainers; [ fab ];