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
Remember
I remember
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-uuid7 UUID version 7, which are time-sortable
0.1.0 devel on this many watch lists=0 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.1.0Version of this port present on the latest quarterly branch.
Maintainer: tagattie@FreeBSD.org search for ports maintained by this maintainer
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.
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.
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>)
  • py311: py311-uuid7
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):
py311-uuid7
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.00.1.0-0.1.00.1.0n/an/an/a
FreeBSD:13:quarterly0.1.00.1.0--0.1.0n/an/an/a
FreeBSD:14:latest0.1.00.1.0--0.1.0---
FreeBSD:14:quarterly0.1.00.1.0--0.1.0---
FreeBSD:15:latest0.1.00.1.0n/a-n/an/a--
FreeBSD:15:quarterly0.1.00.1.0n/a-n/an/a--
FreeBSD:16:latest0.1.00.1.0n/a-n/an/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. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/u/uuid7/
  2. https://pypi.org/packages/source/u/uuid7/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.0
11 Sep 2025 14:46:16
commit hash: 736629435e1f7d6e1d7338302057b473d85331c4commit hash: 736629435e1f7d6e1d7338302057b473d85331c4commit hash: 736629435e1f7d6e1d7338302057b473d85331c4commit hash: 736629435e1f7d6e1d7338302057b473d85331c4 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
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