diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-02-12 17:23:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 17:23:31 -0500 |
commit | e8ee0e91c463ffa37c81f7c76bd00c939d4a2610 (patch) | |
tree | 54a498f46c5b17d58734c475bb0ad362db0594db | |
parent | c59345c847a66889b36572e2e404414b5923032d (diff) | |
parent | aaa8ad1a3d84e4e5f3d34ca811441301a942d21f (diff) | |
download | astroconda-dev-e8ee0e91c463ffa37c81f7c76bd00c939d4a2610.tar.gz |
Merge pull request #108 from rendinam/remove_old_sphere
Remove deprecated 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 |