{%- set use_linux_64 = 'linux-64' in subdirs -%} {%- set use_osx_64 = 'osx-64' in subdirs -%} {%- set use_win_64 = 'win-64' in subdirs -%} {%- set use_noarch = 'noarch' in subdirs -%}
Package | Latest Version | Doc | Dev | License | {% if use_linux_64 %}linux-64 | {% endif %} {% if use_osx_64 %}osx-64 | {% endif %} {% if use_win_64 %}win-64 | {% endif %} {% if use_noarch %}noarch | {% endif %}Summary |
---|---|---|---|---|---|---|---|---|---|
{{ name | add_href(record.home) }} | {{ record.version | truncate(14, True, '') }} | {% if record.doc_url %}doc{% endif %} | {% if record.dev_url %}dev{% endif %} | {% if record.license %}{{ record.license.split(' ')[0] | truncate(15, True, '') }}{% endif %} | {% if use_linux_64 %}{% if 'linux-64' in record.subdirs %}X{% endif %} | {% endif %} {% if use_osx_64 %}{% if 'osx-64' in record.subdirs %}X{% endif %} | {% endif %} {% if use_win_64 %}{% if 'win-64' in record.subdirs %}X{% endif %} | {% endif %} {% if use_noarch %}{% if 'noarch' in record.subdirs %}X{% endif %} | {% endif %}{{ record.summary | escape | truncate(75) }} |