summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-03-20 12:22:31 -0400
committerGitHub <noreply@github.com>2018-03-20 12:22:31 -0400
commit56dac3969f90f08c0d89b7b6d42c0161132fbb45 (patch)
treed32afcb084e1f34c46c367c8cc7aa4c87a51b3b4
parent579dc3beb6b9a413c06b815f5078f07b1f4456b8 (diff)
parent7e6e19c9c36d83e8f82da1285f4508da55ab9ea8 (diff)
downloadastroconda-dev-56dac3969f90f08c0d89b7b6d42c0161132fbb45.tar.gz
Merge pull request #120 from rendinam/remove_specview
Remove recipe for archived project: specview
-rw-r--r--specview/bld.bat2
-rw-r--r--specview/build.sh2
-rw-r--r--specview/meta.yaml41
3 files changed, 0 insertions, 45 deletions
diff --git a/specview/bld.bat b/specview/bld.bat
deleted file mode 100644
index 760380e..0000000
--- a/specview/bld.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-
-%PYTHON% setup.py install
diff --git a/specview/build.sh b/specview/build.sh
deleted file mode 100644
index 6bd6081..0000000
--- a/specview/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-
-$PYTHON setup.py install
diff --git a/specview/meta.yaml b/specview/meta.yaml
deleted file mode 100644
index 3a9c88f..0000000
--- a/specview/meta.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-{% set name = 'specview' %}
-{% 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: BSD
- summary: specview
-
-build:
- number: {{ number }}
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - astropy
- - numpy {{ numpy }}
- - scipy
- - pyqtgraph
- - setuptools
- - python {{ python }}
-
- run:
- - astropy
- - numpy
- - scipy
- - pyqtgraph
- - python
-
-source:
- git_url: https://github.com/spacetelescope/{{ name }}.git
-
-test:
- imports:
- - specview