File tree 1 file changed +52
-0
lines changed
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% set name = "pds.peppi" %}
2
+ {% set version = "0.5.0" %}
3
+
4
+ package :
5
+ name : {{ name|lower }}
6
+ version : {{ version }}
7
+
8
+ source :
9
+ url : https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pds_peppi-{{ version }}.tar.gz
10
+ sha256 : 735febbd10f6e1e720b64b3a6030e95d233963cdf5337b50379942663cf6745e
11
+
12
+ build :
13
+ noarch : python
14
+ script : {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15
+ number : 0
16
+
17
+ requirements :
18
+ host :
19
+ - python {{ python_min }}
20
+ - setuptools
21
+ - poetry-core
22
+ - pip
23
+ run :
24
+ - python >={{ python_min }}
25
+ - pds.api-client >=1.6.1,<1.7.dev0
26
+ - pandas >=2.2.3,<2.3.dev0
27
+
28
+ test :
29
+ imports :
30
+ - pds.peppi
31
+ commands :
32
+ - pip check
33
+ requires :
34
+ - python {{ python_min }}
35
+ - pip
36
+
37
+ about :
38
+ home : https://github.com/NASA-PDS/peppi
39
+ summary : Get Planetary Data from the Planetary Data System (PDS)
40
+ license : Apache-2.0 AND BSD-3-Clause
41
+ license_file :
42
+ - LICENSE.md
43
+ - NOTICE.txt
44
+ doc_url : https://nasa-pds.github.io/peppi
45
+ dev_url : https://github.com/NASA-PDS/peppi
46
+
47
+ extra :
48
+ recipe-maintainers :
49
+ - jordanpadams
50
+ - tloubrieu-jpl
51
+ - collinss-jpl
52
+ - nutjob4life
You can’t perform that action at this time.
0 commit comments