From a14fecde1a6634d9d952cc13c274d78d811d5fe9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 20 Nov 2015 17:12:35 -0500 Subject: Removing astropy recipes. --- astropy-helpers/astropy-helpers.ini | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 astropy-helpers/astropy-helpers.ini (limited to 'astropy-helpers') 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 -- cgit