18 buildPythonPackage rec {
19 pname = "aio-georss-client";
23 disabled = pythonOlder "3.9";
25 src = fetchFromGitHub {
27 repo = "python-aio-georss-client";
28 rev = "refs/tags/v${version}";
29 hash = "sha256-2qo5G/L2yh/6IXswkOyrCYnBNLDLx3EOpR53lnnpNOo=";
32 __darwinAllowLocalNetworking = true;
34 build-system = [ setuptools ];
51 pythonImportsCheck = [ "aio_georss_client" ];
54 description = "Python library for accessing GeoRSS feeds";
55 homepage = "https://github.com/exxamalte/python-aio-georss-client";
56 changelog = "https://github.com/exxamalte/python-aio-georss-client/blob/v${version}/CHANGELOG.md";
57 license = with licenses; [ asl20 ];
58 maintainers = with maintainers; [ fab ];