From 4fe08aedce73669d3225c8bbe8dbecc108d91133 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 20:40:40 -0500 Subject: Improve recipe uniformity --- stsci.distutils/meta.yaml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'stsci.distutils') diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml index 5675356..8054e89 100644 --- a/stsci.distutils/meta.yaml +++ b/stsci.distutils/meta.yaml @@ -1,12 +1,20 @@ +{% set name = 'stsci.distutils' %} +{% set version = '0.3.8' %} +{% set number = '0' %} + about: - home: https://github.com/embray/stsci.distutils + home: https://github.com/spacetelescope/stsci.distutils license: GPL - summary: stsci.distutils + summary: | + distutils/packaging-related utilities used by some of STScI's packages + build: - number: '0' + number: {{number}} + package: - name: stsci.distutils - version: 0.3.8 + name: {{name}} + version: {{version}} + requirements: build: - d2to1 @@ -17,8 +25,10 @@ requirements: - nose - numpy - python x.x + source: - git_url: https://github.com/spacetelescope/stsci.distutils + git_url: https://github.com/spacetelescope/{{name}}.git + test: imports: - stsci.distutils -- cgit