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
Branches
Tags
No related merge requests found
Pipeline #26335 passed
......@@ -38,7 +38,8 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- bob-devel {{ bob_devel }}.*
- bob-devel {{ bob_devel }}.*(% if group == 'beat' %)
- beat-devel {{ beat_devel }}.*(% endif %)
- nose
- coverage
- sphinx
......@@ -46,7 +47,7 @@ test:
# extend this list with further test-time-only dependencies
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_family: (% if license == 'gplv3' %)GPL(% else %)BSD(% endif %)
summary: (( title ))
.. -*- coding: utf-8 -*-
.. _{{ package }}:
.. _{{ name }}:
{{ rst_title }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment