diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
commit | f7625cda5d6be046e1ea905bf8858cb0eae6f70f (patch) | |
tree | 4bdb6da29496b34f74a93ee780827ee32d0ca647 /pysynphot | |
parent | 8d3230be1d54de8e1d153e1f77a22da8e74d12c1 (diff) | |
download | cbc-recipes-f7625cda5d6be046e1ea905bf8858cb0eae6f70f.tar.gz |
Massive overhaul. Switching to remote URLs.
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/pysynphot.ini | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini index 9087168..74448a7 100644 --- a/pysynphot/pysynphot.ini +++ b/pysynphot/pysynphot.ini @@ -1,6 +1,6 @@ [package] name: pysynphot -version: 0.9.6 +version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git [about] home: http://github.com/spacetelescope/${package:name} @@ -8,11 +8,10 @@ license: BSD summary: ${package:name} [source] -fn: ${package:name}-${package:version}.tar.gz -url: ${cbc_cgi:url}/${fn} +git_url: ${about:home} [build] -number: 1 +number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: @@ -27,7 +26,7 @@ build: matplotlib setuptools python - + run: d2to1 nose @@ -44,8 +43,8 @@ run: [cbc_build] linux: echo This d2to1 hack is deadly. - pip install --no-deps --upgrade --force d2to1 || exit 1 - python setup.py install || exit 1 + #pip install --no-deps --upgrade --force d2to1 || exit 1 + python setup.py install || exit 1 windows: python setup.py install |