Skip to content

Commit

Permalink
fix: added recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
selva439 committed Sep 25, 2024
1 parent 8c213f8 commit e027199
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# recipe/meta.yaml
package:
name: pridepy
version: "0.0.3"

source:
path: ../

build:
entry_points:
- pridepy=pridepy:main
noarch: python
run_exports:
- {{ pin_subpackage('pridepy', max_pin="x.x") }}
script: "{{ PYTHON }} -m pip install . --no-deps -vvv"
number: 0

requirements:
host:
- python >=3.8,<4.0
- pip
run:
- requests~=2.31.0
- ratelimit~=2.2.1
- click~=8.1.7
- pytest~=8.0.2
- setuptools
- plotly~=5.22.0
- boto3~=1.34.61
- botocore~=1.34.74
- tqdm

test:
imports:
- pridepy
commands:
- pridepy --help
requires:
- pip

about:
home: https://www.github.com/PRIDE-Archive/pridepy
summary: Python Client library for PRIDE Rest API
license: MIT
license_file: LICENSE
dev_url: https://www.github.com/PRIDE-Archive/pridepy

extra:
recipe-maintainers:
- selva

0 comments on commit e027199

Please sign in to comment.