12 buildPythonPackage rec {
13 pname = "georss-ign-sismologia-client";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "python-georss-ign-sismologia-client";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-geIxF4GumxRoetJ6mIZCzI3pAvWjJJoY66aQYd2Mzik=";
26 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "georss_ign_sismologia_client" ];
38 description = "Python library for accessing the IGN Sismologia GeoRSS feed";
39 homepage = "https://github.com/exxamalte/python-georss-ign-sismologia-client";
40 changelog = "https://github.com/exxamalte/python-georss-ign-sismologia-client/blob/v0.6/CHANGELOG.md";
41 license = with licenses; [ asl20 ];
42 maintainers = with maintainers; [ fab ];