Skip to content

Commit

Permalink
bump pysradb 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Dec 13, 2018
1 parent 18930e5 commit ebc0a55
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions recipes/pysradb/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
{% set name = "pysradb" %}
{% set version = "0.3.0" %}
{% set version = "0.4.0" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "f8d26b37a1424f642c938654a01c4ae02d2758c9fcc6af2cbb4b291e88c3d8dd" %}

{% set hash_value = "a5583eb09c23709e9d5be22e95204a73044037096cf16cd9360edb12a37266cd" %}

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

source:
fn: '{{ name }}-{{ version }}.{{ file_ext }}'
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'{{ hash_type }}': '{{ hash_value }}'

build:
number: 0
entry_points:
- pysradb=pysradb.cli:cli
script: python setup.py install --single-version-externally-managed --record=record.txt
noarch: python

requirements:
host:
- python
- setuptools
- pandas >=0.23.4
- tqdm >=4.28
- tqdm >=4.28
- click >=7.0
run:
- python
- pandas >=0.23.4
- tqdm >=4.28
- click >=7.0

test:
imports:
- pysradb
- pysradb.pysradb
commands:
- pysradb | grep "Query NGS metadata"

about:
home: https://github.com/saketkc/pysradb
Expand Down

0 comments on commit ebc0a55

Please sign in to comment.