Skip to content

Commit

Permalink
update screed recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Oct 1, 2019
1 parent d5b5d3e commit 3dfb968
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions recipes/screed/meta.yaml
@@ -1,16 +1,19 @@
{% set version = "1.0.1" %}

package:
name: screed
version: "1.0.1"
version: {{ version }}

source:
url: https://files.pythonhosted.org/packages/49/9d/d39bb0f6f3452b1c9c3bae7b05b7879036ae949d09725b8b8dec5099d7f6/screed-1.0.1.tar.gz
url: https://pypi.io/packages/source/s/screed/screed-{{ version }}.tar.gz
sha256: 03699bed1542343856825c1fe8853c1b57ecda147e2cb70bf533388b05f90b86

build:
noarch: python
entry_points:
- screed = screed.__main__:main
number: 0
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv ."

requirements:
host:
Expand Down Expand Up @@ -40,3 +43,7 @@ about:
license: BSD
summary: 'Screed is a biological sequence parsing and storage/retrieval library for DNA and protein sequences.'
license_family: BSD

extra:
recipe-maintainers:
- luizirber

0 comments on commit 3dfb968

Please sign in to comment.