pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-annotated_doc: new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Feb 16 13:05:05 2026 +0100
Changeset:	6f23c0b4a8f12a90ef3698af7eb23a97ab28166a

Modified Files:
	Makefile
Added Files:
	py-annotated_doc/DESCR
	py-annotated_doc/Makefile
	py-annotated_doc/PLIST
	py-annotated_doc/distinfo

Log Message:
py-annotated_doc: new package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6f23c0b4a8f12a90ef3698af7eb23a97ab28166a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                  |  2 ++
 py-annotated_doc/DESCR    |  2 ++
 py-annotated_doc/Makefile | 18 ++++++++++++++++++
 py-annotated_doc/PLIST    | 13 +++++++++++++
 py-annotated_doc/distinfo |  5 +++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 472492b892..725358fca3 100644
--- a/Makefile
+++ b/Makefile
@@ -373,6 +373,7 @@ SUBDIR+=	boringssl
 SUBDIR+=	boron
 SUBDIR+=	botan3-git
 SUBDIR+=	bowtie2
+SUBDIR+=	box2d
 SUBDIR+=	bpcscripts
 SUBDIR+=	bpytop
 SUBDIR+=	brain-mesh-builder
@@ -3449,6 +3450,7 @@ SUBDIR+=	py-anfft
 SUBDIR+=	py-anki2
 SUBDIR+=	py-anki2-devel
 SUBDIR+=	py-annarchy
+SUBDIR+=	py-annotated_doc
 SUBDIR+=	py-ansicolors
 SUBDIR+=	py-antlr3
 SUBDIR+=	py-anvio
diff --git a/py-annotated_doc/DESCR b/py-annotated_doc/DESCR
new file mode 100644
index 0000000000..25a74eb9d4
--- /dev/null
+++ b/py-annotated_doc/DESCR
@@ -0,0 +1,2 @@
+Document parameters, class attributes, return types, and variables
+inline, with `Annotated`.
diff --git a/py-annotated_doc/Makefile b/py-annotated_doc/Makefile
new file mode 100644
index 0000000000..a99f568f5c
--- /dev/null
+++ b/py-annotated_doc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	annotated_doc-0.0.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/annotated_doc/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/fastapi/annotated-doc
+COMMENT=	Document parameters, class attributes, return types, and variables inline
+LICENSE=	mit
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-annotated_doc/PLIST b/py-annotated_doc/PLIST
new file mode 100644
index 0000000000..cd82236570
--- /dev/null
+++ b/py-annotated_doc/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/annotated_doc/__init__.py
+${PYSITELIB}/annotated_doc/__init__.pyc
+${PYSITELIB}/annotated_doc/__init__.pyo
+${PYSITELIB}/annotated_doc/main.py
+${PYSITELIB}/annotated_doc/main.pyc
+${PYSITELIB}/annotated_doc/main.pyo
+${PYSITELIB}/annotated_doc/py.typed
diff --git a/py-annotated_doc/distinfo b/py-annotated_doc/distinfo
new file mode 100644
index 0000000000..312d21ea2c
--- /dev/null
+++ b/py-annotated_doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (annotated_doc-0.0.4.tar.gz) = 0ea3d4e4a9ead668155c1389a1271a6dc2c408b4bca697e65e484e9f0f10b248
+SHA512 (annotated_doc-0.0.4.tar.gz) = 2beb6bde827e5c5f42daadcc8ac4b2b5911fa9448a5d5fadf461839ce166ba4cc1cbf9d7acb09c927f5970fdebf2f7c8433b6426ee5bbe11cf221e450344050b
+Size (annotated_doc-0.0.4.tar.gz) = 7288 bytes


Home | Main Index | Thread Index | Old Index