summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-12 17:23:31 -0500
committerGitHub <noreply@github.com>2018-02-12 17:23:31 -0500
commite8ee0e91c463ffa37c81f7c76bd00c939d4a2610 (patch)
tree54a498f46c5b17d58734c475bb0ad362db0594db
parentc59345c847a66889b36572e2e404414b5923032d (diff)
parentaaa8ad1a3d84e4e5f3d34ca811441301a942d21f (diff)
downloadastroconda-dev-e8ee0e91c463ffa37c81f7c76bd00c939d4a2610.tar.gz
Merge pull request #108 from rendinam/remove_old_sphere
Remove deprecated stsci.sphere
-rw-r--r--stsci.sphere/bld.bat3
-rw-r--r--stsci.sphere/build.sh2
-rw-r--r--stsci.sphere/meta.yaml41
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