diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2015-12-17 19:10:14 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2015-12-17 19:10:14 -0500 |
commit | 4825ba702c149e0dcf7eba479c6ed45832511779 (patch) | |
tree | 921c810d52b037e709e0fe1fd5d1f1477d3f2931 /pyqtgraph/pyqtgraph.ini | |
parent | ee964ede15bd9d8ae9909b8c51abd6a16c5adf5a (diff) | |
download | cbc-recipes-4825ba702c149e0dcf7eba479c6ed45832511779.tar.gz |
Make it build...
Diffstat (limited to 'pyqtgraph/pyqtgraph.ini')
-rw-r--r-- | pyqtgraph/pyqtgraph.ini | 13 |
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 |