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
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-python-ulid Universally unique lexicographically sortable identifier
3.1.0 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 3.0.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-14 20:54:16
Last Update: 2025-09-07 23:04:11
Commit Hash: f0465ed
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://python-ulid.readthedocs.io/en/latest/
https://github.com/mdomke/python-ulid
Description:
This port provides an implementation of ULID. A ULID is a universally unique lexicographically sortable identifier. It is - 128-bit compatible with UUID - 1.21e+24 unique ULIDs per millisecond - Lexicographically sortable! - Canonically encoded as a 26 character string, as opposed to the 36 character UUID - Uses Crockford's base32 for better efficiency and readability (5 bits per character) - Case insensitive - No special characters (URL safe)
HomepageHomepage    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}python-ulid>0:textproc/py-python-ulid@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-python-ulid/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-python-ulid
  • pkg install py311-python-ulid
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-python-ulid listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-python-ulid
Package flavors (<flavor>: <package>)
  • py311: py311-python-ulid
distinfo:
TIMESTAMP = 1757120840 SHA256 (python_ulid-3.1.0.tar.gz) = ff0410a598bc5f6b01b602851a3296ede6f91389f913a5d5f8c496003836f636 SIZE (python_ulid-3.1.0.tar.gz) = 93175

Packages (timestamps in pop-ups are UTC):
py39-python-ulid
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----2.2.02.2.02.2.0
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----2.2.02.2.02.2.0
FreeBSD:15:latest--n/a-n/a2.2.02.2.02.2.0
 

py311-python-ulid
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:13:quarterly3.0.03.0.0-3.0.03.0.0---
FreeBSD:14:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:14:quarterly3.0.03.0.0-3.0.03.0.0---
FreeBSD:15:latest-3.0.0n/a3.0.0n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatch-fancy-pypi-readme>=0 : devel/py-hatch-fancy-pypi-readme@py311
  2. py311-hatch-vcs>=0 : devel/py-hatch-vcs@py311
  3. py311-hatchling>=0 : devel/py-hatchling@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/py-pydantic-extra-types

Configuration Options:
===> The following configuration options are available for py311-python-ulid-3.1.0: PYDANTIC=off: Pydantic support ===> Use 'make config' to modify these settings
Options name:
textproc_py-python-ulid
USES:
python:3.9+
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/python_ulid/
  2. https://pypi.org/packages/source/p/python_ulid/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.0
07 Sep 2025 23:04:11
commit hash: f0465ed1605de683a4f997e6781ff768e6051a86commit hash: f0465ed1605de683a4f997e6781ff768e6051a86commit hash: f0465ed1605de683a4f997e6781ff768e6051a86commit hash: f0465ed1605de683a4f997e6781ff768e6051a86 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Update to 3.1.0

Changes:	https://github.com/mdomke/python-ulid/releases
		https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst
		https://python-ulid.readthedocs.io/en/latest/changelog.html
3.0.0
17 Oct 2024 19:03:19
commit hash: f0ea3bb61ea28154fad81778aaddc3f0ac7d1a6dcommit hash: f0ea3bb61ea28154fad81778aaddc3f0ac7d1a6dcommit hash: f0ea3bb61ea28154fad81778aaddc3f0ac7d1a6dcommit hash: f0ea3bb61ea28154fad81778aaddc3f0ac7d1a6d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Update to 3.0.0

Changes:	https://github.com/mdomke/python-ulid/releases
		https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst
		https://python-ulid.readthedocs.io/en/latest/changelog.html
2.7.0
18 Jun 2024 14:26:05
commit hash: 1b2a7e1bba007a8c12722703f91dff1e971abdd7commit hash: 1b2a7e1bba007a8c12722703f91dff1e971abdd7commit hash: 1b2a7e1bba007a8c12722703f91dff1e971abdd7commit hash: 1b2a7e1bba007a8c12722703f91dff1e971abdd7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Update to 2.7.0

Changes:	https://github.com/mdomke/python-ulid/releases
		https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst
		https://python-ulid.readthedocs.io/en/latest/changelog.html
2.6.0
28 May 2024 20:20:13
commit hash: 6b93b790e531282f8f6524277df641aa4c7dbd1dcommit hash: 6b93b790e531282f8f6524277df641aa4c7dbd1dcommit hash: 6b93b790e531282f8f6524277df641aa4c7dbd1dcommit hash: 6b93b790e531282f8f6524277df641aa4c7dbd1d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Update to 2.6.0

Changes:	https://github.com/mdomke/python-ulid/releases
		https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst
		https://python-ulid.readthedocs.io/en/latest/changelog.html
2.5.0
19 May 2024 17:15:56
commit hash: 1b67ac88899ed07753ec89b5684be14487c3f028commit hash: 1b67ac88899ed07753ec89b5684be14487c3f028commit hash: 1b67ac88899ed07753ec89b5684be14487c3f028commit hash: 1b67ac88899ed07753ec89b5684be14487c3f028 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Update to 2.5.0

Changes:	https://github.com/mdomke/python-ulid/releases
		https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst
		https://python-ulid.readthedocs.io/en/latest/changelog.html
2.4.0
05 Apr 2024 23:58:11
commit hash: b47750900da321beb045d477a801d151bf05e059commit hash: b47750900da321beb045d477a801d151bf05e059commit hash: b47750900da321beb045d477a801d151bf05e059commit hash: b47750900da321beb045d477a801d151bf05e059 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Update to 2.4.0

Changes:	https://github.com/mdomke/python-ulid/releases
		https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst
		https://python-ulid.readthedocs.io/en/latest/changelog.html
2.3.0
31 Mar 2024 03:07:50
commit hash: 6c44bd407c9de5afd5068629e7134f6c1a6710d2commit hash: 6c44bd407c9de5afd5068629e7134f6c1a6710d2commit hash: 6c44bd407c9de5afd5068629e7134f6c1a6710d2commit hash: 6c44bd407c9de5afd5068629e7134f6c1a6710d2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Update to 2.3.0

- Add PYDANTIC option

Changes:	https://github.com/mdomke/python-ulid/releases
		https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst
		https://python-ulid.readthedocs.io/en/latest/changelog.html
2.2.0
14 Dec 2023 20:41:51
commit hash: 96f825ff336cb9213ae7e0a780b347da73fe42cfcommit hash: 96f825ff336cb9213ae7e0a780b347da73fe42cfcommit hash: 96f825ff336cb9213ae7e0a780b347da73fe42cfcommit hash: 96f825ff336cb9213ae7e0a780b347da73fe42cf files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid: Add py-python-ulid 2.2.0

This port provides an implementation of ULID.

A ULID is a universally unique lexicographically sortable identifier. It is
- 128-bit compatible with UUID
- 1.21e+24 unique ULIDs per millisecond
- Lexicographically sortable!
- Canonically encoded as a 26 character string, as opposed to the 36 character
  UUID
- Uses Crockford's base32 for better efficiency and readability (5 bits per
  character)
- Case insensitive
- No special characters (URL safe)

Number of commits found: 8