diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-29 20:44:29 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 | 
| commit | 34308129ce3330bf18b65464026e854bc9499956 (patch) | |
| tree | 75a6fb6428504ef7f31b1d4e82c7209a1aba2018 /jwst_tools | |
| parent | 4fe08aedce73669d3225c8bbe8dbecc108d91133 (diff) | |
| download | astroconda-contrib-34308129ce3330bf18b65464026e854bc9499956.tar.gz | |
Remove unused packages
Diffstat (limited to 'jwst_tools')
| -rw-r--r-- | jwst_tools/bld.bat | 2 | ||||
| -rw-r--r-- | jwst_tools/build.sh | 9 | ||||
| -rw-r--r-- | jwst_tools/meta.yaml | 29 | 
3 files changed, 0 insertions, 40 deletions
diff --git a/jwst_tools/bld.bat b/jwst_tools/bld.bat deleted file mode 100644 index 21d698d..0000000 --- a/jwst_tools/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -echo "Unsupported (yet?)"
\ No newline at end of file diff --git a/jwst_tools/build.sh b/jwst_tools/build.sh deleted file mode 100644 index 1883596..0000000 --- a/jwst_tools/build.sh +++ /dev/null @@ -1,9 +0,0 @@ - -pip install --no-deps --force --upgrade d2to1 - -rm -rf jwst_tools/timeconversion - -for d in jwst_tools/* -do -( cd $d && python setup.py install || exit 1 ) -done
\ No newline at end of file diff --git a/jwst_tools/meta.yaml b/jwst_tools/meta.yaml deleted file mode 100644 index 7cddeb3..0000000 --- a/jwst_tools/meta.yaml +++ /dev/null @@ -1,29 +0,0 @@ -about: -    home: ssh://git@bitbucket.org/stsci_ssb/jwst.git -    license: BSD -    summary: jwst_tools -build: -    number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' -    preserve_egg_dir: 'True' -package: -    name: jwst_tools -    version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}' -requirements: -    build: -    - d2to1 -    - astropy >=1.1 -    - stsci.distutils -    - stsci.tools -    - numpy -    - setuptools -    - python x.x -    run: -    - astropy >=1.1 -    - numpy -    - stsci.tools -    - python x.x -source: -    git_url: ssh://git@bitbucket.org/stsci_ssb/jwst.git -test: -    imports: -    - jwst_tools  | 
