From b3acf1438b8c8c61af77db04c4d4a5e3574d2da7 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Thu, 6 Dec 2018 16:34:33 -0500 Subject: Update specutils to v0.5.1 (#431) * Update specutils to v0.5.1 * Update recipe * Removed "noarch" directive * Repair missing {{ python }} variable (required for build system) * Add "skip"; Do not build for python 2.7 --- specutils/meta.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 5922bc0..37c5afd 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'specutils' %} -{% set version = '0.2.2' %} +{% set version = '0.5.1' %} {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/astropy/specutils @@ -14,6 +14,7 @@ package: build: number: {{ number }} + skip: true # [py27] source: git_tag: {{ tag }} @@ -22,22 +23,27 @@ source: requirements: build: - astropy - - cython - scipy + - gwcs + - six - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - scipy + - gwcs + - six - numpy - python test: imports: - specutils + - specutils.analysis + - specutils.fitting - specutils.io - - specutils.models + - specutils.manipulation + - specutils.spectra - specutils.utils - specutils.wcs - -- cgit