freebsd-ports/textproc/py-paginate/Makefile
Kai Knoblich 9276ea7553 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.
2023-09-02 08:59:19 +02:00

18 lines
359 B
Makefile

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>