summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ccdproc/bld.bat1
-rw-r--r--ccdproc/build.sh2
-rw-r--r--ccdproc/meta.yaml53
3 files changed, 0 insertions, 56 deletions
diff --git a/ccdproc/bld.bat b/ccdproc/bld.bat
deleted file mode 100644
index 39b5e1f..0000000
--- a/ccdproc/bld.bat
+++ /dev/null
@@ -1 +0,0 @@
-%PYTHON% setup.py install
diff --git a/ccdproc/build.sh b/ccdproc/build.sh
deleted file mode 100644
index 6cf48e5..0000000
--- a/ccdproc/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-curl https://raw.githubusercontent.com/astropy/astropy-helpers/master/ah_bootstrap.py > ah_bootstrap.py
-$PYTHON setup.py install
diff --git a/ccdproc/meta.yaml b/ccdproc/meta.yaml
deleted file mode 100644
index 02f8894..0000000
--- a/ccdproc/meta.yaml
+++ /dev/null
@@ -1,53 +0,0 @@
-{% set name = 'ccdproc' %}
-{% set version = '1.3.0.post1' %}
-{% set tag = 'v' + version %}
-{% set number = '1' %}
-
-about:
- home: http://ccdproc.readthedocs.io/
- license: BSD
- summary: |
- This is a package for reducing optical/IR CCD data that relies on astropy
-
-build:
- number: {{ number }}
- # Astroscrappy req. incompatible with py37
- skip: True [py37]
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - astropy >=1.0
- - decorator
- - astroscrappy
- - reproject
- - scikit-image
- - scipy
- - setuptools
- - numpy {{ numpy }}
- - python {{ python }}
-
- run:
- - astropy >=1.0
- - astroscrappy
- - decorator
- - reproject
- - scikit-image
- - scipy
- - numpy
- - python
-
-source:
- git_tag: {{ tag }}
- git_url: https://github.com/astropy/{{ name }}.git
-
-test:
- imports:
- - ccdproc
- - ccdproc.extern
- - ccdproc.tests
- - ccdproc.utils
- - ccdproc.utils.tests