Port details |
- py-python-ulid Universally unique lexicographically sortable identifier
- 3.0.0 textproc =2 2.7.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-12-14 20:54:16
- Last Update: 2024-10-17 19:03:19
- Commit Hash: f0ea3bb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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)
- ¦ ¦ ¦ ¦
- 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}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>)
- distinfo:
- TIMESTAMP = 1728922918
SHA256 (python_ulid-3.0.0.tar.gz) = e50296a47dc8209d28629a22fc81ca26c00982c78934bd7766377ba37ea49a9f
SIZE (python_ulid-3.0.0.tar.gz) = 28822
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-hatch-fancy-pypi-readme>=0 : devel/py-hatch-fancy-pypi-readme@py311
- py311-hatch-vcs>=0 : devel/py-hatch-vcs@py311
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-pydantic-extra-types
Configuration Options:
- ===> The following configuration options are available for py311-python-ulid-3.0.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:
|