From 1a2e77b59cc1480f43316d1ce969b54005797773 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 30 Mar 2016 16:08:54 -0400 Subject: Initial commit of opuscoords --- opuscoords/meta.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 opuscoords/meta.yaml (limited to 'opuscoords/meta.yaml') diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml new file mode 100644 index 0000000..be653d2 --- /dev/null +++ b/opuscoords/meta.yaml @@ -0,0 +1,24 @@ +about: + home: https://github.com/spacetelescope/opuscoords + license: BSD + summary: opuscoords +build: + number: '0' +package: + name: opuscoords + version: 1.0.2 +requirements: + build: + - recon + - setuptools + - numpy x.x + - python x.x + run: + - numpy x.x + - python x.x +source: + git_tag: 1.0.2 + git_url: https://github.com/spacetelescope/opuscoords.git +test: + imports: + - opuscoords -- cgit