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 package iBridges #52598

Merged
merged 5 commits into from
Dec 9, 2024
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
51 changes: 51 additions & 0 deletions recipes/ibridges/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% set name = "ibridges" %}
{% set version = "1.2.0" %}

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

source:
url: https://files.pythonhosted.org/packages/0e/09/dccdec5b2a6a02715d134d623b57a0e41b9459b7e1176452ce857ee6c665/ibridges-1.2.0.tar.gz
sha256: ca068d37f147d8ce30a6b676cd6ae3e9c19f7af248bf7af1ef09c582b9d2f9b6
build:
skip: true # [py<38]
entry_points:
- ibridges = ibridges.__main__:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
martin-g marked this conversation as resolved.
Show resolved Hide resolved
noarch: python

requirements:
host:
- python >=3.8
- setuptools >=45
- setuptools-scm >=6.2
- pip
run:
- python >=3.8
- python-irodsclient >=2.0.0
- tqdm
- importlib-metadata # [py<310]

test:
imports:
- ibridges
commands:
- pip check
- ibridges --help
requires:
- pip

about:
home: "https://github.com/iBridges-for-iRODS/iBridges"
summary: Package for accessing data and metadata on iRods servers.
license: MIT
license_file: LICENSE
martin-g marked this conversation as resolved.
Show resolved Hide resolved
doc_url: "https://ibridges.readthedocs.io/en/latest/"
dev_url: "https://github.com/iBridges-for-iRODS/iBridges"

extra:
recipe-maintainers:
- Christine Staiger

Loading