Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37634885
en ru br
Репозитории ALT

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

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

%define _unpackaged_files_terminate_build 1

%define oname paginate

Name: python3-module-%oname
Version: 0.5.6
Release: alt4

Summary: Divides large result sets into pages for easier browsing
License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/paginate/

# https://github.com/Pylons/paginate.git

Source: %oname-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%py3_provides %oname

%description
This module helps divide up large result sets into pages or chunks. The
user gets displayed one page at a time and can navigate to other pages.
It is especially useful when developing web interfaces and showing the
users only a selection of information at a time.

%prep
%setup -n %oname-%version

%build
%python3_build_debug

%install
%python3_install

%files
%doc README.md CHANGELOG.txt
%python3_sitelibdir/*


%changelog

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

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