diff options
author | Justin Ely <ely@stsci.edu> | 2017-01-05 12:48:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 12:48:57 -0500 |
commit | 629f1d1d14cabed639dd2908195ef06ed02c34fa (patch) | |
tree | 82487c93fbafab6fc41716b8b727684f59b96da7 /jwst_lib | |
parent | a96a1285ba6cc7b077ba62e2a73d4592dd78003f (diff) | |
parent | ae39975e0ebd1c31d15c47f396a0ae4521715ab3 (diff) | |
download | astroconda-contrib-629f1d1d14cabed639dd2908195ef06ed02c34fa.tar.gz |
Merge pull request #119 from jhunkeler/overhaul
Overhaul package recipes
Diffstat (limited to 'jwst_lib')
-rw-r--r-- | jwst_lib/bld.bat | 2 | ||||
-rw-r--r-- | jwst_lib/build.sh | 6 | ||||
-rw-r--r-- | jwst_lib/meta.yaml | 33 |
3 files changed, 0 insertions, 41 deletions
diff --git a/jwst_lib/bld.bat b/jwst_lib/bld.bat deleted file mode 100644 index 21d698d..0000000 --- a/jwst_lib/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -echo "Unsupported (yet?)"
\ No newline at end of file diff --git a/jwst_lib/build.sh b/jwst_lib/build.sh deleted file mode 100644 index ced0780..0000000 --- a/jwst_lib/build.sh +++ /dev/null @@ -1,6 +0,0 @@ - -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 deleted file mode 100644 index 9fc86b1..0000000 --- a/jwst_lib/meta.yaml +++ /dev/null @@ -1,33 +0,0 @@ -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 |