9 buildPythonPackage rec {
10 pname = "georss-ign-sismologia-client";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "python-georss-ign-sismologia-client";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-OLX6Megl5l8KDnd/G16QJ/wQn5AQc2cZ+LCbjuHFbwo=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
32 "georss_ign_sismologia_client"
36 description = "Python library for accessing the IGN Sismologia GeoRSS feed";
37 homepage = "https://github.com/exxamalte/python-georss-ign-sismologia-client";
38 changelog = "https://github.com/exxamalte/python-georss-ign-sismologia-client/blob/v0.6/CHANGELOG.md";
39 license = with licenses; [ asl20 ];
40 maintainers = with maintainers; [ fab ];