| Port details |
- py-uuid7 UUID version 7, which are time-sortable
- 0.1.0 devel
=0 0.1.0Version of this port present on the latest quarterly branch. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2025-09-11 14:48:07
- Last Update: 2025-09-11 14:46:16
- Commit Hash: 7366294
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/stevesimmons/uuid7
- Description:
- This module implements the version 7 UUIDs, proposed by Peabody and
Davis in
https://www.ietf.org/id/draft-peabody-dispatch-new-uuid-format-02.html
as an extension to RFC4122.
Version 7 has the nice characteristic that the start of a UUID encodes
the time with a chronological sort order and potentially ~50ns time
resolution, while the end of the UUID includes sufficient random bits
to ensure consecutive UUIDs will remain unique.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}uuid7>0:devel/py-uuid7@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-uuid7/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-uuid7
- pkg install py311-uuid7
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-uuid7 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-uuid7
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1757571998
SHA256 (uuid7-0.1.0.tar.gz) = 8c57aa32ee7456d3cc68c95c4530bc571646defac01895cfc73545449894a63c
SIZE (uuid7-0.1.0.tar.gz) = 14052
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:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-uuid7-0.1.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-uuid7
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.1.0 11 Sep 2025 14:46:16
    |
Hiroki Tagato (tagattie)  |
devel/py-uuid7: add port: UUID version 7, which are time-sortable
This module implements the version 7 UUIDs, proposed by Peabody and
Davis in
https://www.ietf.org/id/draft-peabody-dispatch-new-uuid-format-02.html
as an extension to RFC4122.
Version 7 has the nice characteristic that the start of a UUID encodes
the time with a chronological sort order and potentially ~50ns time
resolution, while the end of the UUID includes sufficient random bits
to ensure consecutive UUIDs will remain unique.
WWW: https://github.com/stevesimmons/uuid7 |
Number of commits found: 1
|