FreshPorts -- textproc/py-python-ulid2: Universally unique lexicographically sortable identifier


FreshPorts -- The Place For Ports [画像:notbug]As 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 photos
All times are UTC [画像:Ukraine]
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
py-python-ulid2 Universally unique lexicographically sortable identifier
2.7.0 textproc 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 2.7.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024年10月17日 19:09:08
Last Update: 2025年11月01日 17:23:22
Commit Hash: 1403bb7
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)
Homepage 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}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):
py311-python-ulid2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.7.02.7.0n/an/an/an/an/an/a
FreeBSD:13:quarterly2.7.02.7.0n/an/an/an/an/an/a
FreeBSD:14:latest---2.7.0----
FreeBSD:14:quarterly---2.7.0----
FreeBSD:15:latest--n/a2.7.0n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py312-python-ulid2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--n/an/an/an/an/an/a
FreeBSD:13:quarterly--n/an/an/an/an/an/a
FreeBSD:14:latest2.7.02.7.0--2.7.0---
FreeBSD:14:quarterly2.7.02.7.0--2.7.0---
FreeBSD:15:latest2.7.02.7.0n/a-n/an/a--
FreeBSD:15:quarterly2.7.02.7.0n/a-n/an/a--
FreeBSD:16:latest2.7.02.7.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-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. 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
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.7.0
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints
and strip all lower bounds of 3.9 or 3.10 because they are implied now.
python:3.9-X -> python:-X
python:3.9+ -> python
python:3.10-X -> python:-X
python:3.10+ -> python
(options such as ,build preserved)
2.7.0
17 Oct 2024 18:59:36
commit hash: 655655bce571ad4ad8ef7160ff1d3756cbd881d7 commit hash: 655655bce571ad4ad8ef7160ff1d3756cbd881d7 commit hash: 655655bce571ad4ad8ef7160ff1d3756cbd881d7 commit hash: 655655bce571ad4ad8ef7160ff1d3756cbd881d7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-python-ulid2: Add py-python-ulid2 2.7.0 (copied from py-python-ulid)
- Add PORTSCOUT

Number of commits found: 2

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
Security Policy
Privacy
Blog
Contact

Search
Enter Keywords:
more...

Latest Vulnerabilities
roundcube Sep 06
openvpn Sep 04
electron42 Sep 03
libnjs Sep 03
nginx-full Sep 03
njs Sep 03
chromium Sep 02
jenkins Sep 02
jenkins-lts Sep 02
erlang Sep 01
erlang Sep 01

28 vulnerabilities affecting 407 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last processed:
2026年09月06日 09:08:02 UTC


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)

Calculated hourly:
Port count 35103
Broken 94
Ignore 207

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD Valid HTML, CSS, and RSS. Copyright © 2000-2026 Dan Langille. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /