Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37733739
en ru br
ALT Linux repos
S:3.2.1-alt1

Group :: Development/Python3
RPM: python3-module-wheezy.template

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define modname wheezy.template
%define pypi_name %modname
%def_disable check

Name: python3-module-%modname
Version: 3.2.1
Release: alt1

Summary: %modname is a lightweight template library
Group: Development/Python3
License: MIT
Url: https://pypi.org/project/%modname

Vcs: https://github.com/akornatskyy/wheezy.template.git
Source: https://pypi.io/packages/source/w/%modname/%modname-%version.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: python3(wheel) python3(setuptools) python3-module-Cython

%description
%modname is a python package written in pure Python code. It is a
lightweight template library. The design goals achived:

* Compact, Expressive, Clean: Minimizes the number of keystrokes required
to build a template. Enables fast and well read coding. You do not need
to explicitly denote statement blocks within HTML (unlike other template
systems), the parser is smart enough to understand your code. This
enables a compact and expressive syntax which is really clean and just
pleasure to type.

* Intuitive, No time to Learn: Basic Python programming skills plus HTML
markup. You are productive just from start. Use full power of Python with
minimal markup required to denote python statements.

* Do Not Repeat Yourself: Master layout templates for inheritance; include
and import directives for maximum reuse. Blazingly Fast: Maximum
rendering performance: ultimate speed and context preprocessor features.

%prep
%setup -n %modname-%version

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check

%files
%_bindir/*
%python3_sitelibdir/*
%doc README*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin