summaryrefslogtreecommitdiff
path: root/pandokia/meta.yaml
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
commite4caf4a2acbb18875b1064246554e4105449b5a3 (patch)
treeb57ece5acd84c9a8c9235818b975a439c8ae3df9 /pandokia/meta.yaml
downloadastroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz
Initial commit
Diffstat (limited to 'pandokia/meta.yaml')
-rw-r--r--pandokia/meta.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml
new file mode 100644
index 0000000..ed9b26b
--- /dev/null
+++ b/pandokia/meta.yaml
@@ -0,0 +1,30 @@
+about:
+ home: http://ssb.stsci.edu/testing/pandokia
+ license: BSD
+ summary: pandokia
+build:
+ number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}'
+package:
+ name: pandokia
+ version: 1.3.11
+requirements:
+ build:
+ - nose
+ - pytest
+ - shunit2
+ - setuptools
+ - python x.x
+ run:
+ - nose
+ - shunit2
+ - pytest
+ - python x.x
+source:
+ git_url: git@github.com:spacetelescope/pandokia
+test:
+ commands:
+ - pdk --help
+ imports:
+ - pandokia
+ - pandokia.runners
+ - pandokia.helpers