pkgsrc-WIP-changes archive

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

py-annotated_doc, py-typer: removed; imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%defguard.net@localhost>
Pushed By:	adam
Date:		Fri Mar 6 14:50:05 2026 +0100
Changeset:	dd49dadaa4468984d67e8c973828de32e1755b35

Modified Files:
	Makefile
Removed Files:
	py-annotated_doc/DESCR
	py-annotated_doc/Makefile
	py-annotated_doc/PLIST
	py-annotated_doc/distinfo
	py-typer/DESCR
	py-typer/Makefile
	py-typer/PLIST
	py-typer/distinfo

Log Message:
py-annotated_doc, py-typer: removed; imported into base

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

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 -----
 py-typer/DESCR            |  6 -----
 py-typer/Makefile         | 27 -----------------------
 py-typer/PLIST            | 56 -----------------------------------------------
 py-typer/distinfo         |  5 -----
 9 files changed, 134 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 63711bfa03..b6f02a814e 100644
--- a/Makefile
+++ b/Makefile
@@ -3454,7 +3454,6 @@ 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
@@ -4954,7 +4953,6 @@ SUBDIR+=	py-txZMQ
 SUBDIR+=	py-txdbus
 SUBDIR+=	py-typedecorator
 SUBDIR+=	py-typedload
-SUBDIR+=	py-typer
 SUBDIR+=	py-u2flib-server
 SUBDIR+=	py-ua-parser
 SUBDIR+=	py-ubjson
diff --git a/py-annotated_doc/DESCR b/py-annotated_doc/DESCR
deleted file mode 100644
index 25a74eb9d4..0000000000
--- a/py-annotated_doc/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Document parameters, class attributes, return types, and variables
-inline, with `Annotated`.
diff --git a/py-annotated_doc/Makefile b/py-annotated_doc/Makefile
deleted file mode 100644
index a99f568f5c..0000000000
--- a/py-annotated_doc/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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
deleted file mode 100644
index cd82236570..0000000000
--- a/py-annotated_doc/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@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
deleted file mode 100644
index 312d21ea2c..0000000000
--- a/py-annotated_doc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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
diff --git a/py-typer/DESCR b/py-typer/DESCR
deleted file mode 100644
index ac92b7600e..0000000000
--- a/py-typer/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Typer is a library for building CLI applications that users will
-love using and developers will love creating. Based on Python type
-hints.
-
-It's also a command line tool to run scripts, automatically converting
-them to CLI applications.
diff --git a/py-typer/Makefile b/py-typer/Makefile
deleted file mode 100644
index 433d281c47..0000000000
--- a/py-typer/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	typer-0.24.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=t/typer/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/fastapi/typer
-COMMENT=	Library for building CLI tools
-LICENSE=	mit
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-pdm_backend>=0:../../devel/py-pdm_backend
-DEPENDS+=	${PYPKGPREFIX}-annotated_doc>=0.0.2:../../wip/py-annotated_doc
-DEPENDS+=	${PYPKGPREFIX}-click>=8.0.0:../../devel/py-click
-DEPENDS+=	${PYPKGPREFIX}-shellingham>=1.3.0:../../misc/py-shellingham
-DEPENDS+=	${PYPKGPREFIX}-rich>=10.11.0:../../comms/py-rich
-
-USE_LANGUAGES=	# none
-
-# as of 0.24.1
-# 21 errors
-# due to py-shellingham looking for /proc/R/stat
-# https://github.com/sarugaku/shellingham/issues/99
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-typer/PLIST b/py-typer/PLIST
deleted file mode 100644
index 0f1c817104..0000000000
--- a/py-typer/PLIST
+++ /dev/null
@@ -1,56 +0,0 @@
-@comment $NetBSD$
-bin/typer
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/typer/__init__.py
-${PYSITELIB}/typer/__init__.pyc
-${PYSITELIB}/typer/__init__.pyo
-${PYSITELIB}/typer/__main__.py
-${PYSITELIB}/typer/__main__.pyc
-${PYSITELIB}/typer/__main__.pyo
-${PYSITELIB}/typer/_completion_classes.py
-${PYSITELIB}/typer/_completion_classes.pyc
-${PYSITELIB}/typer/_completion_classes.pyo
-${PYSITELIB}/typer/_completion_shared.py
-${PYSITELIB}/typer/_completion_shared.pyc
-${PYSITELIB}/typer/_completion_shared.pyo
-${PYSITELIB}/typer/_types.py
-${PYSITELIB}/typer/_types.pyc
-${PYSITELIB}/typer/_types.pyo
-${PYSITELIB}/typer/_typing.py
-${PYSITELIB}/typer/_typing.pyc
-${PYSITELIB}/typer/_typing.pyo
-${PYSITELIB}/typer/cli.py
-${PYSITELIB}/typer/cli.pyc
-${PYSITELIB}/typer/cli.pyo
-${PYSITELIB}/typer/colors.py
-${PYSITELIB}/typer/colors.pyc
-${PYSITELIB}/typer/colors.pyo
-${PYSITELIB}/typer/completion.py
-${PYSITELIB}/typer/completion.pyc
-${PYSITELIB}/typer/completion.pyo
-${PYSITELIB}/typer/core.py
-${PYSITELIB}/typer/core.pyc
-${PYSITELIB}/typer/core.pyo
-${PYSITELIB}/typer/main.py
-${PYSITELIB}/typer/main.pyc
-${PYSITELIB}/typer/main.pyo
-${PYSITELIB}/typer/models.py
-${PYSITELIB}/typer/models.pyc
-${PYSITELIB}/typer/models.pyo
-${PYSITELIB}/typer/params.py
-${PYSITELIB}/typer/params.pyc
-${PYSITELIB}/typer/params.pyo
-${PYSITELIB}/typer/py.typed
-${PYSITELIB}/typer/rich_utils.py
-${PYSITELIB}/typer/rich_utils.pyc
-${PYSITELIB}/typer/rich_utils.pyo
-${PYSITELIB}/typer/testing.py
-${PYSITELIB}/typer/testing.pyc
-${PYSITELIB}/typer/testing.pyo
-${PYSITELIB}/typer/utils.py
-${PYSITELIB}/typer/utils.pyc
-${PYSITELIB}/typer/utils.pyo
diff --git a/py-typer/distinfo b/py-typer/distinfo
deleted file mode 100644
index ef9a43bc41..0000000000
--- a/py-typer/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (typer-0.24.1.tar.gz) = 44c929c0f8f7d61720734e4066d377a9e30078a9a198a9bcc5e1af75627c9209
-SHA512 (typer-0.24.1.tar.gz) = 581511a2e0397be85023237161c5683e3ea8cf30208b5090fe4b037fb1d351f3e1e80e33bc0dcf6d116a71926561cfb560b631fffb38195afffcf9a9a1e71439
-Size (typer-0.24.1.tar.gz) = 118613 bytes


Home | Main Index | Thread Index | Old Index