Port details |
- py-paginate Divides large result sets into pages for easier browsing
- 0.5.7 textproc =2 0.5.7Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- 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:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.7 02 Sep 2024 10:39:59 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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
|