| Port details |
- py-python-ulid Universally unique lexicographically sortable identifier
- 4.0.1 textproc
=0 3.1.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-12-14 20:54:16
- Last Update: 2026-08-31 05:41:31
- Commit Hash: 3a59bda
- 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)
 ¦ ¦ ¦ ¦ 
- 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 py312-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 py312-python-ulid listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-python-ulid
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1787588032
SHA256 (python_ulid-4.0.1.tar.gz) = bbeec02556190bb9dc3401faa7268696acbfbe7b6db9908c155dc3548629f20c
SIZE (python_ulid-4.0.1.tar.gz) = 101683
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:
-
- py312-hatch-fancy-pypi-readme>=0 : devel/py-hatch-fancy-pypi-readme@py312
- py312-hatch-vcs>=0 : devel/py-hatch-vcs@py312
- py312-hatchling>=0 : devel/py-hatchling@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- databases/py-redisvl
- devel/py-pydantic-extra-types
Configuration Options:
- ===> The following configuration options are available for py312-python-ulid-4.0.1:
PYDANTIC=off: Pydantic support
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-python-ulid
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|