Initial feedstock commit with conda-smithy 3.21.1.
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
{% set name = "gdptools" %}
|
||||
{% set version = "0.0.15.dev0" %}
|
||||
|
||||
package:
|
||||
name: {{ name|lower }}
|
||||
version: {{ version }}
|
||||
|
||||
source:
|
||||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
|
||||
sha256: c21cae1bbd2edb69dbe815078c07fc8e74fde0f0608d6efa12cdc52cdbdb251e
|
||||
|
||||
build:
|
||||
entry_points:
|
||||
- gdptools = gdptools.__main__:main
|
||||
noarch: python
|
||||
script: {{ PYTHON }} -m pip install . -vv
|
||||
number: 0
|
||||
|
||||
requirements:
|
||||
host:
|
||||
- python >=3.6,<3.10
|
||||
- pip
|
||||
- poetry-core >=1.0.0
|
||||
run:
|
||||
- python >=3.6,<3.10
|
||||
- python-attr >=0.3.2,<0.4.0
|
||||
# - geopandas ==0.11.1
|
||||
- geopandas
|
||||
- netcdf4 >=1.5.8,<2.0.0
|
||||
- numpy >=1.22.4,<2.0.0
|
||||
- cftime >=1.6.0,<2.0.0
|
||||
- click <8
|
||||
- pydap >=3.2.2,<4.0.0
|
||||
- pandas >=1.4.2,<2.0.0
|
||||
- scipy >=1.8.1,<2.0.0
|
||||
# - shapely ==1.8.4
|
||||
- shapely
|
||||
- pystac >=1.4.0,<2.0.0
|
||||
# - pyproj >=3.3.1,<4.0.0
|
||||
- pyproj
|
||||
- zarr >=2.11.3,<3.0.0
|
||||
- pygeoapi >=0.11.0,<0.12.0
|
||||
- rioxarray >=0.11.1,<0.12.0
|
||||
- rasterstats >=0.16.0,<0.17.0
|
||||
- intake >=0.6.5,<0.7.0
|
||||
- rasterio >=1.2.10,<2.0.0
|
||||
- metpy >=1.3.0,<2.0.0
|
||||
- dask-core >=2022.6.0,<2023.0.0
|
||||
- xarray >=2022.3.0,<2023.0.0
|
||||
# - pygeos ==0.12.0
|
||||
- pygeos
|
||||
- requests >=2.28.0,<3.0.0
|
||||
|
||||
test:
|
||||
files:
|
||||
- tests/
|
||||
requires:
|
||||
- pip
|
||||
- pytest
|
||||
imports:
|
||||
- gdptools
|
||||
commands:
|
||||
# Some of the pins are too aggressive making the package impossible to install.
|
||||
# - pip check
|
||||
- gdptools --help
|
||||
- pytest -s -rxs -v tests/
|
||||
|
||||
about:
|
||||
home: https://code.usgs.gov/wma/nhgf/toolsteam/gdptools
|
||||
summary: Gdptools
|
||||
license: Unlicense
|
||||
license_file:
|
||||
- LICENSE.md
|
||||
|
||||
extra:
|
||||
recipe-maintainers:
|
||||
- ocefpaf
|
||||
Reference in New Issue
Block a user