From 4825ba702c149e0dcf7eba479c6ed45832511779 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Thu, 17 Dec 2015 19:10:14 -0500 Subject: Make it build... --- pyqtgraph/pyqtgraph.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pyqtgraph/pyqtgraph.ini b/pyqtgraph/pyqtgraph.ini index 6689e44..fd83256 100644 --- a/pyqtgraph/pyqtgraph.ini +++ b/pyqtgraph/pyqtgraph.ini @@ -1,7 +1,7 @@ [package] +# Don't try to use the git repo for this one. Trust me. name: pyqtgraph -# They release with $name-$version... conda doesn't handle that -version: 0.0.0 +version: 0.9.10 [about] home: http://www.pyqtgraph.org/ @@ -9,20 +9,21 @@ license: MIT summary: ${package:name} [source] -git_url: https://github.com/${package:name}/${package:name} -git_tag: develop +fn: ${package:name}-${package:version}.tar.gz +url: https://pypi.python.org/packages/source/p/${package:name}/${fn} +md5:bd84bf7537c43cf38db81cc1ad4f743a [build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number: 0 [requirements] build: - numpy setuptools python run: pyqt + pyopengl numpy python -- cgit