From bc34f116816efdd79d5d7f9393a1157ca73d2a43 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 12 Feb 2018 17:24:34 -0500 Subject: Remove deprecated stsci.sphere --- stsci.sphere/bld.bat | 7 ------- stsci.sphere/build.sh | 4 ---- stsci.sphere/meta.yaml | 37 ------------------------------------- 3 files changed, 48 deletions(-) delete mode 100644 stsci.sphere/bld.bat delete mode 100644 stsci.sphere/build.sh delete mode 100644 stsci.sphere/meta.yaml diff --git a/stsci.sphere/bld.bat b/stsci.sphere/bld.bat deleted file mode 100644 index 2096589..0000000 --- a/stsci.sphere/bld.bat +++ /dev/null @@ -1,7 +0,0 @@ - -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 -if errorlevel 1 exit 1 - -python setup.py install -if errorlevel 1 exit 1 \ No newline at end of file diff --git a/stsci.sphere/build.sh b/stsci.sphere/build.sh deleted file mode 100644 index 5e8b365..0000000 --- a/stsci.sphere/build.sh +++ /dev/null @@ -1,4 +0,0 @@ - -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1 \ No newline at end of file diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml deleted file mode 100644 index cf27ba8..0000000 --- a/stsci.sphere/meta.yaml +++ /dev/null @@ -1,37 +0,0 @@ -{% set name = 'stsci.sphere' %} -{% set version = '0.2' %} -{% set number = '2' %} - -about: - home: http://www.stsci.edu/institute/software_hardware - license: BSD - -build: - number: {{ number }} - preserve_egg_dir: 'yes' - -package: - name: {{ name }} - version: {{ version }} - -requirements: - build: - - d2to1 - - astropy >=1.1 - - matplotlib - - numpy - - setuptools - - stsci.distutils - - python x.x - run: - - astropy >=1.1 - - matplotlib - - numpy - - python x.x - -source: - git_url: https://bitbucket.org/stsci_ssb/{{ name }}.git - -test: - imports: - - stsci.sphere -- cgit