From f0a5414c7d21a4d6399ac4397ed64fab8d9f17ce Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Mon, 14 Apr 2025 09:49:03 -0700 Subject: [PATCH] Add pds.peppi --- recipes/pds.peppi/meta.yaml | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 recipes/pds.peppi/meta.yaml diff --git a/recipes/pds.peppi/meta.yaml b/recipes/pds.peppi/meta.yaml new file mode 100644 index 0000000000000..1a9c823ef7d5a --- /dev/null +++ b/recipes/pds.peppi/meta.yaml @@ -0,0 +1,52 @@ +{% set name = "pds.peppi" %} +{% set version = "0.5.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pds_peppi-{{ version }}.tar.gz + sha256: 735febbd10f6e1e720b64b3a6030e95d233963cdf5337b50379942663cf6745e + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python {{ python_min }} + - setuptools + - poetry-core + - pip + run: + - python >={{ python_min }} + - pds.api-client >=1.6.1,<1.7.dev0 + - pandas >=2.2.3,<2.3.dev0 + +test: + imports: + - pds.peppi + commands: + - pip check + requires: + - python {{ python_min }} + - pip + +about: + home: https://github.com/NASA-PDS/peppi + summary: Get Planetary Data from the Planetary Data System (PDS) + license: Apache-2.0 AND BSD-3-Clause + license_file: + - LICENSE.md + - NOTICE.txt + doc_url: https://nasa-pds.github.io/peppi + dev_url: https://github.com/NASA-PDS/peppi + +extra: + recipe-maintainers: + - jordanpadams + - tloubrieu-jpl + - collinss-jpl + - nutjob4life