notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-paginate Divides large result sets into pages for easier browsing
0.5.7 textproc on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5.7Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-02 07:00:29
Last Update: 2024-09-02 10:39:59
Commit Hash: ae9cebd
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/Pylons/paginate
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}paginate>0:textproc/py-paginate@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-paginate/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-paginate
  • pkg install py311-paginate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-paginate listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-paginate
Package flavors (<flavor>: <package>)
  • py311: py311-paginate
distinfo:
TIMESTAMP = 1725176066 SHA256 (paginate-0.5.7.tar.gz) = 22bd083ab41e1a8b4f3690544afb2c60c25e5c9a63a30fa2f483f6c60c8e5945 SIZE (paginate-0.5.7.tar.gz) = 19252

Packages (timestamps in pop-ups are UTC):
py39-paginate
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----0.5.60.5.60.5.6
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----0.5.60.5.60.5.6
FreeBSD:15:latest--n/a-n/a0.5.60.5.60.5.6
 

py311-paginate
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5.70.5.7-0.5.70.5.7---
FreeBSD:13:quarterly0.5.70.5.7-0.5.70.5.7---
FreeBSD:14:latest0.5.70.5.7-0.5.70.5.7---
FreeBSD:14:quarterly0.5.70.5.7-0.5.70.5.7---
FreeBSD:15:latest0.5.70.5.7n/a0.5.7n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. textproc/py-mkdocs-material

Configuration Options:
No options to configure
Options name:
textproc_py-paginate
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/paginate/
  2. https://pypi.org/packages/source/p/paginate/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.7
02 Sep 2024 10:39:59
commit hash: ae9cebdaf7e6fcea21322b3fe57791ecd4664e23commit hash: ae9cebdaf7e6fcea21322b3fe57791ecd4664e23commit hash: ae9cebdaf7e6fcea21322b3fe57791ecd4664e23commit hash: ae9cebdaf7e6fcea21322b3fe57791ecd4664e23 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
textproc/py-paginate: Update to 0.5.7

* Hook up test suite while I'm here.

Changelog:

https://github.com/Pylons/paginate/compare/0.5.6...0.5.7
0.5.6
02 Sep 2023 06:59:19
commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
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.

Number of commits found: 2