Skip to content
Snippets Groups Projects
Commit a41a60ca authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[templates] Small fixes

parent 7dba87a5
No related branches found
No related tags found
No related merge requests found
Pipeline #26335 passed
...@@ -38,7 +38,8 @@ test: ...@@ -38,7 +38,8 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
requires: requires:
- bob-devel {{ bob_devel }}.* - bob-devel {{ bob_devel }}.*(% if group == 'beat' %)
- beat-devel {{ beat_devel }}.*(% endif %)
- nose - nose
- coverage - coverage
- sphinx - sphinx
...@@ -46,7 +47,7 @@ test: ...@@ -46,7 +47,7 @@ test:
# extend this list with further test-time-only dependencies # extend this list with further test-time-only dependencies
about: about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/{{ group }}/
license: (% if license == 'gplv3' %)GNU General Public License v3 (GPLv3)(% else %)BSD 3-Clause(% endif %) license: (% if license == 'gplv3' %)GNU General Public License v3 (GPLv3)(% else %)BSD 3-Clause(% endif %)
license_family: (% if license == 'gplv3' %)GPL(% else %)BSD(% endif %) license_family: (% if license == 'gplv3' %)GPL(% else %)BSD(% endif %)
summary: (( title )) summary: (( title ))
.. -*- coding: utf-8 -*- .. -*- coding: utf-8 -*-
.. _{{ package }}: .. _{{ name }}:
{{ rst_title }} {{ rst_title }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment