summaryrefslogtreecommitdiff
path: root/pandeia-engine/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-11-29 20:44:29 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-12-13 16:04:15 -0500
commit34308129ce3330bf18b65464026e854bc9499956 (patch)
tree75a6fb6428504ef7f31b1d4e82c7209a1aba2018 /pandeia-engine/meta.yaml
parent4fe08aedce73669d3225c8bbe8dbecc108d91133 (diff)
downloadastroconda-contrib-34308129ce3330bf18b65464026e854bc9499956.tar.gz
Remove unused packages
Diffstat (limited to 'pandeia-engine/meta.yaml')
-rw-r--r--pandeia-engine/meta.yaml26
1 files changed, 0 insertions, 26 deletions
diff --git a/pandeia-engine/meta.yaml b/pandeia-engine/meta.yaml
deleted file mode 100644
index e33c57f..0000000
--- a/pandeia-engine/meta.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-about:
- home: https://github.com:stsci-ssb/pandeia
- license: BSD
- summary: pandeia-engine
-build:
- number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}'
- preserve_egg_dir: 'yes'
-package:
- name: pandeia-engine
- version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }'
-requirements:
- build:
- - d2to1
- - stsci.distutils
- - tornado
- - setuptools
- - python x.x
- run:
- - tornado
- - python x.x
-source:
- git_url: git@github.com:STScI-SSB/pandeia.git
-test:
- imports:
- - pandeia
- - pandeia.engine