diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2015-11-20 17:12:35 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2015-11-20 17:12:35 -0500 |
commit | a14fecde1a6634d9d952cc13c274d78d811d5fe9 (patch) | |
tree | 7d90347afda004651e24944006dca02ad50e94e9 | |
parent | ff5322f396151a156f21ede45965699375a8a724 (diff) | |
download | cbc-recipes-a14fecde1a6634d9d952cc13c274d78d811d5fe9.tar.gz |
Removing astropy recipes.
-rw-r--r-- | astropy-helpers/astropy-helpers.ini | 36 | ||||
-rw-r--r-- | astropy/astropy.ini | 42 |
2 files changed, 0 insertions, 78 deletions
diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini deleted file mode 100644 index 31e01b1..0000000 --- a/astropy-helpers/astropy-helpers.ini +++ /dev/null @@ -1,36 +0,0 @@ -[package] -name: astropy-helpers -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git - -[about] -home: https://github.com/astropy/${package:name} -license: BSD -summary: ${package:name} -readme: README.rst - -[source] -#fn: ${package:name}-${package:version}.tar.gz -#url: ${cbc_cgi:url}/${fn} -git_url: ${about:home} - -[build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} - -[requirements] -build: - python - setuptools - numpy -run: - python - numpy - - -[cbc_build] -linux: - python setup.py install || exit 1 - - -windows: - python setup.py install - if errorlevel 1 exit 1 diff --git a/astropy/astropy.ini b/astropy/astropy.ini deleted file mode 100644 index 83eebb0..0000000 --- a/astropy/astropy.ini +++ /dev/null @@ -1,42 +0,0 @@ -[package] -name: astropy -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git - -[about] -home: https://github.com/astropy/${package:name} -license: BSD -summary: ${package:name} -readme: README.rst - -[source] -#fn: ${package:name}-${package:version}.tar.gz -#url: ${cbc_cgi:url}/${fn} -git_url: ${about:home} - -[build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} - -[requirements] -build: - jinja2 - astropy-helpers - cython - setuptools - numpy - python - -run: - jinja2 - cython - astropy-helpers - numpy - python - - -[cbc_build] -linux: - python setup.py install --offline || exit 1 - -windows: - python setup.py install --offline - if errorlevel 1 exit 1 |