From 6fd118f0b716f12d0a26a19457197098febcf981 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 28 Jul 2016 15:15:10 -0400 Subject: Align acstools with recent changes upstream --- acstools/meta.yaml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/acstools/meta.yaml b/acstools/meta.yaml index bca120a..c45a523 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -7,7 +7,7 @@ about: home: https://github.com/spacetelescope/acstools license: BSD - summary: acstools + summary: For analyzing ACS data build: number: {{ number }} package: @@ -15,30 +15,15 @@ package: version: {{ version }} requirements: build: - - d2to1 - - stsci.distutils - - astropy - - scipy - - scikit-image - - matplotlib - - stsci.imagestats - - stsci.tools - - setuptools + - astropy >=1.1 - numpy x.x - python x.x run: - - d2to1 - - astropy - - scipy - - scikit-image - - matplotlib - - stsci.imagestats - - stsci.tools - - setuptools + - astropy >=1.1 - numpy x.x - python x.x source: - git_url: https://github.com/spacetelescope/acstools + git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: - acs_destripe --help -- cgit