summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-03-05 15:26:27 -0500
committerGitHub <noreply@github.com>2018-03-05 15:26:27 -0500
commit7c71a3f7a2bd39c7b92326926d272d0f63c34208 (patch)
tree0d6d1f3b24382ab89f8804d8fa0632f6c980e804
parentec55e13f41f6f40f7ee820ea6bdf2aa3499a86e8 (diff)
parentcc5e6da279b7166a3372662939ac05eea3a765e7 (diff)
downloadastroconda-contrib-7c71a3f7a2bd39c7b92326926d272d0f63c34208.tar.gz
Merge pull request #318 from rendinam/removal
Remove stsci.numdisplay (deprecated).
-rw-r--r--stsci.numdisplay/bld.bat1
-rw-r--r--stsci.numdisplay/build.sh1
-rw-r--r--stsci.numdisplay/meta.yaml39
3 files changed, 0 insertions, 41 deletions
diff --git a/stsci.numdisplay/bld.bat b/stsci.numdisplay/bld.bat
deleted file mode 100644
index 39b5e1f..0000000
--- a/stsci.numdisplay/bld.bat
+++ /dev/null
@@ -1 +0,0 @@
-%PYTHON% setup.py install
diff --git a/stsci.numdisplay/build.sh b/stsci.numdisplay/build.sh
deleted file mode 100644
index 5a5aeeb..0000000
--- a/stsci.numdisplay/build.sh
+++ /dev/null
@@ -1 +0,0 @@
-$PYTHON setup.py install
diff --git a/stsci.numdisplay/meta.yaml b/stsci.numdisplay/meta.yaml
deleted file mode 100644
index 7dc17ae..0000000
--- a/stsci.numdisplay/meta.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-{% set name = 'stsci.numdisplay' %}
-{% set version = '1.6.1' %}
-{% if version[0] == 'v' %}
-{% set version = version[1:] %}
-{% endif %}
-{% set number = '2' %}
-
-about:
- home: https://github.com/spacetelescope/{{ name }}
- license: BSD
- summary: |
- Package for displaying numpy arrays in DS9
-
-build:
- number: {{ number }}
- preserve_egg_dir: 'yes'
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - d2to1
- - numpy {{ numpy }}
- - stsci.tools
- - setuptools
- - python {{ python }}
- run:
- - numpy
- - stsci.tools
- - python
-
-source:
- git_url: https://github.com/spacetelescope/{{ name }}.git
-
-test:
- imports:
- - stsci.numdisplay