Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2026 06:29:39 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f64380accb97 - main - devel/py-annotated-doc: New port
Message-ID:  <695dfd53.3b008.4c63cb27@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f64380accb971cac813fdd6f3e6d75455fc21d57

commit f64380accb971cac813fdd6f3e6d75455fc21d57
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-01-07 06:27:50 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-01-07 06:29:14 +0000

    devel/py-annotated-doc: New port
    
    Document parameters, class attributes, return types, and variables inline,
    with Annotated.
---
 devel/Makefile                   |  1 +
 devel/py-annotated-doc/Makefile  | 22 ++++++++++++++++++++++
 devel/py-annotated-doc/distinfo  |  3 +++
 devel/py-annotated-doc/pkg-descr |  2 ++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 1c32ca36aa4d..ee657885b945 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4392,6 +4392,7 @@
     SUBDIR += py-aniso8601
     SUBDIR += py-aniso86016
     SUBDIR += py-anndata
+    SUBDIR += py-annotated-doc
     SUBDIR += py-annotated-types
     SUBDIR += py-ansi
     SUBDIR += py-antlr4-python3-runtime
diff --git a/devel/py-annotated-doc/Makefile b/devel/py-annotated-doc/Makefile
new file mode 100644
index 000000000000..c278d0314069
--- /dev/null
+++ b/devel/py-annotated-doc/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	annotated-doc
+PORTVERSION=	0.0.4
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	annotated_doc-${PORTVERSION}
+
+MAINTAINER=	wen@FreeBSD.org
+COMMENT=	Document parameters, class attributes, etc, with Annotated
+WWW=		https://github.com/fastapi/annotated-doc
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-annotated-doc/distinfo b/devel/py-annotated-doc/distinfo
new file mode 100644
index 000000000000..bc8615a61d56
--- /dev/null
+++ b/devel/py-annotated-doc/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1767755624
+SHA256 (annotated_doc-0.0.4.tar.gz) = fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4
+SIZE (annotated_doc-0.0.4.tar.gz) = 7288
diff --git a/devel/py-annotated-doc/pkg-descr b/devel/py-annotated-doc/pkg-descr
new file mode 100644
index 000000000000..3e3375e539d8
--- /dev/null
+++ b/devel/py-annotated-doc/pkg-descr
@@ -0,0 +1,2 @@
+Document parameters, class attributes, return types, and variables inline,
+with Annotated.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695dfd53.3b008.4c63cb27>