9 buildPythonPackage rec {
10 pname = "georss-ingv-centro-nazionale-terremoti-client";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "python-georss-ingv-centro-nazionale-terremoti-client";
20 hash = "sha256-zqjo70NzpUt5zNEar0P1sl/gMb+ZcS+7GX7QGuFjMYY=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
32 "georss_ingv_centro_nazionale_terremoti_client"
36 description = "Python library for accessing the INGV Centro Nazionale Terremoti GeoRSS feed";
37 homepage = "https://github.com/exxamalte/python-georss-ingv-centro-nazionale-terremoti-client";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];