Skip to content

Commit a397c05

Browse files
author
adam
committed
py-annotated-doc: added version 0.0.4
Document parameters, class attributes, return types, and variables inline, with Annotated.
1 parent 856c4e9 commit a397c05

5 files changed

Lines changed: 42 additions & 1 deletion

File tree

textproc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1579 2026/02/23 14:49:57 taca Exp $
1+
# $NetBSD: Makefile,v 1.1580 2026/03/06 13:33:09 adam Exp $
22
#
33

44
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -1052,6 +1052,7 @@ SUBDIR+= py-Whoosh
10521052
SUBDIR+= py-X
10531053
SUBDIR+= py-acora
10541054
SUBDIR+= py-alabaster
1055+
SUBDIR+= py-annotated-doc
10551056
SUBDIR+= py-antlr4
10561057
SUBDIR+= py-anyascii
10571058
SUBDIR+= py-astropy-sphinx-theme

textproc/py-annotated-doc/DESCR

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Document parameters, class attributes, return types, and variables inline, with
2+
Annotated.

textproc/py-annotated-doc/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# $NetBSD: Makefile,v 1.1 2026/03/06 13:33:09 adam Exp $
2+
3+
DISTNAME= annotated_doc-0.0.4
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5+
CATEGORIES= textproc python
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=a/annotated-doc/}
7+
8+
MAINTAINER= pkgsrc-users@NetBSD.org
9+
HOMEPAGE= https://github.com/fastapi/annotated-doc
10+
COMMENT= Document parameters, class attributes, return types, and variables
11+
LICENSE= mit
12+
13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>0:../../devel/py-pdm_backend
14+
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=7.6.1:../../devel/py-coverage
15+
TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=1.14.1:../../lang/py-mypy
16+
17+
USE_LANGUAGES= # none
18+
19+
.include "../../lang/python/wheel.mk"
20+
.include "../../mk/bsd.pkg.mk"

textproc/py-annotated-doc/PLIST

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@comment $NetBSD: PLIST,v 1.1 2026/03/06 13:33:09 adam Exp $
2+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
3+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
4+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
5+
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
6+
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
7+
${PYSITELIB}/annotated_doc/__init__.py
8+
${PYSITELIB}/annotated_doc/__init__.pyc
9+
${PYSITELIB}/annotated_doc/__init__.pyo
10+
${PYSITELIB}/annotated_doc/main.py
11+
${PYSITELIB}/annotated_doc/main.pyc
12+
${PYSITELIB}/annotated_doc/main.pyo
13+
${PYSITELIB}/annotated_doc/py.typed

textproc/py-annotated-doc/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.1 2026/03/06 13:33:09 adam Exp $
2+
3+
BLAKE2s (annotated_doc-0.0.4.tar.gz) = 0ea3d4e4a9ead668155c1389a1271a6dc2c408b4bca697e65e484e9f0f10b248
4+
SHA512 (annotated_doc-0.0.4.tar.gz) = 2beb6bde827e5c5f42daadcc8ac4b2b5911fa9448a5d5fadf461839ce166ba4cc1cbf9d7acb09c927f5970fdebf2f7c8433b6426ee5bbe11cf221e450344050b
5+
Size (annotated_doc-0.0.4.tar.gz) = 7288 bytes

0 commit comments

Comments
 (0)