Port details |
- py-python-ulid2 Universally unique lexicographically sortable identifier
- 2.7.0 textproc =0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-10-17 19:09:08
- Last Update: 2024-10-17 18:59:36
- Commit Hash: 655655b
- 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-ulid2>0:textproc/py-python-ulid2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-python-ulid2/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-python-ulid2
- pkg install py311-python-ulid2
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-ulid2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-python-ulid2
- Package flavors (<flavor>: <package>)
- py311: py311-python-ulid2
- distinfo:
- TIMESTAMP = 1718690484
SHA256 (python_ulid-2.7.0.tar.gz) = 18eb595885140851a490a95b0da4447911ff69fa9f434732067b97f6956f9fe9
SIZE (python_ulid-2.7.0.tar.gz) = 25010
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
-
- misc/py-llm
Configuration Options:
- ===> The following configuration options are available for py311-python-ulid2-2.7.0:
PYDANTIC=off: Pydantic support
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-python-ulid2
- USES:
- python:3.9+
- 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 |
2.7.0 17 Oct 2024 18:59:36 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-python-ulid2: Add py-python-ulid2 2.7.0 (copied from py-python-ulid)
- Add PORTSCOUT |
Number of commits found: 1
|