Skip to content

Add pds.peppi #29725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions recipes/pds.peppi/meta.yaml
Original file line number Diff line number Diff line change
@@ -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