From a608b0819365981bf96c7538c2bfb01648d7ef7d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 27 Jun 2018 10:54:46 -0400 Subject: Initial commit of stregion (#377) --- stregion/meta.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 stregion/meta.yaml (limited to 'stregion/meta.yaml') diff --git a/stregion/meta.yaml b/stregion/meta.yaml new file mode 100644 index 0000000..419a24c --- /dev/null +++ b/stregion/meta.yaml @@ -0,0 +1,39 @@ +{% set name = 'stregion' %} +{% set version = '1.1.4' %} +{% set number = '0' %} + +about: + home: https://github.com/spacetelescope/{{ name }} + license: BSD + summary: Python parser for ds9 region files + +build: + number: {{ number }} + +package: + name: {{ name }} + version: {{ version }} + +requirements: + build: + - astropy + - cython + - numpy {{ numpy }} + - pyparsing + - python {{ python }} + - setuptools + run: + - astropy + - cython + - numpy + - pyparsing + - setuptools + - python + +source: + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git + +test: + imports: + - stregion -- cgit