Skip to content

Commit

Permalink
Update screed to 1.0.1 (#17797)
Browse files Browse the repository at this point in the history
* Update screed recipe and version to 1.0.1
  • Loading branch information
BiocondaBot authored and luizirber committed Oct 1, 2019
1 parent f99926a commit 3300a44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 0 additions & 4 deletions recipes/screed/build.sh

This file was deleted.

15 changes: 11 additions & 4 deletions recipes/screed/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{% set version = "1.0.1" %}

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

source:
url: https://pypi.python.org/packages/e7/7a/b5f16a9861ac497b346b2f5205e8dc35103eeba1e6fdffa114c47e0b35ba/screed-1.0.tar.gz
md5: 10d0f712ae5bb9205ec1e27c49e8069f
url: https://pypi.io/packages/source/s/screed/screed-{{ version }}.tar.gz
sha256: 03699bed1542343856825c1fe8853c1b57ecda147e2cb70bf533388b05f90b86

build:
noarch: python
entry_points:
- screed = screed.__main__:main
number: 1
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 3300a44

Please sign in to comment.