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-annotated-types Reusable constraint types to use with typing.Annotated
0.6.0 devel 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 0.6.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-09 10:36:40
Last Update: 2023-10-08 11:54:49
Commit Hash: 772b1e2
Also Listed In: python
License: MIT
WWW:
https://github.com/annotated-types/annotated-types
Description:
PEP-593 added typing.Annotated as a way of adding context-specific metadata to existing types, and specifies that Annotated[T, x] should be treated as T by any tool or library without special logic for x. annotated-types provides metadata objects which can be used to represent common constraints such as upper and lower bounds on scalar values and collection sizes, a Predicate marker for runtime checks, and descriptions of how we intend these metadata to be interpreted. In some cases, we also note alternative representations which do not require this package.
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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}annotated-types>0:devel/py-annotated-types@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-annotated-types/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-annotated-types
  • pkg install py39-annotated-types
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-annotated-types listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-annotated-types
Package flavors (<flavor>: <package>)
  • py39: py39-annotated-types
distinfo:
TIMESTAMP = 1696753642 SHA256 (annotated_types-0.6.0.tar.gz) = 563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d SIZE (annotated_types-0.6.0.tar.gz) = 14670

Packages (timestamps in pop-ups are UTC):
py39-annotated-types
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.00.6.0-0.6.00.6.0---
FreeBSD:13:quarterly0.6.00.6.0-0.6.00.6.00.6.00.6.00.6.0
FreeBSD:14:latest0.6.00.6.0-0.6.00.6.0---
FreeBSD:14:quarterly0.6.00.6.0-0.6.00.6.00.6.00.6.00.6.0
FreeBSD:15:latest0.6.00.6.0n/a0.6.0n/a0.6.00.6.00.6.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-hatchling>=0 : devel/py-hatchling@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. 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-pydantic2

Configuration Options:
No options to configure
Options name:
devel_py-annotated-types
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/a/annotated_types/
  2. https://pypi.org/packages/source/a/annotated_types/
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
0.6.0
08 Oct 2023 11:54:49
commit hash: 772b1e26050fce0ace8fde160755f6d5a3233f4ccommit hash: 772b1e26050fce0ace8fde160755f6d5a3233f4ccommit hash: 772b1e26050fce0ace8fde160755f6d5a3233f4ccommit hash: 772b1e26050fce0ace8fde160755f6d5a3233f4c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-annotated-types: Update to 0.6.0

Changes:	https://github.com/annotated-types/annotated-types/releases
0.5.0
09 Jul 2023 10:10:21
commit hash: faa87a12d4820f18a97af9de9feb19624bf21665commit hash: faa87a12d4820f18a97af9de9feb19624bf21665commit hash: faa87a12d4820f18a97af9de9feb19624bf21665commit hash: faa87a12d4820f18a97af9de9feb19624bf21665 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-annotated-types: Add py-annotated-types 0.5.0

PEP-593 added typing.Annotated as a way of adding context-specific metadata to
existing types, and specifies that Annotated[T, x] should be treated as T by any
tool or library without special logic for x.

annotated-types provides metadata objects which can be used to represent common
constraints such as upper and lower bounds on scalar values and collection
sizes, a Predicate marker for runtime checks, and descriptions of how we intend
these metadata to be interpreted. In some cases, we also note alternative
representations which do not require this package.

Number of commits found: 2