aboutsummaryrefslogtreecommitdiff
path: root/astropy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-23 16:30:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-23 16:30:52 -0400
commitf7625cda5d6be046e1ea905bf8858cb0eae6f70f (patch)
tree4bdb6da29496b34f74a93ee780827ee32d0ca647 /astropy
parent8d3230be1d54de8e1d153e1f77a22da8e74d12c1 (diff)
downloadcbc-recipes-f7625cda5d6be046e1ea905bf8858cb0eae6f70f.tar.gz
Massive overhaul. Switching to remote URLs.
Diffstat (limited to 'astropy')
-rw-r--r--astropy/astropy.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/astropy/astropy.ini b/astropy/astropy.ini
index 8c08900..067bae8 100644
--- a/astropy/astropy.ini
+++ b/astropy/astropy.ini
@@ -1,6 +1,6 @@
[package]
name: astropy
-version: 1.0.3.git
+version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git
[about]
home: http://github.com/astropy/${package:name}
@@ -14,7 +14,7 @@ readme: README.rst
git_url: ${about:home}
[build]
-number: 1
+number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
@@ -24,7 +24,7 @@ build:
setuptools
numpy
python
-
+
run:
jinja2
cython
@@ -35,7 +35,7 @@ run:
[cbc_build]
linux:
- python setup.py install --offline || exit 1
+ python setup.py install --offline || exit 1
windows:
python setup.py install --offline