9 buildPythonPackage rec {
10 pname = "georss-nrcan-earthquakes-client";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "python-georss-nrcan-earthquakes-client";
20 hash = "sha256-FFm37+dCkdoZXgvAjYhcHOYFf0oQ37bxJb7vzbWDTro=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
32 "georss_nrcan_earthquakes_client"
36 description = "Python library for accessing Natural Resources Canada Earthquakes feed";
37 homepage = "https://github.com/exxamalte/python-georss-nrcan-earthquakes-client";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];