Loading pkgs/development/python-modules/pystac/default.nix 0 → 100644 +53 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, html5lib, jsonschema, pytest-cov, pytest-mock, pytest-recording, python-dateutil, requests-mock, setuptools, }: buildPythonPackage rec { pname = "pystac"; version = "1.10.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "stac-utils"; repo = "pystac"; rev = "v${version}"; hash = "sha256-zJGDhKRX50Muo1YDEzfwypMLISnYBYKkPvUULYkUf68="; }; build-system = [ setuptools ]; propagatedBuildInputs = [ python-dateutil ]; nativeCheckInputs = [ html5lib jsonschema pytestCheckHook pytest-cov pytest-mock pytest-recording requests-mock ]; pythonImportsCheck = [ "pystac" ]; meta = { description = "Python library for working with any SpatioTemporal Asset Catalog (STAC)"; homepage = "https://github.com/stac-utils/pystac"; license = lib.licenses.asl20; maintainers = lib.teams.geospatial.members; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10052,6 +10052,8 @@ self: super: with self; { pysolcast = callPackage ../development/python-modules/pysolcast { }; pystac = callPackage ../development/python-modules/pystac { }; pysubs2 = callPackage ../development/python-modules/pysubs2 { }; pysuez = callPackage ../development/python-modules/pysuez { }; Loading Loading
pkgs/development/python-modules/pystac/default.nix 0 → 100644 +53 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, html5lib, jsonschema, pytest-cov, pytest-mock, pytest-recording, python-dateutil, requests-mock, setuptools, }: buildPythonPackage rec { pname = "pystac"; version = "1.10.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "stac-utils"; repo = "pystac"; rev = "v${version}"; hash = "sha256-zJGDhKRX50Muo1YDEzfwypMLISnYBYKkPvUULYkUf68="; }; build-system = [ setuptools ]; propagatedBuildInputs = [ python-dateutil ]; nativeCheckInputs = [ html5lib jsonschema pytestCheckHook pytest-cov pytest-mock pytest-recording requests-mock ]; pythonImportsCheck = [ "pystac" ]; meta = { description = "Python library for working with any SpatioTemporal Asset Catalog (STAC)"; homepage = "https://github.com/stac-utils/pystac"; license = lib.licenses.asl20; maintainers = lib.teams.geospatial.members; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10052,6 +10052,8 @@ self: super: with self; { pysolcast = callPackage ../development/python-modules/pysolcast { }; pystac = callPackage ../development/python-modules/pystac { }; pysubs2 = callPackage ../development/python-modules/pysubs2 { }; pysuez = callPackage ../development/python-modules/pysuez { }; Loading