Skip to content
Snippets Groups Projects

Fix conda/meta.yaml template resolution {{ group }} -> (( group ))

Merged André Anjos requested to merge template-fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -52,7 +52,7 @@ test:
@@ -52,7 +52,7 @@ test:
about:
about:
summary: (( title ))
summary: (( title ))
home: https://www.idiap.ch/software/{{ group }}/
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 %)
license_file: (% if license == 'gplv3' %)../COPYING(% else %)../LICENSE(% endif %)
license_file: (% if license == 'gplv3' %)../COPYING(% else %)../LICENSE(% endif %)
Loading