Skip to content

Commit

Permalink
Update flippyr to 0.6.0 (#51747)
Browse files Browse the repository at this point in the history
* Update flippyr to 0.6.0

* add run_exports

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 28, 2024
1 parent 817aa0a commit 79f5213
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/flippyr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "flippyr" %}
{% set version = "0.5.3" %}
{% set sha256 = "2d7354138bc77a63242369c440175de39ca2dc414a8ef3a506b0abe7e9473a35" %}
{% set version = "0.6.0" %}
{% set sha256 = "e39da37ecdafe399429213d98761610a93f1bdb1906256a0ea4868bd6271f366" %}

package:
name: {{ name|lower }}
Expand All @@ -14,7 +14,7 @@ requirements:
build:
- python
- setuptools

- pip
run:
- python
- pyfaidx
Expand All @@ -23,9 +23,11 @@ requirements:
build:
number: 0
noarch: python
script: "{{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt"
script: "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir"
entry_points:
- flippyr = flippyr:main
run_exports:
- {{ pin_subpackage('flippyr', max_pin="x.x") }}

test:
commands:
Expand Down

0 comments on commit 79f5213

Please sign in to comment.