aboutsummaryrefslogtreecommitdiff
path: root/pyqtgraph
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2015-12-17 19:10:14 -0500
committerJoe Hunkeler <jhunk@stsci.edu>2015-12-17 19:10:14 -0500
commit4825ba702c149e0dcf7eba479c6ed45832511779 (patch)
tree921c810d52b037e709e0fe1fd5d1f1477d3f2931 /pyqtgraph
parentee964ede15bd9d8ae9909b8c51abd6a16c5adf5a (diff)
downloadcbc-recipes-4825ba702c149e0dcf7eba479c6ed45832511779.tar.gz
Make it build...
Diffstat (limited to 'pyqtgraph')
-rw-r--r--pyqtgraph/pyqtgraph.ini13
1 files 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