aboutsummaryrefslogtreecommitdiff
path: root/deprecated/astropy-helpers
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-01-08 18:13:08 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-01-08 18:13:08 -0500
commit4f942cd87d5475091229f464dd1fd1b0e0c74ecc (patch)
tree2449a1b0ef6607a6f3cdbb761fca5ee56b11a12c /deprecated/astropy-helpers
parentee24cd008d4ddc84d0c69b993e67c0d0ff56b80f (diff)
downloadcbc-recipes-4f942cd87d5475091229f464dd1fd1b0e0c74ecc.tar.gz
Update all packages to use astropy v1.1
Diffstat (limited to 'deprecated/astropy-helpers')
-rw-r--r--deprecated/astropy-helpers/astropy-helpers.ini36
1 files changed, 0 insertions, 36 deletions
diff --git a/deprecated/astropy-helpers/astropy-helpers.ini b/deprecated/astropy-helpers/astropy-helpers.ini
deleted file mode 100644
index 31e01b1..0000000
--- a/deprecated/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