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.sphinxext/meta.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'stsci.sphinxext') diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index d7b3486..7c82771 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -1,13 +1,20 @@ +{% set name = 'stsci.sphinxext' %} +{% set version = '1.2.2' %} +{% set number = '0' %} + about: - home: https://github.com/spacetelescope/stsci.sphinxext + home: https://github.com/spacetelescope/{{name}} license: GPL - summary: stsci.sphinxext + summary: A set of tools and templates to customize Sphinx for use in STScI projects + build: - number: '0' + number: {{number}} preserve_egg_dir: 'yes' + package: - name: stsci.sphinxext - version: 1.2.2 + name: {{name}} + version: {{version}} + requirements: build: - d2to1 @@ -19,8 +26,10 @@ requirements: - numpydoc - stsci.distutils - python x.x + source: - git_url: https://github.com/spacetelescope/stsci.sphinxext + git_url: https://github.com/spacetelescope/{{name}}.git + test: imports: - stsci.sphinxext -- cgit From f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Dec 2016 13:54:28 -0500 Subject: Revert spaces around jinja2 variables --- stsci.sphinxext/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stsci.sphinxext') diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index 7c82771..2244cd4 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -3,17 +3,17 @@ {% set number = '0' %} about: - home: https://github.com/spacetelescope/{{name}} + home: https://github.com/spacetelescope/{{ name }} license: GPL summary: A set of tools and templates to customize Sphinx for use in STScI projects build: - number: {{number}} + number: {{ number }} preserve_egg_dir: 'yes' package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -28,7 +28,7 @@ requirements: - python x.x source: - git_url: https://github.com/spacetelescope/{{name}}.git + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: -- cgit From 665a764b67153f7ed94ac472004ef5bf8ca06683 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Dec 2016 15:29:54 -0500 Subject: Fix licenses --- stsci.sphinxext/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.sphinxext') diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index 2244cd4..e009df2 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: A set of tools and templates to customize Sphinx for use in STScI projects build: -- cgit