Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37901738
en ru br
ALT Linux repos
S:0.5.6-alt4

Group :: Development/Python3
RPM: python3-module-paginate

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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