Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
python-Jinja2.16752
python-Jinja2.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-Jinja2.spec of Package python-Jinja2.16752
# # spec file for package python-Jinja2 # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Jinja2 Version: 2.8 Release: 0 Summary: A fast and easy to use template engine written in pure Python License: BSD-3-Clause Group: Development/Languages/Python URL: http://jinja.pocoo.org/ Source: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz # 0001-SECURITY-support-sandboxing-in-format-expressions.patch -- https://github.com/pallets/jinja/commit/9b53045c34e61013dc8f09b7e52a555fa16bed16 Patch0: 0001-SECURITY-support-sandboxing-in-format-expressions.patch # PATCH-FIX-UPSTREAM 0001-sandbox-str.format_map.patch Patch1: 0001-sandbox-str.format_map.patch BuildRequires: %{python_module MarkupSafe} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros %ifpython2 Provides: %{oldpython}-jinja2 = %{version} Obsoletes: %{oldpython}-jinja2 < %{version} %endif Requires: python-MarkupSafe BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(%python_exec -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else BuildArch: noarch %endif %python_subpackages %description Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. Here a small example of a Jinja template: {% extends 'base.html' %} {% block title %}Memberlist{% endblock %} {% block content %} <ul> {% for user in users %} <li><a href="{{ user.url }}">{{ user.username }}</a></li> {% endfor %} </ul> {% endblock %} %package -n %{name}-vim Summary: Jinja2 syntax files for Vim License: BSD-3-Clause Group: Productivity/Text/Editors %if 0%{?suse_version} >= 1010 Recommends: vim %endif %description -n %{name}-vim Vim syntax highlighting scheme for Jinja2 templates. %package -n %{name}-emacs Summary: Jinja2 syntax files for Emacs License: GPL-2.0-or-later Group: Productivity/Text/Editors %if 0%{?suse_version} >= 1010 Recommends: emacs %endif %description -n %{name}-emacs Emacs syntax highlighting scheme for Jinja2 templates. %prep %setup -q -n Jinja2-%{version} %patch0 -p1 %patch1 -p1 # Remove MacOS gargabe rm -rf artwork/.DS_Store %build %python_build sed -i 's/\r$//' LICENSE # Fix wrong EOL encoding %install %python_install install -Dm644 ext/Vim/jinja.vim %{buildroot}%{_datadir}/vim/site/syntax/jinja.vim # Install VIM syntax file install -Dm644 ext/jinja.el %{buildroot}%{_datadir}/emacs/site-lisp/jinja.el # Install Emacs syntax file %if 0%{?suse_version} %fdupes %{buildroot}%{_prefix} %endif %files %{python_files} %defattr(-,root,root,-) %doc AUTHORS CHANGES LICENSE artwork examples %{python_sitelib}/jinja2 %{python_sitelib}/Jinja2-%{version}-py%{python_bin_suffix}.egg-info %files -n %{name}-vim %defattr(-,root,root,-) %dir %{_datadir}/vim %dir %{_datadir}/vim/site %dir %{_datadir}/vim/site/syntax %{_datadir}/vim/site/syntax/jinja.vim %files -n %{name}-emacs %defattr(-,root,root,-) %dir %{_datadir}/emacs %dir %{_datadir}/emacs/site-lisp %{_datadir}/emacs/site-lisp/jinja.el %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor