Skip to content
Snippets Groups Projects
Commit 9276ea75 authored by Kai Knoblich's avatar Kai Knoblich
Browse files

textproc/py-paginate: New port

This module helps dividing large lists of items into pages. The user is
shown one page at a time and can navigate to other pages.

Imagine you are offering a company phonebook and let the user search the
entries. If the search result contains 23 entries but you may want to
display no more than 10 entries at once.

The first page contains entries 1-10, the second 11-20 and the
third 21-23.
parent 54c4d15e
No related branches found
No related tags found
No related merge requests found
......@@ -1457,6 +1457,7 @@
SUBDIR += py-os-api-ref
SUBDIR += py-packageurl-python
SUBDIR += py-pager
SUBDIR += py-paginate
SUBDIR += py-pallets-sphinx-themes
SUBDIR += py-pandocfilters
SUBDIR += py-paragrep
......
PORTNAME= paginate
DISTVERSION= 0.5.6
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Divides large result sets into pages for easier browsing
WWW= https://github.com/Pylons/paginate
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1693486033
SHA256 (paginate-0.5.6.tar.gz) = 5e6007b6a9398177a7e1648d04fdd9f8c9766a1a945bceac82f1929e8c78af2d
SIZE (paginate-0.5.6.tar.gz) = 12840
This module helps dividing large lists of items into pages. The user is shown
one page at a time and can navigate to other pages.
Imagine you are offering a company phonebook and let the user search the
entries. If the search result contains 23 entries but you may want to
display no more than 10 entries at once.
The first page contains entries 1-10, the second 11-20 and the third 21-23.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment