10 pytest-console-scripts,
19 buildPythonPackage rec {
20 pname = "pystac-client";
23 disabled = pythonOlder "3.9";
25 src = fetchFromGitHub {
27 repo = "pystac-client";
28 rev = "refs/tags/v${version}";
29 hash = "sha256-EetS0MD5DLBR+ht9YfD+oRdfHbVONuVHdSZj3FQ5Sm8=";
32 build-system = [ setuptools ];
43 pytest-console-scripts
50 # Tests accessing Internet
54 pythonImportsCheck = [ "pystac_client" ];
57 description = "A Python client for working with STAC Catalogs and APIs";
58 homepage = "https://github.com/stac-utils/pystac-client";
59 license = lib.licenses.asl20;
60 maintainers = lib.teams.geospatial.members;