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
Remember
I remember
2024-11-06 brought a new category: filesystems. Sadly, the website did not process it well. I''m working on that. It may take a few days.
Port details
py-annotated-types Reusable constraint types to use with typing.Annotated
0.7.0 devel on this many watch lists=2 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.7.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: 2024-05-28 10:21:29
Commit Hash: c066d03
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
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 = 1716448676 SHA256 (annotated_types-0.7.0.tar.gz) = aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89 SIZE (annotated_types-0.7.0.tar.gz) = 16081

Packages (timestamps in pop-ups are UTC):
py39-annotated-types
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----0.6.00.6.00.6.0
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----0.6.00.6.00.6.0
FreeBSD:15:latest--n/a-n/a0.6.00.6.00.6.0
 

py311-annotated-types
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7.00.7.0-0.7.00.7.0---
FreeBSD:13:quarterly0.7.00.7.0-0.7.00.7.0---
FreeBSD:14:latest0.7.00.7.0-0.7.00.7.0---
FreeBSD:14:quarterly0.7.00.7.0-0.7.00.7.0---
FreeBSD:15:latest0.7.00.7.0n/a0.7.0n/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-b2sdk
  2. 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: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.0
28 May 2024 10:21:29
commit hash: c066d0349bae378aa347d4abd21b7f6930ca9b6bcommit hash: c066d0349bae378aa347d4abd21b7f6930ca9b6bcommit hash: c066d0349bae378aa347d4abd21b7f6930ca9b6bcommit hash: c066d0349bae378aa347d4abd21b7f6930ca9b6b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-annotated-types: Update to 0.7.0

Changes:	https://github.com/annotated-types/annotated-types/releases
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: 3