diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2018-02-12 17:23:02 -0500 | 
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2018-02-12 17:23:02 -0500 | 
| commit | aaa8ad1a3d84e4e5f3d34ca811441301a942d21f (patch) | |
| tree | 54a498f46c5b17d58734c475bb0ad362db0594db /stsci.sphere | |
| parent | c59345c847a66889b36572e2e404414b5923032d (diff) | |
| download | astroconda-dev-aaa8ad1a3d84e4e5f3d34ca811441301a942d21f.tar.gz | |
Remove deprecated stsci.sphere
Diffstat (limited to 'stsci.sphere')
| -rw-r--r-- | stsci.sphere/bld.bat | 3 | ||||
| -rw-r--r-- | stsci.sphere/build.sh | 2 | ||||
| -rw-r--r-- | stsci.sphere/meta.yaml | 41 | 
3 files changed, 0 insertions, 46 deletions
| diff --git a/stsci.sphere/bld.bat b/stsci.sphere/bld.bat deleted file mode 100644 index 7fba400..0000000 --- a/stsci.sphere/bld.bat +++ /dev/null @@ -1,3 +0,0 @@ - - -%PYTHON% setup.py install diff --git a/stsci.sphere/build.sh b/stsci.sphere/build.sh deleted file mode 100644 index 6bd6081..0000000 --- a/stsci.sphere/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -$PYTHON setup.py install diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml deleted file mode 100644 index bd5bb34..0000000 --- a/stsci.sphere/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = 'stsci.sphere' %} -{% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %} -{% if version[0] == 'v' %} -{%   set version = version[1:] %} -{% endif %} -{% set number = '2' %} - -about: -    home: https://github.com/spacetelescope/{{ name }} -    license: GPL -    summary: stsci.sphere - -build: -    number: {{ number }} -    preserve_egg_dir: 'yes' - -package: -    name: {{ name }} -    version: {{ version }} - -requirements: -    build: -    - d2to1 -    - stsci.distutils -    - astropy -    - matplotlib -    - setuptools -    - numpy {{ numpy }} -    - python {{ python }} - -    run: -    - astropy -    - matplotlib -    - numpy -    - python - -source: -    git_url: https://github.com/spacetelescope/{{ name }}.git -test: -    imports: -    - stsci.sphere | 
