summaryrefslogtreecommitdiff
path: root/stsci.sphere
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-22 08:53:06 -0500
committerGitHub <noreply@github.com>2018-02-22 08:53:06 -0500
commitd4ccb57a335dfda4b3583107767a081691352b2f (patch)
tree43dd1892560bcc467c5eaf1373390cefe4707acd /stsci.sphere
parentebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff)
parente027b0e371ddedc4377b43b425d2f67282ff45b7 (diff)
downloadastroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz
Merge branch 'master' into patch-3
Diffstat (limited to 'stsci.sphere')
-rw-r--r--stsci.sphere/bld.bat7
-rw-r--r--stsci.sphere/build.sh4
-rw-r--r--stsci.sphere/meta.yaml37
3 files changed, 0 insertions, 48 deletions
diff --git a/stsci.sphere/bld.bat b/stsci.sphere/bld.bat
deleted file mode 100644
index 2096589..0000000
--- a/stsci.sphere/bld.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-
-echo This d2to1 hack is deadly.
-pip install --no-deps --upgrade --force d2to1
-if errorlevel 1 exit 1
-
-python setup.py install
-if errorlevel 1 exit 1 \ No newline at end of file
diff --git a/stsci.sphere/build.sh b/stsci.sphere/build.sh
deleted file mode 100644
index 5e8b365..0000000
--- a/stsci.sphere/build.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-
-echo This d2to1 hack is deadly.
-pip install --no-deps --upgrade --force d2to1 || exit 1
-python setup.py install || exit 1 \ No newline at end of file
diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml
deleted file mode 100644
index cf27ba8..0000000
--- a/stsci.sphere/meta.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-{% set name = 'stsci.sphere' %}
-{% set version = '0.2' %}
-{% set number = '2' %}
-
-about:
- home: http://www.stsci.edu/institute/software_hardware
- license: BSD
-
-build:
- number: {{ number }}
- preserve_egg_dir: 'yes'
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - d2to1
- - astropy >=1.1
- - matplotlib
- - numpy
- - setuptools
- - stsci.distutils
- - python x.x
- run:
- - astropy >=1.1
- - matplotlib
- - numpy
- - python x.x
-
-source:
- git_url: https://bitbucket.org/stsci_ssb/{{ name }}.git
-
-test:
- imports:
- - stsci.sphere