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 /ccdproc/meta.yaml | |
parent | 2aa01c95066c23f1451e81bcbb15099a36493f98 (diff) | |
download | astroconda-contrib-b8d8af25e2dc595a10351a0b920afa75ac24f619.tar.gz |
MNT: Remove ccdproc, use conda-forge (#648)
Diffstat (limited to 'ccdproc/meta.yaml')
-rw-r--r-- | ccdproc/meta.yaml | 53 |
1 files changed, 0 insertions, 53 deletions
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 |