diff options
Diffstat (limited to 'opuscoords/meta.yaml')
-rw-r--r-- | opuscoords/meta.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml new file mode 100644 index 0000000..4d6deba --- /dev/null +++ b/opuscoords/meta.yaml @@ -0,0 +1,29 @@ +{% set name = 'opuscoords' %} +{% set version = '1.0.2' %} +{% set number = '0' %} + +about: + home: https://github.com/spacetelescope/opuscoords + license: BSD + summary: opuscoords +build: + number: {{ number }} +package: + name: {{ name }} + version: {{ version }} +requirements: + build: + - d2to1 + - stsci.distutils + - setuptools + - numpy x.x + - python x.x + run: + - numpy x.x + - python x.x +source: + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/opuscoords.git +test: + imports: + - opuscoords |