Skip to content

Commit

Permalink
Update sdrf-pipelines to 0.0.30 (#51199)
Browse files Browse the repository at this point in the history
* Update sdrf-pipelines to 0.0.30

* clean up recipe

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 7, 2024
1 parent 308c48d commit d40c28b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipes/sdrf-pipelines/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{% set name = "sdrf-pipelines" %}
{% set pypi_name = "sdrf_pipelines" %}
{% set version = "0.0.29" %}
{% set version = "0.0.30" %}

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

source:
url: "https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/{{ pypi_name }}-{{ version }}.tar.gz"
sha256: 730d198ce879f864181aa5e567c51273ce95212c9394df84840a0e1896d644f1
sha256: 3959102db85398afceac2175c6c96eebc7241d4a17f215fcae6ec2d854c37a3c

build:
number: 0
noarch: python
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}
- {{ pin_subpackage(name, max_pin="x.x") }}
entry_points:
- parse_sdrf = sdrf_pipelines.parse_sdrf:main
script: "{{ PYTHON }} -m pip install . --no-deps -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"

requirements:
host:
Expand Down Expand Up @@ -48,7 +48,8 @@ test:

about:
home: "https://github.com/bigbio/sdrf-pipelines"
license: Apache 2
license: "Apache-2.0"
license_family: APACHE
##license_file: LICENSE ## patch is applied upstream, next version will have it
summary: "Translate, convert SDRF to configuration pipelines"
doc_url: "https://github.com/bigbio/sdrf-pipelines"
Expand Down

0 comments on commit d40c28b

Please sign in to comment.