Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37583051
en ru br
Репозитории ALT
S:0.5.3-alt2.hg20131219.3
www.altlinux.org/Changes

Группа :: Development/Python3
Пакет: python3-module-tempita

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname tempita

%def_with check

Name: python3-module-%oname
Version: 0.5.3
Release: alt2.hg20131219.3
Summary: A very small text templating language
License: MIT
Group: Development/Python3
Url: http://pythonpaste.org/tempita/
BuildArch: noarch

# hg clone http://bitbucket.org/ianb/tempita

Source: Tempita-%version.tar.gz
Patch0: tempita-0.5.3-Drop-dynamic-conversion-with-2to3.patch
Patch1: tempita-0.5.3-Migrate-from-cgi.escape.patch

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%if_with check
BuildRequires: python3(pytest)
BuildRequires: python3(tox)
BuildRequires: python3(tox_console_scripts)
%endif

%description
Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
``string.Template`` or ``%%`` substitution.  It's small, it embeds
Python in strings, and it doesn't do much else.

%prep
%setup
%autopatch -p1

# remove snapshot tag

sed -i \
   -e 's/^tag_build[[:space:]]*=.*$/tag_build =/' \
   -e 's/^tag_date[[:space:]]*=.*$/tag_date =/' \
   -e 's/^tag_svn_revision[[:space:]]*=.*$/tag_svn_revision =/' \
setup.cfg

%build
find -type f -exec sed -i 's|%_bindir/python|%_bindir/python3|' -- '{}' +
find -type f -exec sed -i 's|%_bindir/env python|%_bindir/python3|' -- '{}' +
%python3_build

%install
%python3_install

%check
cat > tox.ini <<EOF
[testenv]
usedevelop=True
commands =
   pytest {posargs:-vra} tests
EOF
export PIP_NO_INDEX=YES
export TOXENV=py3
tox.py3 --sitepackages --console-scripts -vvr -s false

%files
%doc docs/*
%python3_sitelibdir/%oname/
%python3_sitelibdir/Tempita-%version-py%_python3_version.egg-info/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin