Skip to content

Commit

Permalink
update to CFEP-25 noarch: python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Jan 6, 2025
1 parent c778f32 commit c9addc0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
number: 1
entry_points:
- "choppa = choppa.cli.cli:cli"

requirements:
host:
- python >=3.8
- python {{ python_min }}
- setuptools >=61.0
- versioningit >=2.0,<3.dev0
- pip
run:
- python >=3.8
- python >={{ python_min }}
- pandas
- biopython
- click
Expand All @@ -43,6 +43,7 @@ test:
- pip check
requires:
- pip
- python {{ python_min }}

about:
home: https://github.com/asapdiscovery/choppa
Expand Down

0 comments on commit c9addc0

Please sign in to comment.