aboutsummaryrefslogtreecommitdiff
path: root/pyasdf
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-03-02 08:37:40 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-03-02 08:37:40 -0500
commit9432e8f386a688414b076f5b7b2f0527a566b165 (patch)
tree62e8a9b8cd38972b792bae51a70fceaae4fcf81e /pyasdf
parent89fbd642090f7396e08f13d5bb229be6b3c4acb9 (diff)
downloadcbc-recipes-9432e8f386a688414b076f5b7b2f0527a566b165.tar.gz
Renamed pyasdf to asdf
Diffstat (limited to 'pyasdf')
-rw-r--r--pyasdf/pyasdf.ini48
1 files changed, 0 insertions, 48 deletions
diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini
deleted file mode 100644
index 64299cb..0000000
--- a/pyasdf/pyasdf.ini
+++ /dev/null
@@ -1,48 +0,0 @@
-[package]
-name: pyasdf
-version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
-
-[about]
-home: https://github.com/spacetelescope/${package:name}
-license: BSD
-summary: ${package:name}
-
-[source]
-git_url: ${about:home}
-
-[build]
-number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
-
-[requirements]
-build:
- astropy >=1.1
- pyyaml
- jsonschema
- pytest
- six
- setuptools
- python
-
-run:
- astropy >=1.1
- pyyaml
- jsonschema
- pytest
- six
- setuptools
- python
-
-[test]
-commands:
- asdftool --help
-
-imports:
- pyasdf
-
-[cbc_build]
-linux:
- python setup.py install || exit 1
-
-windows:
- python setup.py install
- if errorlevel 1 exit 1