summaryrefslogtreecommitdiff
path: root/jwst_lib
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:20 -0400
commitf46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch)
treeb57ece5acd84c9a8c9235818b975a439c8ae3df9 /jwst_lib
downloadastroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz
Initial commit
Diffstat (limited to 'jwst_lib')
-rw-r--r--jwst_lib/bld.bat2
-rw-r--r--jwst_lib/build.sh6
-rw-r--r--jwst_lib/meta.yaml33
3 files changed, 41 insertions, 0 deletions
diff --git a/jwst_lib/bld.bat b/jwst_lib/bld.bat
new file mode 100644
index 0000000..21d698d
--- /dev/null
+++ b/jwst_lib/bld.bat
@@ -0,0 +1,2 @@
+
+echo "Unsupported (yet?)" \ No newline at end of file
diff --git a/jwst_lib/build.sh b/jwst_lib/build.sh
new file mode 100644
index 0000000..ced0780
--- /dev/null
+++ b/jwst_lib/build.sh
@@ -0,0 +1,6 @@
+
+pip install --no-deps --force --upgrade d2to1
+for d in jwst_lib/*
+do
+( cd $d && python setup.py install || exit 1 )
+done \ No newline at end of file
diff --git a/jwst_lib/meta.yaml b/jwst_lib/meta.yaml
new file mode 100644
index 0000000..9fc86b1
--- /dev/null
+++ b/jwst_lib/meta.yaml
@@ -0,0 +1,33 @@
+about:
+ home: ssh://git@bitbucket.org/stsci_ssb/jwst.git
+ license: BSD
+ summary: jwst_lib
+build:
+ number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}'
+ preserve_egg_dir: 'True'
+package:
+ name: jwst_lib
+ version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}'
+requirements:
+ build:
+ - d2to1
+ - asdf-standard
+ - astropy >=1.1
+ - crds
+ - asdf
+ - stsci.distutils
+ - numpy x.x
+ - setuptools
+ - python x.x
+ run:
+ - asdf-standard
+ - astropy >=1.1
+ - crds
+ - asdf
+ - numpy x.x
+ - python x.x
+source:
+ git_url: ssh://git@bitbucket.org/stsci_ssb/jwst.git
+test:
+ imports:
+ - jwst_lib