summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-07-27 11:41:31 -0400
committerGitHub <noreply@github.com>2016-07-27 11:41:31 -0400
commit8887fbc0cdd74bb06a1e74cd51ed121127377df9 (patch)
tree0fca8449beb070924ad73d018bdcca3c9a8e4809
parent80728ec5690cdad0009c41583ec983f7ba735522 (diff)
downloadastroconda-contrib-8887fbc0cdd74bb06a1e74cd51ed121127377df9.tar.gz
Remove pyneb due to hard dependency on pyfits, instead of astropy.io.fits (#44)
-rw-r--r--pyneb/bld.bat3
-rw-r--r--pyneb/build.sh2
-rw-r--r--pyneb/meta.yaml30
3 files changed, 0 insertions, 35 deletions
diff --git a/pyneb/bld.bat b/pyneb/bld.bat
deleted file mode 100644
index b290566..0000000
--- a/pyneb/bld.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-
-python setup.py install
-if errorlevel 1 exit 1 \ No newline at end of file
diff --git a/pyneb/build.sh b/pyneb/build.sh
deleted file mode 100644
index 4b71885..0000000
--- a/pyneb/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-
-python setup.py install || exit 1 \ No newline at end of file
diff --git a/pyneb/meta.yaml b/pyneb/meta.yaml
deleted file mode 100644
index a979994..0000000
--- a/pyneb/meta.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-about:
- home: http://www.iac.es/proyecto/PyNeb/
- license: Unknown
- summary: A modern python tool to compute emission line emissivities
-build:
- number: '1'
-package:
- name: pyneb
- version: 1.0.14
-requirements:
- build:
- - astropy
- - matplotlib
- - scipy
- - setuptools
- - numpy x.x
- - python x.x
- run:
- - astropy
- - matplotlib
- - scipy
- - numpy x.x
- - python x.x
-source:
- fn: pyneb-1.0.14.tar.gz
- url:
- - https://pypi.python.org/packages/source/P/pyneb
-test:
- imports:
- - pyneb