{% extends "store.html" %} {% block title %} {{ _("Package") }} {{ package.package }} {% endblock %} {% block store %}

{{package.package}}

{{package.version}}
{% for cat in categories %}
{{ _(cat) }}
{% endfor %}
{{ package.description }}
{{ count_download(package.package) }} {{ _("downloads") }}
{{ _("Download") }} {% if taskid_luti %}
View on luti logo {% endif %}
{% if package.icon_sha256sum %} {{ package.package }} icon {% else %} default icon {% endif %}

  {{ _("Description") }} 

    {% for attrib in ['package','version','architecture','categories','maintainer','description','locale','target_os','min_wapt_version', 'sources','installed_size','impacted_process','description_fr','description_pl','description_de','description_es','description_pt','description_it', 'description_nl','description_ru','editor','licence','signature_date'] %}
  • {{ attrib }} : {{package[attrib]}}
  • {% endfor %} {% if package.homepage %}
  • {{ _("Homepage") }} : {{package.homepage}}
  • {% endif %} {%if package.depends %}
  • {{ _("Depends") }} :
    • {%for dep in package.depends.split(',')%}
    • {{dep}}
    • {%endfor%}
    {%endif%} {%if package.conflicts %}
  • {{ _("Conflicts") }} :
    • {%for conf in package.conflicts.split(',')%}
    • {{conf}}
    • {%endfor%}
    {%endif%}
{% if taskid_luti %} {% endif %}

  Setup.py 

{{ package.get('setup.py', '"""{% trans %}Failed to retrieve the setup file.{% endtrans %}"""') }}
										

  Changelog 

{% if package['changelog'] %}

Changelog software url : {{package['changelog']}}

{%endif %}

{{ package.get('WAPT/changelog.txt', 'No changelog.txt.') }}
									
  manifest.sha256 
{% for elem in manifest %}{{elem[1:].replace(']','')}}
{% endfor %}						
{% endblock %}