18 buildPythonPackage rec {
22 disabled = pythonOlder "3.9";
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-yuAam/sXaGMFp1Kwxd28v3nOV05GC3sUY+gKJ4nLwTs=";
31 build-system = [ setuptools ];
33 propagatedBuildInputs = [ python-dateutil ];
45 pythonImportsCheck = [ "pystac" ];
48 description = "Python library for working with any SpatioTemporal Asset Catalog (STAC)";
49 homepage = "https://github.com/stac-utils/pystac";
50 license = lib.licenses.asl20;
51 maintainers = lib.teams.geospatial.members;