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 mikrokondo-tools #51618

Merged
merged 7 commits into from
Oct 23, 2024
Merged
Changes from 6 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
50 changes: 50 additions & 0 deletions recipes/mikrokondo-tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "mikrokondo-tools" %}
{% set version = "0.0.1rc0" %}

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

source:
url: https://files.pythonhosted.org/packages/source/{{ name[0] }}/{{ name }}/mikrokondo_tools-{{ version }}.tar.gz
sha256: 97a6805c4de8acf568ea1be22a91b442a7c780f66d54520e1c9c8af9ef08d7ef

build:
entry_points:
- mikrokondo-tools = mikrokondo_tools.cli:safe_entry_point
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage(name|lower, max_pin='x') }}
rpetit3 marked this conversation as resolved.
Show resolved Hide resolved

requirements:
host:
- python >=3.8
- hatchling
- pip
run:
- python >=3.8
- click
- requests
- jsonschema

test:
imports:
- mikrokondo_tools
commands:
- pip check
- mikrokondo-tools --help
requires:
- pip

about:
home: https://pypi.org/project/mikrokondo-tools
summary: A collection of utilities to make using the mikrokondo pipeline easier
dev_url: https://github.com/DOED-DAAD/mikrokondo-tools
license: Apache-2.0
license_file: LICENSE.txt
rpetit3 marked this conversation as resolved.
Show resolved Hide resolved

extra:
recipe-maintainers:
- mattheww95