Skip to content
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

Add zen3geo #20198

Merged
merged 6 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions recipes/zen3geo/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channel_sources:
- conda-forge/label/poetry_dev,conda-forge/label/cleo_dev,conda-forge
44 changes: 44 additions & 0 deletions recipes/zen3geo/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "zen3geo" %}
{% set version = "0.3.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/zen3geo-{{ version }}.tar.gz
sha256: 09e84306809d03899155510f75dff83023e301c95bb0835b7bf5c34e58c72720

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- pip
- poetry >=1.2.0rc2
- python >=3.8,<3.12
run:
- python >=3.8,<3.12
- rioxarray >=0.10.0
- torchdata >=0.4.0

test:
imports:
- zen3geo
commands:
- pip check
requires:
- pip

about:
home: None
ocefpaf marked this conversation as resolved.
Show resolved Hide resolved
summary: The 🌏 data science library you've been waiting for~
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the ~ at the end expected?

license: LGPL-3.0-or-later
license_file:
- LICENSE.md

extra:
recipe-maintainers:
- weiji14