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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-python-ulid Universally unique lexicographically sortable identifier
2.4.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.2.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: 2024-04-05 23:58:11
Commit Hash: b477509
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.
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 py39-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 py39-python-ulid listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-python-ulid
Package flavors (<flavor>: <package>)
  • py39: py39-python-ulid
distinfo:
TIMESTAMP = 1712330619 SHA256 (python_ulid-2.4.0.tar.gz) = cdf04cce866aa5637758bd2694799175b4ab8620febdefb9a49a0365bf406cd2 SIZE (python_ulid-2.4.0.tar.gz) = 24111

Packages (timestamps in pop-ups are UTC):
py39-python-ulid
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.02.4.0-2.4.02.4.0---
FreeBSD:13:quarterly2.4.02.4.0-2.4.02.4.02.2.02.2.02.2.0
FreeBSD:14:latest2.4.02.4.0-2.4.02.4.0---
FreeBSD:14:quarterly2.4.02.4.0-2.4.02.4.02.2.02.2.02.2.0
FreeBSD:15:latest2.4.02.4.0n/a2.4.0n/a2.2.02.2.02.2.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-hatch-fancy-pypi-readme>=0 : devel/py-hatch-fancy-pypi-readme@py39
  2. py39-hatch-vcs>=0 : devel/py-hatch-vcs@py39
  3. py39-hatchling>=0 : devel/py-hatchling@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-pydantic-extra-types

Configuration Options:
===> The following configuration options are available for py39-python-ulid-2.4.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: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 3