Skip to content

Commit

Permalink
update deps and switch to a tarbal for source
Browse files Browse the repository at this point in the history
  • Loading branch information
kain88-de committed Jul 25, 2016
1 parent 6ed62be commit 1d81395
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipes/datreant.core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{% set version = "0.7.0" %}
{% set sha256 = }

package:
name: datreant.core
version: "0.7.0"
version: {{ version }}

source:
git_url: https://github.com/datreant/datreant.core.git
git_tag: release-{{ version }}
fn: datreant.core-{{ version }}.tar.gz
url: https://pypi.io/packages/source/d/datreant.core/datreant.core-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
Expand All @@ -17,7 +19,7 @@ requirements:
- pip
- setuptools
- asciitree
- pathlib2
- python-pathlib2
- scandir
- six
- fuzzywuzzy
Expand All @@ -27,7 +29,7 @@ requirements:
run: &package_deps
- python
- asciitree
- pathlib2
- python-pathlib2
- scandir
- six
- fuzzywuzzy
Expand Down

0 comments on commit 1d81395

Please sign in to comment.