Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helperlibs to release-0-1-9 #10223

Merged
merged 2 commits into from
Aug 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions recipes/helperlibs/build.sh

This file was deleted.

23 changes: 13 additions & 10 deletions recipes/helperlibs/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{% set version = "0.1.9" %}
{% set sha256 = "7fb8bdcb713f34d21c0c975508370de5491470971ad3739a260535e0868b09c4" %}

package:
name: helperlibs
version: "0.1.8"
version: '{{ version }}'

source:
url: https://github.com/kblin/bioinf-helperlibs/archive/release-0-1-8.tar.gz
md5: 80283b45767e08fb16f03c951732cd0d
url: https://github.com/kblin/bioinf-helperlibs/archive/release-0-1-9.tar.gz
sha256: '{{ sha256 }}'

build:
noarch: python
number: 1
number: 0
script: $PYTHON -m pip install --no-deps --ignore-installed --no-cache-dir -vvv .

requirements:
host:
- python
- biopython >=1.62

- pip
run:
- python
- biopython >=1.62
Expand All @@ -29,7 +32,7 @@ test:
- helperlibs.wrappers

about:
home: https://github.com/kblin/bioinf-helperlibs/wiki
license: GNU General Public License v3 or later (GPLv3+)
summary: 'A collection of bioinformatics-related helper functions'
license_family: GPL3
home: https://github.com/kblin/bioinf-helperlibs
license: GPL-3.0
license_family: GPL
summary: A collection of bioinformatics-related helper functions