diff options
-rw-r--r-- | astropy-helpers/astropy-helpers.ini | 9 | ||||
-rw-r--r-- | astropy/astropy.ini | 18 |
2 files changed, 16 insertions, 11 deletions
diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini index 076c0d0..ac39b25 100644 --- a/astropy-helpers/astropy-helpers.ini +++ b/astropy-helpers/astropy-helpers.ini @@ -7,7 +7,7 @@ url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} [package] name: astropy-helpers -version: 1.0.2 +version: 1.0.2.git [about] home: http://github.com/astropy/${package:name} @@ -16,8 +16,9 @@ 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 @@ -39,4 +40,4 @@ linux: windows: python setup.py install - if errorlevel 1 exit 1
\ No newline at end of file + if errorlevel 1 exit 1 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 |