Skip to content

Commit

Permalink
pysradb: update to 0.7.1 (#13694)
Browse files Browse the repository at this point in the history
* pysradb: update to 0.7.1
  • Loading branch information
saketkc authored Feb 19, 2019
1 parent 7e2c5b1 commit 1d9031b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipes/pysradb/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "pysradb" %}
{% set version = "0.6.0" %}
{% set version = "0.7.1" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "1dc65f2473eb30a992a9a75585544fef6a7171ae2aea263b53c150eeec98f186" %}
{% set hash_value = "a96317ca38aba3e80df3c3f9442650e9e38001029e167ca35693a9fee136c1b6" %}


package:
Expand All @@ -18,7 +18,7 @@ build:
entry_points:
- pysradb=pysradb.cli:cli
script: python setup.py install --single-version-externally-managed --record=record.txt
noarch: python
skip: True # [py27]

requirements:
host:
Expand All @@ -37,7 +37,6 @@ test:
imports:
- pysradb
- pysradb.sradb
- pysradb.geodb
commands:
- pysradb | grep "Query NGS metadata"

Expand Down

0 comments on commit 1d9031b

Please sign in to comment.