Skip to content

Commit

Permalink
Update piper to 0.14.0 (bioconda#44956)
Browse files Browse the repository at this point in the history
* Update piper to 0.14.0

* add run_exports

---------

Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Dec 22, 2023
1 parent ede46f6 commit ea792f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/piper/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set name = "piper" %}
{% set version = "0.13.2" %}
{% set version = "0.14.0" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "edc68583bf7925a44ed0cf439cd059bec51499cd70b4ff8a81ed67a9b0093867"
sha256: "2d2b226689f2e992da0735f25ea432f16f230bfaef51e732ef50b1b495ce153c"

build:
number: 0
noarch: python
script: "2to3 . && {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"
script: "2to3 . && {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
run_exports:
- {{ pin_subpackage('piper', max_pin="x.x") }}

requirements:
host:
Expand Down

0 comments on commit ea792f5

Please sign in to comment.