diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2021-01-21 01:04:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 01:04:01 -0500 |
commit | b8d8af25e2dc595a10351a0b920afa75ac24f619 (patch) | |
tree | 9eb236f8d2ff35481370cca2039d2483c814fd87 | |
parent | 2aa01c95066c23f1451e81bcbb15099a36493f98 (diff) | |
download | astroconda-contrib-b8d8af25e2dc595a10351a0b920afa75ac24f619.tar.gz |
MNT: Remove ccdproc, use conda-forge (#648)
-rw-r--r-- | ccdproc/bld.bat | 1 | ||||
-rw-r--r-- | ccdproc/build.sh | 2 | ||||
-rw-r--r-- | ccdproc/meta.yaml | 53 |
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 |