From aaa8ad1a3d84e4e5f3d34ca811441301a942d21f Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 12 Feb 2018 17:23:02 -0500 Subject: Remove deprecated stsci.sphere --- stsci.sphere/bld.bat | 3 --- stsci.sphere/build.sh | 2 -- stsci.sphere/meta.yaml | 41 ----------------------------------------- 3 files changed, 46 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 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 -- cgit