From f7625cda5d6be046e1ea905bf8858cb0eae6f70f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 23 Jul 2015 16:30:52 -0400 Subject: Massive overhaul. Switching to remote URLs. --- pyqtgraph/pyqtgraph.ini | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'pyqtgraph') diff --git a/pyqtgraph/pyqtgraph.ini b/pyqtgraph/pyqtgraph.ini index e89e9a9..6689e44 100644 --- a/pyqtgraph/pyqtgraph.ini +++ b/pyqtgraph/pyqtgraph.ini @@ -1,33 +1,34 @@ [package] name: pyqtgraph -version: 0.9.10 +# They release with $name-$version... conda doesn't handle that +version: 0.0.0 [about] home: http://www.pyqtgraph.org/ license: MIT summary: ${package:name} -readme: README.md [source] -fn: ${package:name}-${package:version}.tar.gz -url: ${cbc_cgi:url}/${fn} +git_url: https://github.com/${package:name}/${package:name} +git_tag: develop [build] -number: 1 +number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: numpy setuptools python - + run: + pyqt numpy python [cbc_build] linux: - python setup.py install || exit 1 + python setup.py install || exit 1 windows: python setup.py install -- cgit