diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-06 09:14:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-06 09:14:18 -0400 |
commit | ad9e7c5ba8b5f89bae1a7086affc82b365cb860c (patch) | |
tree | 017189db32387a15cda901e2b1a7a50f7a320547 /astropy | |
parent | ef05cf7e26fac8efeb79fed672d2e090f7c1ec18 (diff) | |
download | cbc-recipes-ad9e7c5ba8b5f89bae1a7086affc82b365cb860c.tar.gz |
Use git
Diffstat (limited to 'astropy')
-rw-r--r-- | astropy/astropy.ini | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/astropy/astropy.ini b/astropy/astropy.ini index 04261db..0c45acc 100644 --- a/astropy/astropy.ini +++ b/astropy/astropy.ini @@ -7,7 +7,7 @@ url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} [package] name: astropy -version: 1.0.3 +version: 1.0.3.git [about] home: http://github.com/astropy/${package:name} @@ -16,24 +16,28 @@ summary: ${package:name} readme: README.rst [source] -fn: ${package:name}-${package:version}.tar.gz -url: ${cbc_cgi:url}/${fn} - +#fn: ${package:name}-${package:version}.tar.gz +#url: ${cbc_cgi:url}/${fn} +git_url: ${about:home} [build] number: 1 [requirements] build: + jinja2 astropy-helpers - python + cython setuptools numpy + python run: + jinja2 + cython astropy-helpers - python numpy + python [cbc_build] @@ -42,4 +46,4 @@ linux: windows: python setup.py install --offline - if errorlevel 1 exit 1
\ No newline at end of file + if errorlevel 1 exit 1 |