pkgsrc-WIP-changes archive

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

py-huggingface-hub, py-sybil, py-testfixtures: removed; imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Jan 22 09:40:16 2025 +0100
Changeset:	430c823f6e0d75b5f3a62399e61ccea865f36214

Modified Files:
	Makefile
Removed Files:
	py-huggingface-hub/ALTERNATIVES
	py-huggingface-hub/COMMIT_MSG
	py-huggingface-hub/DESCR
	py-huggingface-hub/Makefile
	py-huggingface-hub/PLIST
	py-huggingface-hub/distinfo
	py-sybil/DESCR
	py-sybil/Makefile
	py-sybil/PLIST
	py-sybil/distinfo
	py-testfixtures/DESCR
	py-testfixtures/Makefile
	py-testfixtures/PLIST
	py-testfixtures/distinfo

Log Message:
py-huggingface-hub, py-sybil, py-testfixtures: 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=430c823f6e0d75b5f3a62399e61ccea865f36214

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

diffstat:
 Makefile                        |   3 -
 py-huggingface-hub/ALTERNATIVES |   1 -
 py-huggingface-hub/COMMIT_MSG   |   9 --
 py-huggingface-hub/DESCR        |   7 -
 py-huggingface-hub/Makefile     |  32 ----
 py-huggingface-hub/PLIST        | 337 ----------------------------------------
 py-huggingface-hub/distinfo     |   5 -
 py-sybil/DESCR                  |   4 -
 py-sybil/Makefile               |  23 ---
 py-sybil/PLIST                  | 145 -----------------
 py-sybil/distinfo               |   5 -
 py-testfixtures/DESCR           |   2 -
 py-testfixtures/Makefile        |  29 ----
 py-testfixtures/PLIST           | 175 ---------------------
 py-testfixtures/distinfo        |   5 -
 15 files changed, 782 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 91d6b96885..98b28cd2f8 100644
--- a/Makefile
+++ b/Makefile
@@ -3931,7 +3931,6 @@ SUBDIR+=	py-htseq
 SUBDIR+=	py-http-prompt
 SUBDIR+=	py-httpie-jwt-auth
 SUBDIR+=	py-hug
-SUBDIR+=	py-huggingface-hub
 SUBDIR+=	py-hugo
 SUBDIR+=	py-hvac
 SUBDIR+=	py-hybridlfpy
@@ -4740,7 +4739,6 @@ SUBDIR+=	py-swh-web
 SUBDIR+=	py-swh-web-client
 SUBDIR+=	py-swiginac
 SUBDIR+=	py-sxtwl
-SUBDIR+=	py-sybil
 SUBDIR+=	py-sylajone
 SUBDIR+=	py-sym
 SUBDIR+=	py-sym2num
@@ -4782,7 +4780,6 @@ SUBDIR+=	py-test-nbval
 SUBDIR+=	py-test-ordering
 SUBDIR+=	py-test-repeat
 SUBDIR+=	py-test-vcr
-SUBDIR+=	py-testfixtures
 SUBDIR+=	py-testing-common-database
 SUBDIR+=	py-tex2pix
 SUBDIR+=	py-texext
diff --git a/py-huggingface-hub/ALTERNATIVES b/py-huggingface-hub/ALTERNATIVES
deleted file mode 100644
index b9e13315b5..0000000000
--- a/py-huggingface-hub/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/huggingface-cli @PREFIX@/bin/huggingface-cli-@PYVERSSUFFIX@
diff --git a/py-huggingface-hub/COMMIT_MSG b/py-huggingface-hub/COMMIT_MSG
deleted file mode 100644
index 3d6af35fa5..0000000000
--- a/py-huggingface-hub/COMMIT_MSG
+++ /dev/null
@@ -1,9 +0,0 @@
-net/py-huggingface-hub: Add py-huggingface-hub 0.26.1
-
-The huggingface_hub library allows you to interact with the Hugging
-Face Hub, a machine learning platform for creators and collaborators.
-Discover pre-trained models and datasets for your projects or play with
-the hundreds of machine learning apps hosted on the Hub. You can also
-create and share your own models and datasets with the community. The
-huggingface_hub library provides a simple way to do all these things
-with Python.
diff --git a/py-huggingface-hub/DESCR b/py-huggingface-hub/DESCR
deleted file mode 100644
index d6965559fb..0000000000
--- a/py-huggingface-hub/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The huggingface_hub library allows you to interact with the Hugging
-Face Hub, a machine learning platform for creators and collaborators.
-Discover pre-trained models and datasets for your projects or play with
-the hundreds of machine learning apps hosted on the Hub. You can also
-create and share your own models and datasets with the community. The
-huggingface_hub library provides a simple way to do all these things
-with Python.
diff --git a/py-huggingface-hub/Makefile b/py-huggingface-hub/Makefile
deleted file mode 100644
index a75941a57a..0000000000
--- a/py-huggingface-hub/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	huggingface_hub-0.26.1
-PKGNAME=	${PYPKGPREFIX:S/_/-/}-${DISTNAME}
-CATEGORIES=	python
-MASTER_SITES=	${MASTER_SITE_PYPI:=h/huggingface-hub/}
-
-MAINTAINER=	minskim%NetBSD.org@localhost
-HOMEPAGE=	https://huggingface.co/docs/huggingface_hub
-COMMENT=	The official Python client for the Huggingface Hub
-LICENSE=	apache-2.0
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=	${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
-DEPENDS+=	${PYPKGPREFIX}-fsspec>=2023.5.0:../../sysutils/py-fsspec
-DEPENDS+=	${PYPKGPREFIX}-packaging>=20.9:../../devel/py-packaging
-DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+=	${PYPKGPREFIX}-tqdm>=4.42.1:../../misc/py-tqdm
-DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
-DEPENDS+=	${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
-
-USE_LANGUAGES=		# none
-
-INSTALLATION_DIRS=	bin
-
-post-install:
-	cd ${DESTDIR}${PREFIX}/bin && ${MV} huggingface-cli huggingface-cli-${PYVERSSUFFIX}
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-huggingface-hub/PLIST b/py-huggingface-hub/PLIST
deleted file mode 100644
index 3de08f56f6..0000000000
--- a/py-huggingface-hub/PLIST
+++ /dev/null
@@ -1,337 +0,0 @@
-@comment $NetBSD$
-bin/huggingface-cli-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/huggingface_hub/__init__.py
-${PYSITELIB}/huggingface_hub/__init__.pyc
-${PYSITELIB}/huggingface_hub/__init__.pyo
-${PYSITELIB}/huggingface_hub/_commit_api.py
-${PYSITELIB}/huggingface_hub/_commit_api.pyc
-${PYSITELIB}/huggingface_hub/_commit_api.pyo
-${PYSITELIB}/huggingface_hub/_commit_scheduler.py
-${PYSITELIB}/huggingface_hub/_commit_scheduler.pyc
-${PYSITELIB}/huggingface_hub/_commit_scheduler.pyo
-${PYSITELIB}/huggingface_hub/_inference_endpoints.py
-${PYSITELIB}/huggingface_hub/_inference_endpoints.pyc
-${PYSITELIB}/huggingface_hub/_inference_endpoints.pyo
-${PYSITELIB}/huggingface_hub/_local_folder.py
-${PYSITELIB}/huggingface_hub/_local_folder.pyc
-${PYSITELIB}/huggingface_hub/_local_folder.pyo
-${PYSITELIB}/huggingface_hub/_login.py
-${PYSITELIB}/huggingface_hub/_login.pyc
-${PYSITELIB}/huggingface_hub/_login.pyo
-${PYSITELIB}/huggingface_hub/_multi_commits.py
-${PYSITELIB}/huggingface_hub/_multi_commits.pyc
-${PYSITELIB}/huggingface_hub/_multi_commits.pyo
-${PYSITELIB}/huggingface_hub/_snapshot_download.py
-${PYSITELIB}/huggingface_hub/_snapshot_download.pyc
-${PYSITELIB}/huggingface_hub/_snapshot_download.pyo
-${PYSITELIB}/huggingface_hub/_space_api.py
-${PYSITELIB}/huggingface_hub/_space_api.pyc
-${PYSITELIB}/huggingface_hub/_space_api.pyo
-${PYSITELIB}/huggingface_hub/_tensorboard_logger.py
-${PYSITELIB}/huggingface_hub/_tensorboard_logger.pyc
-${PYSITELIB}/huggingface_hub/_tensorboard_logger.pyo
-${PYSITELIB}/huggingface_hub/_upload_large_folder.py
-${PYSITELIB}/huggingface_hub/_upload_large_folder.pyc
-${PYSITELIB}/huggingface_hub/_upload_large_folder.pyo
-${PYSITELIB}/huggingface_hub/_webhooks_payload.py
-${PYSITELIB}/huggingface_hub/_webhooks_payload.pyc
-${PYSITELIB}/huggingface_hub/_webhooks_payload.pyo
-${PYSITELIB}/huggingface_hub/_webhooks_server.py
-${PYSITELIB}/huggingface_hub/_webhooks_server.pyc
-${PYSITELIB}/huggingface_hub/_webhooks_server.pyo
-${PYSITELIB}/huggingface_hub/commands/__init__.py
-${PYSITELIB}/huggingface_hub/commands/__init__.pyc
-${PYSITELIB}/huggingface_hub/commands/__init__.pyo
-${PYSITELIB}/huggingface_hub/commands/_cli_utils.py
-${PYSITELIB}/huggingface_hub/commands/_cli_utils.pyc
-${PYSITELIB}/huggingface_hub/commands/_cli_utils.pyo
-${PYSITELIB}/huggingface_hub/commands/delete_cache.py
-${PYSITELIB}/huggingface_hub/commands/delete_cache.pyc
-${PYSITELIB}/huggingface_hub/commands/delete_cache.pyo
-${PYSITELIB}/huggingface_hub/commands/download.py
-${PYSITELIB}/huggingface_hub/commands/download.pyc
-${PYSITELIB}/huggingface_hub/commands/download.pyo
-${PYSITELIB}/huggingface_hub/commands/env.py
-${PYSITELIB}/huggingface_hub/commands/env.pyc
-${PYSITELIB}/huggingface_hub/commands/env.pyo
-${PYSITELIB}/huggingface_hub/commands/huggingface_cli.py
-${PYSITELIB}/huggingface_hub/commands/huggingface_cli.pyc
-${PYSITELIB}/huggingface_hub/commands/huggingface_cli.pyo
-${PYSITELIB}/huggingface_hub/commands/lfs.py
-${PYSITELIB}/huggingface_hub/commands/lfs.pyc
-${PYSITELIB}/huggingface_hub/commands/lfs.pyo
-${PYSITELIB}/huggingface_hub/commands/repo_files.py
-${PYSITELIB}/huggingface_hub/commands/repo_files.pyc
-${PYSITELIB}/huggingface_hub/commands/repo_files.pyo
-${PYSITELIB}/huggingface_hub/commands/scan_cache.py
-${PYSITELIB}/huggingface_hub/commands/scan_cache.pyc
-${PYSITELIB}/huggingface_hub/commands/scan_cache.pyo
-${PYSITELIB}/huggingface_hub/commands/tag.py
-${PYSITELIB}/huggingface_hub/commands/tag.pyc
-${PYSITELIB}/huggingface_hub/commands/tag.pyo
-${PYSITELIB}/huggingface_hub/commands/upload.py
-${PYSITELIB}/huggingface_hub/commands/upload.pyc
-${PYSITELIB}/huggingface_hub/commands/upload.pyo
-${PYSITELIB}/huggingface_hub/commands/upload_large_folder.py
-${PYSITELIB}/huggingface_hub/commands/upload_large_folder.pyc
-${PYSITELIB}/huggingface_hub/commands/upload_large_folder.pyo
-${PYSITELIB}/huggingface_hub/commands/user.py
-${PYSITELIB}/huggingface_hub/commands/user.pyc
-${PYSITELIB}/huggingface_hub/commands/user.pyo
-${PYSITELIB}/huggingface_hub/commands/version.py
-${PYSITELIB}/huggingface_hub/commands/version.pyc
-${PYSITELIB}/huggingface_hub/commands/version.pyo
-${PYSITELIB}/huggingface_hub/community.py
-${PYSITELIB}/huggingface_hub/community.pyc
-${PYSITELIB}/huggingface_hub/community.pyo
-${PYSITELIB}/huggingface_hub/constants.py
-${PYSITELIB}/huggingface_hub/constants.pyc
-${PYSITELIB}/huggingface_hub/constants.pyo
-${PYSITELIB}/huggingface_hub/errors.py
-${PYSITELIB}/huggingface_hub/errors.pyc
-${PYSITELIB}/huggingface_hub/errors.pyo
-${PYSITELIB}/huggingface_hub/fastai_utils.py
-${PYSITELIB}/huggingface_hub/fastai_utils.pyc
-${PYSITELIB}/huggingface_hub/fastai_utils.pyo
-${PYSITELIB}/huggingface_hub/file_download.py
-${PYSITELIB}/huggingface_hub/file_download.pyc
-${PYSITELIB}/huggingface_hub/file_download.pyo
-${PYSITELIB}/huggingface_hub/hf_api.py
-${PYSITELIB}/huggingface_hub/hf_api.pyc
-${PYSITELIB}/huggingface_hub/hf_api.pyo
-${PYSITELIB}/huggingface_hub/hf_file_system.py
-${PYSITELIB}/huggingface_hub/hf_file_system.pyc
-${PYSITELIB}/huggingface_hub/hf_file_system.pyo
-${PYSITELIB}/huggingface_hub/hub_mixin.py
-${PYSITELIB}/huggingface_hub/hub_mixin.pyc
-${PYSITELIB}/huggingface_hub/hub_mixin.pyo
-${PYSITELIB}/huggingface_hub/inference/__init__.py
-${PYSITELIB}/huggingface_hub/inference/__init__.pyc
-${PYSITELIB}/huggingface_hub/inference/__init__.pyo
-${PYSITELIB}/huggingface_hub/inference/_client.py
-${PYSITELIB}/huggingface_hub/inference/_client.pyc
-${PYSITELIB}/huggingface_hub/inference/_client.pyo
-${PYSITELIB}/huggingface_hub/inference/_common.py
-${PYSITELIB}/huggingface_hub/inference/_common.pyc
-${PYSITELIB}/huggingface_hub/inference/_common.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/__init__.py
-${PYSITELIB}/huggingface_hub/inference/_generated/__init__.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/__init__.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/_async_client.py
-${PYSITELIB}/huggingface_hub/inference/_generated/_async_client.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/_async_client.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/__init__.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/__init__.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/__init__.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_classification.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_classification.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_classification.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_to_audio.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_to_audio.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_to_audio.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/automatic_speech_recognition.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/automatic_speech_recognition.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/automatic_speech_recognition.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/base.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/base.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/base.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/chat_completion.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/chat_completion.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/chat_completion.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/depth_estimation.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/depth_estimation.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/depth_estimation.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/document_question_answering.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/document_question_answering.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/document_question_answering.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/feature_extraction.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/feature_extraction.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/feature_extraction.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/fill_mask.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/fill_mask.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/fill_mask.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_classification.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_classification.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_classification.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_segmentation.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_segmentation.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_segmentation.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_image.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_image.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_image.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_text.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_text.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_text.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/object_detection.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/object_detection.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/object_detection.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/question_answering.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/question_answering.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/question_answering.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/sentence_similarity.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/sentence_similarity.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/sentence_similarity.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/summarization.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/summarization.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/summarization.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/table_question_answering.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/table_question_answering.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/table_question_answering.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text2text_generation.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text2text_generation.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text2text_generation.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_classification.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_classification.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_classification.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_generation.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_generation.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_generation.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_audio.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_audio.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_audio.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_image.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_image.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_image.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_speech.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_speech.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_speech.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/token_classification.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/token_classification.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/token_classification.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/translation.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/translation.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/translation.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/video_classification.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/video_classification.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/video_classification.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/visual_question_answering.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/visual_question_answering.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/visual_question_answering.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_classification.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_classification.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_classification.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_image_classification.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_image_classification.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_image_classification.pyo
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_object_detection.py
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_object_detection.pyc
-${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_object_detection.pyo
-${PYSITELIB}/huggingface_hub/inference_api.py
-${PYSITELIB}/huggingface_hub/inference_api.pyc
-${PYSITELIB}/huggingface_hub/inference_api.pyo
-${PYSITELIB}/huggingface_hub/keras_mixin.py
-${PYSITELIB}/huggingface_hub/keras_mixin.pyc
-${PYSITELIB}/huggingface_hub/keras_mixin.pyo
-${PYSITELIB}/huggingface_hub/lfs.py
-${PYSITELIB}/huggingface_hub/lfs.pyc
-${PYSITELIB}/huggingface_hub/lfs.pyo
-${PYSITELIB}/huggingface_hub/repocard.py
-${PYSITELIB}/huggingface_hub/repocard.pyc
-${PYSITELIB}/huggingface_hub/repocard.pyo
-${PYSITELIB}/huggingface_hub/repocard_data.py
-${PYSITELIB}/huggingface_hub/repocard_data.pyc
-${PYSITELIB}/huggingface_hub/repocard_data.pyo
-${PYSITELIB}/huggingface_hub/repository.py
-${PYSITELIB}/huggingface_hub/repository.pyc
-${PYSITELIB}/huggingface_hub/repository.pyo
-${PYSITELIB}/huggingface_hub/serialization/__init__.py
-${PYSITELIB}/huggingface_hub/serialization/__init__.pyc
-${PYSITELIB}/huggingface_hub/serialization/__init__.pyo
-${PYSITELIB}/huggingface_hub/serialization/_base.py
-${PYSITELIB}/huggingface_hub/serialization/_base.pyc
-${PYSITELIB}/huggingface_hub/serialization/_base.pyo
-${PYSITELIB}/huggingface_hub/serialization/_tensorflow.py
-${PYSITELIB}/huggingface_hub/serialization/_tensorflow.pyc
-${PYSITELIB}/huggingface_hub/serialization/_tensorflow.pyo
-${PYSITELIB}/huggingface_hub/serialization/_torch.py
-${PYSITELIB}/huggingface_hub/serialization/_torch.pyc
-${PYSITELIB}/huggingface_hub/serialization/_torch.pyo
-${PYSITELIB}/huggingface_hub/templates/datasetcard_template.md
-${PYSITELIB}/huggingface_hub/templates/modelcard_template.md
-${PYSITELIB}/huggingface_hub/utils/__init__.py
-${PYSITELIB}/huggingface_hub/utils/__init__.pyc
-${PYSITELIB}/huggingface_hub/utils/__init__.pyo
-${PYSITELIB}/huggingface_hub/utils/_auth.py
-${PYSITELIB}/huggingface_hub/utils/_auth.pyc
-${PYSITELIB}/huggingface_hub/utils/_auth.pyo
-${PYSITELIB}/huggingface_hub/utils/_cache_assets.py
-${PYSITELIB}/huggingface_hub/utils/_cache_assets.pyc
-${PYSITELIB}/huggingface_hub/utils/_cache_assets.pyo
-${PYSITELIB}/huggingface_hub/utils/_cache_manager.py
-${PYSITELIB}/huggingface_hub/utils/_cache_manager.pyc
-${PYSITELIB}/huggingface_hub/utils/_cache_manager.pyo
-${PYSITELIB}/huggingface_hub/utils/_chunk_utils.py
-${PYSITELIB}/huggingface_hub/utils/_chunk_utils.pyc
-${PYSITELIB}/huggingface_hub/utils/_chunk_utils.pyo
-${PYSITELIB}/huggingface_hub/utils/_datetime.py
-${PYSITELIB}/huggingface_hub/utils/_datetime.pyc
-${PYSITELIB}/huggingface_hub/utils/_datetime.pyo
-${PYSITELIB}/huggingface_hub/utils/_deprecation.py
-${PYSITELIB}/huggingface_hub/utils/_deprecation.pyc
-${PYSITELIB}/huggingface_hub/utils/_deprecation.pyo
-${PYSITELIB}/huggingface_hub/utils/_experimental.py
-${PYSITELIB}/huggingface_hub/utils/_experimental.pyc
-${PYSITELIB}/huggingface_hub/utils/_experimental.pyo
-${PYSITELIB}/huggingface_hub/utils/_fixes.py
-${PYSITELIB}/huggingface_hub/utils/_fixes.pyc
-${PYSITELIB}/huggingface_hub/utils/_fixes.pyo
-${PYSITELIB}/huggingface_hub/utils/_git_credential.py
-${PYSITELIB}/huggingface_hub/utils/_git_credential.pyc
-${PYSITELIB}/huggingface_hub/utils/_git_credential.pyo
-${PYSITELIB}/huggingface_hub/utils/_headers.py
-${PYSITELIB}/huggingface_hub/utils/_headers.pyc
-${PYSITELIB}/huggingface_hub/utils/_headers.pyo
-${PYSITELIB}/huggingface_hub/utils/_hf_folder.py
-${PYSITELIB}/huggingface_hub/utils/_hf_folder.pyc
-${PYSITELIB}/huggingface_hub/utils/_hf_folder.pyo
-${PYSITELIB}/huggingface_hub/utils/_http.py
-${PYSITELIB}/huggingface_hub/utils/_http.pyc
-${PYSITELIB}/huggingface_hub/utils/_http.pyo
-${PYSITELIB}/huggingface_hub/utils/_lfs.py
-${PYSITELIB}/huggingface_hub/utils/_lfs.pyc
-${PYSITELIB}/huggingface_hub/utils/_lfs.pyo
-${PYSITELIB}/huggingface_hub/utils/_pagination.py
-${PYSITELIB}/huggingface_hub/utils/_pagination.pyc
-${PYSITELIB}/huggingface_hub/utils/_pagination.pyo
-${PYSITELIB}/huggingface_hub/utils/_paths.py
-${PYSITELIB}/huggingface_hub/utils/_paths.pyc
-${PYSITELIB}/huggingface_hub/utils/_paths.pyo
-${PYSITELIB}/huggingface_hub/utils/_runtime.py
-${PYSITELIB}/huggingface_hub/utils/_runtime.pyc
-${PYSITELIB}/huggingface_hub/utils/_runtime.pyo
-${PYSITELIB}/huggingface_hub/utils/_safetensors.py
-${PYSITELIB}/huggingface_hub/utils/_safetensors.pyc
-${PYSITELIB}/huggingface_hub/utils/_safetensors.pyo
-${PYSITELIB}/huggingface_hub/utils/_subprocess.py
-${PYSITELIB}/huggingface_hub/utils/_subprocess.pyc
-${PYSITELIB}/huggingface_hub/utils/_subprocess.pyo
-${PYSITELIB}/huggingface_hub/utils/_telemetry.py
-${PYSITELIB}/huggingface_hub/utils/_telemetry.pyc
-${PYSITELIB}/huggingface_hub/utils/_telemetry.pyo
-${PYSITELIB}/huggingface_hub/utils/_typing.py
-${PYSITELIB}/huggingface_hub/utils/_typing.pyc
-${PYSITELIB}/huggingface_hub/utils/_typing.pyo
-${PYSITELIB}/huggingface_hub/utils/_validators.py
-${PYSITELIB}/huggingface_hub/utils/_validators.pyc
-${PYSITELIB}/huggingface_hub/utils/_validators.pyo
-${PYSITELIB}/huggingface_hub/utils/endpoint_helpers.py
-${PYSITELIB}/huggingface_hub/utils/endpoint_helpers.pyc
-${PYSITELIB}/huggingface_hub/utils/endpoint_helpers.pyo
-${PYSITELIB}/huggingface_hub/utils/insecure_hashlib.py
-${PYSITELIB}/huggingface_hub/utils/insecure_hashlib.pyc
-${PYSITELIB}/huggingface_hub/utils/insecure_hashlib.pyo
-${PYSITELIB}/huggingface_hub/utils/logging.py
-${PYSITELIB}/huggingface_hub/utils/logging.pyc
-${PYSITELIB}/huggingface_hub/utils/logging.pyo
-${PYSITELIB}/huggingface_hub/utils/sha.py
-${PYSITELIB}/huggingface_hub/utils/sha.pyc
-${PYSITELIB}/huggingface_hub/utils/sha.pyo
-${PYSITELIB}/huggingface_hub/utils/tqdm.py
-${PYSITELIB}/huggingface_hub/utils/tqdm.pyc
-${PYSITELIB}/huggingface_hub/utils/tqdm.pyo
diff --git a/py-huggingface-hub/distinfo b/py-huggingface-hub/distinfo
deleted file mode 100644
index a0e56f3f20..0000000000
--- a/py-huggingface-hub/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (huggingface_hub-0.26.1.tar.gz) = 86c88859d228f1e56ac5784f86a9d09e1e99a3d654943bb5287481cce4d15ebd
-SHA512 (huggingface_hub-0.26.1.tar.gz) = b41818f7c9db0af3c237d76b548a62c0453be4159ab39502a8f676a4ee038466e0baaf467e2ec9861c1ec0ee61e40948b0a1386092a21c54c661e55dba95fdf7
-Size (huggingface_hub-0.26.1.tar.gz) = 375458 bytes
diff --git a/py-sybil/DESCR b/py-sybil/DESCR
deleted file mode 100644
index c0cf12edb2..0000000000
--- a/py-sybil/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This library provides a way to check examples in your code and
-documentation by parsing them from their source and evaluating the
-parsed examples as part of your normal test run. Integration is
-provided for the main Python test runners.
diff --git a/py-sybil/Makefile b/py-sybil/Makefile
deleted file mode 100644
index d418499404..0000000000
--- a/py-sybil/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	sybil-6.1.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=s/sybil/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/simplistix/sybil
-COMMENT=	Automated testing for the examples in your code and documentation
-LICENSE=	mit
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-# py-testfixtures test-depends on this package
-TEST_DEPENDS+=	${PYPKGPREFIX}-testfixtures-[0-9]*:../../wip/py-testfixtures
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-sybil/PLIST b/py-sybil/PLIST
deleted file mode 100644
index b8f4b8fac1..0000000000
--- a/py-sybil/PLIST
+++ /dev/null
@@ -1,145 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/sybil/__init__.py
-${PYSITELIB}/sybil/__init__.pyc
-${PYSITELIB}/sybil/__init__.pyo
-${PYSITELIB}/sybil/document.py
-${PYSITELIB}/sybil/document.pyc
-${PYSITELIB}/sybil/document.pyo
-${PYSITELIB}/sybil/evaluators/__init__.py
-${PYSITELIB}/sybil/evaluators/__init__.pyc
-${PYSITELIB}/sybil/evaluators/__init__.pyo
-${PYSITELIB}/sybil/evaluators/capture.py
-${PYSITELIB}/sybil/evaluators/capture.pyc
-${PYSITELIB}/sybil/evaluators/capture.pyo
-${PYSITELIB}/sybil/evaluators/doctest.py
-${PYSITELIB}/sybil/evaluators/doctest.pyc
-${PYSITELIB}/sybil/evaluators/doctest.pyo
-${PYSITELIB}/sybil/evaluators/python.py
-${PYSITELIB}/sybil/evaluators/python.pyc
-${PYSITELIB}/sybil/evaluators/python.pyo
-${PYSITELIB}/sybil/evaluators/skip.py
-${PYSITELIB}/sybil/evaluators/skip.pyc
-${PYSITELIB}/sybil/evaluators/skip.pyo
-${PYSITELIB}/sybil/example.py
-${PYSITELIB}/sybil/example.pyc
-${PYSITELIB}/sybil/example.pyo
-${PYSITELIB}/sybil/exceptions.py
-${PYSITELIB}/sybil/exceptions.pyc
-${PYSITELIB}/sybil/exceptions.pyo
-${PYSITELIB}/sybil/integration/__init__.py
-${PYSITELIB}/sybil/integration/__init__.pyc
-${PYSITELIB}/sybil/integration/__init__.pyo
-${PYSITELIB}/sybil/integration/pytest.py
-${PYSITELIB}/sybil/integration/pytest.pyc
-${PYSITELIB}/sybil/integration/pytest.pyo
-${PYSITELIB}/sybil/integration/unittest.py
-${PYSITELIB}/sybil/integration/unittest.pyc
-${PYSITELIB}/sybil/integration/unittest.pyo
-${PYSITELIB}/sybil/parsers/__init__.py
-${PYSITELIB}/sybil/parsers/__init__.pyc
-${PYSITELIB}/sybil/parsers/__init__.pyo
-${PYSITELIB}/sybil/parsers/abstract/__init__.py
-${PYSITELIB}/sybil/parsers/abstract/__init__.pyc
-${PYSITELIB}/sybil/parsers/abstract/__init__.pyo
-${PYSITELIB}/sybil/parsers/abstract/clear.py
-${PYSITELIB}/sybil/parsers/abstract/clear.pyc
-${PYSITELIB}/sybil/parsers/abstract/clear.pyo
-${PYSITELIB}/sybil/parsers/abstract/codeblock.py
-${PYSITELIB}/sybil/parsers/abstract/codeblock.pyc
-${PYSITELIB}/sybil/parsers/abstract/codeblock.pyo
-${PYSITELIB}/sybil/parsers/abstract/doctest.py
-${PYSITELIB}/sybil/parsers/abstract/doctest.pyc
-${PYSITELIB}/sybil/parsers/abstract/doctest.pyo
-${PYSITELIB}/sybil/parsers/abstract/lexers.py
-${PYSITELIB}/sybil/parsers/abstract/lexers.pyc
-${PYSITELIB}/sybil/parsers/abstract/lexers.pyo
-${PYSITELIB}/sybil/parsers/abstract/skip.py
-${PYSITELIB}/sybil/parsers/abstract/skip.pyc
-${PYSITELIB}/sybil/parsers/abstract/skip.pyo
-${PYSITELIB}/sybil/parsers/capture.py
-${PYSITELIB}/sybil/parsers/capture.pyc
-${PYSITELIB}/sybil/parsers/capture.pyo
-${PYSITELIB}/sybil/parsers/codeblock.py
-${PYSITELIB}/sybil/parsers/codeblock.pyc
-${PYSITELIB}/sybil/parsers/codeblock.pyo
-${PYSITELIB}/sybil/parsers/doctest.py
-${PYSITELIB}/sybil/parsers/doctest.pyc
-${PYSITELIB}/sybil/parsers/doctest.pyo
-${PYSITELIB}/sybil/parsers/markdown/__init__.py
-${PYSITELIB}/sybil/parsers/markdown/__init__.pyc
-${PYSITELIB}/sybil/parsers/markdown/__init__.pyo
-${PYSITELIB}/sybil/parsers/markdown/clear.py
-${PYSITELIB}/sybil/parsers/markdown/clear.pyc
-${PYSITELIB}/sybil/parsers/markdown/clear.pyo
-${PYSITELIB}/sybil/parsers/markdown/codeblock.py
-${PYSITELIB}/sybil/parsers/markdown/codeblock.pyc
-${PYSITELIB}/sybil/parsers/markdown/codeblock.pyo
-${PYSITELIB}/sybil/parsers/markdown/lexers.py
-${PYSITELIB}/sybil/parsers/markdown/lexers.pyc
-${PYSITELIB}/sybil/parsers/markdown/lexers.pyo
-${PYSITELIB}/sybil/parsers/markdown/skip.py
-${PYSITELIB}/sybil/parsers/markdown/skip.pyc
-${PYSITELIB}/sybil/parsers/markdown/skip.pyo
-${PYSITELIB}/sybil/parsers/myst/__init__.py
-${PYSITELIB}/sybil/parsers/myst/__init__.pyc
-${PYSITELIB}/sybil/parsers/myst/__init__.pyo
-${PYSITELIB}/sybil/parsers/myst/clear.py
-${PYSITELIB}/sybil/parsers/myst/clear.pyc
-${PYSITELIB}/sybil/parsers/myst/clear.pyo
-${PYSITELIB}/sybil/parsers/myst/codeblock.py
-${PYSITELIB}/sybil/parsers/myst/codeblock.pyc
-${PYSITELIB}/sybil/parsers/myst/codeblock.pyo
-${PYSITELIB}/sybil/parsers/myst/doctest.py
-${PYSITELIB}/sybil/parsers/myst/doctest.pyc
-${PYSITELIB}/sybil/parsers/myst/doctest.pyo
-${PYSITELIB}/sybil/parsers/myst/lexers.py
-${PYSITELIB}/sybil/parsers/myst/lexers.pyc
-${PYSITELIB}/sybil/parsers/myst/lexers.pyo
-${PYSITELIB}/sybil/parsers/myst/skip.py
-${PYSITELIB}/sybil/parsers/myst/skip.pyc
-${PYSITELIB}/sybil/parsers/myst/skip.pyo
-${PYSITELIB}/sybil/parsers/rest/__init__.py
-${PYSITELIB}/sybil/parsers/rest/__init__.pyc
-${PYSITELIB}/sybil/parsers/rest/__init__.pyo
-${PYSITELIB}/sybil/parsers/rest/capture.py
-${PYSITELIB}/sybil/parsers/rest/capture.pyc
-${PYSITELIB}/sybil/parsers/rest/capture.pyo
-${PYSITELIB}/sybil/parsers/rest/clear.py
-${PYSITELIB}/sybil/parsers/rest/clear.pyc
-${PYSITELIB}/sybil/parsers/rest/clear.pyo
-${PYSITELIB}/sybil/parsers/rest/codeblock.py
-${PYSITELIB}/sybil/parsers/rest/codeblock.pyc
-${PYSITELIB}/sybil/parsers/rest/codeblock.pyo
-${PYSITELIB}/sybil/parsers/rest/doctest.py
-${PYSITELIB}/sybil/parsers/rest/doctest.pyc
-${PYSITELIB}/sybil/parsers/rest/doctest.pyo
-${PYSITELIB}/sybil/parsers/rest/lexers.py
-${PYSITELIB}/sybil/parsers/rest/lexers.pyc
-${PYSITELIB}/sybil/parsers/rest/lexers.pyo
-${PYSITELIB}/sybil/parsers/rest/skip.py
-${PYSITELIB}/sybil/parsers/rest/skip.pyc
-${PYSITELIB}/sybil/parsers/rest/skip.pyo
-${PYSITELIB}/sybil/parsers/skip.py
-${PYSITELIB}/sybil/parsers/skip.pyc
-${PYSITELIB}/sybil/parsers/skip.pyo
-${PYSITELIB}/sybil/py.typed
-${PYSITELIB}/sybil/python.py
-${PYSITELIB}/sybil/python.pyc
-${PYSITELIB}/sybil/python.pyo
-${PYSITELIB}/sybil/region.py
-${PYSITELIB}/sybil/region.pyc
-${PYSITELIB}/sybil/region.pyo
-${PYSITELIB}/sybil/sybil.py
-${PYSITELIB}/sybil/sybil.pyc
-${PYSITELIB}/sybil/sybil.pyo
-${PYSITELIB}/sybil/text.py
-${PYSITELIB}/sybil/text.pyc
-${PYSITELIB}/sybil/text.pyo
-${PYSITELIB}/sybil/typing.py
-${PYSITELIB}/sybil/typing.pyc
-${PYSITELIB}/sybil/typing.pyo
diff --git a/py-sybil/distinfo b/py-sybil/distinfo
deleted file mode 100644
index 1631a6396b..0000000000
--- a/py-sybil/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (sybil-6.1.0.tar.gz) = 90c6b2869bcfa76e6f0b8d83f0c12cf8135c0dd812d4f204458bd135a9f12dc6
-SHA512 (sybil-6.1.0.tar.gz) = cffe303be89d1c9c95907331db9084673be54427053bceb1fa6d43a92b7ffd39be289d012254e5021e65f102c5d69e890527e64f600e4025c2ad837e059e8aae
-Size (sybil-6.1.0.tar.gz) = 41868 bytes
diff --git a/py-testfixtures/DESCR b/py-testfixtures/DESCR
deleted file mode 100644
index 04f5200ca8..0000000000
--- a/py-testfixtures/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Testfixtures is a collection of helpers and mock objects
-that are useful when writing automated tests in Python
diff --git a/py-testfixtures/Makefile b/py-testfixtures/Makefile
deleted file mode 100644
index 58385aec5a..0000000000
--- a/py-testfixtures/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	testfixtures-8.3.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=t/testfixtures/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/simplistix/testfixtures
-COMMENT=	Helpers and mocks useful for automated tests in Python
-LICENSE=	mit
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TEST_DEPENDS+=	${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
-# py-sybil test-depends on this package
-TEST_DEPENDS+=	${PYPKGPREFIX}-sybil-[0-9]*:../../wip/py-sybil
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-django-[0-9]*:../../www/py-test-django
-# optional full dependencies, but needed for testing
-TEST_DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django4
-TEST_DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-testfixtures/PLIST b/py-testfixtures/PLIST
deleted file mode 100644
index 0ae271d509..0000000000
--- a/py-testfixtures/PLIST
+++ /dev/null
@@ -1,175 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/testfixtures/__init__.py
-${PYSITELIB}/testfixtures/__init__.pyc
-${PYSITELIB}/testfixtures/__init__.pyo
-${PYSITELIB}/testfixtures/comparison.py
-${PYSITELIB}/testfixtures/comparison.pyc
-${PYSITELIB}/testfixtures/comparison.pyo
-${PYSITELIB}/testfixtures/compat.py
-${PYSITELIB}/testfixtures/compat.pyc
-${PYSITELIB}/testfixtures/compat.pyo
-${PYSITELIB}/testfixtures/datetime.py
-${PYSITELIB}/testfixtures/datetime.pyc
-${PYSITELIB}/testfixtures/datetime.pyo
-${PYSITELIB}/testfixtures/django.py
-${PYSITELIB}/testfixtures/django.pyc
-${PYSITELIB}/testfixtures/django.pyo
-${PYSITELIB}/testfixtures/logcapture.py
-${PYSITELIB}/testfixtures/logcapture.pyc
-${PYSITELIB}/testfixtures/logcapture.pyo
-${PYSITELIB}/testfixtures/mock.py
-${PYSITELIB}/testfixtures/mock.pyc
-${PYSITELIB}/testfixtures/mock.pyo
-${PYSITELIB}/testfixtures/outputcapture.py
-${PYSITELIB}/testfixtures/outputcapture.pyc
-${PYSITELIB}/testfixtures/outputcapture.pyo
-${PYSITELIB}/testfixtures/popen.py
-${PYSITELIB}/testfixtures/popen.pyc
-${PYSITELIB}/testfixtures/popen.pyo
-${PYSITELIB}/testfixtures/replace.py
-${PYSITELIB}/testfixtures/replace.pyc
-${PYSITELIB}/testfixtures/replace.pyo
-${PYSITELIB}/testfixtures/resolve.py
-${PYSITELIB}/testfixtures/resolve.pyc
-${PYSITELIB}/testfixtures/resolve.pyo
-${PYSITELIB}/testfixtures/rmtree.py
-${PYSITELIB}/testfixtures/rmtree.pyc
-${PYSITELIB}/testfixtures/rmtree.pyo
-${PYSITELIB}/testfixtures/shouldraise.py
-${PYSITELIB}/testfixtures/shouldraise.pyc
-${PYSITELIB}/testfixtures/shouldraise.pyo
-${PYSITELIB}/testfixtures/shouldwarn.py
-${PYSITELIB}/testfixtures/shouldwarn.pyc
-${PYSITELIB}/testfixtures/shouldwarn.pyo
-${PYSITELIB}/testfixtures/sybil.py
-${PYSITELIB}/testfixtures/sybil.pyc
-${PYSITELIB}/testfixtures/sybil.pyo
-${PYSITELIB}/testfixtures/tempdirectory.py
-${PYSITELIB}/testfixtures/tempdirectory.pyc
-${PYSITELIB}/testfixtures/tempdirectory.pyo
-${PYSITELIB}/testfixtures/tests/__init__.py
-${PYSITELIB}/testfixtures/tests/__init__.pyc
-${PYSITELIB}/testfixtures/tests/__init__.pyo
-${PYSITELIB}/testfixtures/tests/configparser-read.txt
-${PYSITELIB}/testfixtures/tests/configparser-write.txt
-${PYSITELIB}/testfixtures/tests/directory-contents.txt
-${PYSITELIB}/testfixtures/tests/sample1.py
-${PYSITELIB}/testfixtures/tests/sample1.pyc
-${PYSITELIB}/testfixtures/tests/sample1.pyo
-${PYSITELIB}/testfixtures/tests/sample2.py
-${PYSITELIB}/testfixtures/tests/sample2.pyc
-${PYSITELIB}/testfixtures/tests/sample2.pyo
-${PYSITELIB}/testfixtures/tests/sample3.py
-${PYSITELIB}/testfixtures/tests/sample3.pyc
-${PYSITELIB}/testfixtures/tests/sample3.pyo
-${PYSITELIB}/testfixtures/tests/test_compare.py
-${PYSITELIB}/testfixtures/tests/test_compare.pyc
-${PYSITELIB}/testfixtures/tests/test_compare.pyo
-${PYSITELIB}/testfixtures/tests/test_comparison.py
-${PYSITELIB}/testfixtures/tests/test_comparison.pyc
-${PYSITELIB}/testfixtures/tests/test_comparison.pyo
-${PYSITELIB}/testfixtures/tests/test_date.py
-${PYSITELIB}/testfixtures/tests/test_date.pyc
-${PYSITELIB}/testfixtures/tests/test_date.pyo
-${PYSITELIB}/testfixtures/tests/test_datetime.py
-${PYSITELIB}/testfixtures/tests/test_datetime.pyc
-${PYSITELIB}/testfixtures/tests/test_datetime.pyo
-${PYSITELIB}/testfixtures/tests/test_diff.py
-${PYSITELIB}/testfixtures/tests/test_diff.pyc
-${PYSITELIB}/testfixtures/tests/test_diff.pyo
-${PYSITELIB}/testfixtures/tests/test_django/__init__.py
-${PYSITELIB}/testfixtures/tests/test_django/__init__.pyc
-${PYSITELIB}/testfixtures/tests/test_django/__init__.pyo
-${PYSITELIB}/testfixtures/tests/test_django/manage.py
-${PYSITELIB}/testfixtures/tests/test_django/manage.pyc
-${PYSITELIB}/testfixtures/tests/test_django/manage.pyo
-${PYSITELIB}/testfixtures/tests/test_django/models.py
-${PYSITELIB}/testfixtures/tests/test_django/models.pyc
-${PYSITELIB}/testfixtures/tests/test_django/models.pyo
-${PYSITELIB}/testfixtures/tests/test_django/settings.py
-${PYSITELIB}/testfixtures/tests/test_django/settings.pyc
-${PYSITELIB}/testfixtures/tests/test_django/settings.pyo
-${PYSITELIB}/testfixtures/tests/test_django/test_compare.py
-${PYSITELIB}/testfixtures/tests/test_django/test_compare.pyc
-${PYSITELIB}/testfixtures/tests/test_django/test_compare.pyo
-${PYSITELIB}/testfixtures/tests/test_django/test_shouldraise.py
-${PYSITELIB}/testfixtures/tests/test_django/test_shouldraise.pyc
-${PYSITELIB}/testfixtures/tests/test_django/test_shouldraise.pyo
-${PYSITELIB}/testfixtures/tests/test_generator.py
-${PYSITELIB}/testfixtures/tests/test_generator.pyc
-${PYSITELIB}/testfixtures/tests/test_generator.pyo
-${PYSITELIB}/testfixtures/tests/test_log_capture.py
-${PYSITELIB}/testfixtures/tests/test_log_capture.pyc
-${PYSITELIB}/testfixtures/tests/test_log_capture.pyo
-${PYSITELIB}/testfixtures/tests/test_logcapture.py
-${PYSITELIB}/testfixtures/tests/test_logcapture.pyc
-${PYSITELIB}/testfixtures/tests/test_logcapture.pyo
-${PYSITELIB}/testfixtures/tests/test_mappingcomparison.py
-${PYSITELIB}/testfixtures/tests/test_mappingcomparison.pyc
-${PYSITELIB}/testfixtures/tests/test_mappingcomparison.pyo
-${PYSITELIB}/testfixtures/tests/test_mock.py
-${PYSITELIB}/testfixtures/tests/test_mock.pyc
-${PYSITELIB}/testfixtures/tests/test_mock.pyo
-${PYSITELIB}/testfixtures/tests/test_outputcapture.py
-${PYSITELIB}/testfixtures/tests/test_outputcapture.pyc
-${PYSITELIB}/testfixtures/tests/test_outputcapture.pyo
-${PYSITELIB}/testfixtures/tests/test_popen.py
-${PYSITELIB}/testfixtures/tests/test_popen.pyc
-${PYSITELIB}/testfixtures/tests/test_popen.pyo
-${PYSITELIB}/testfixtures/tests/test_popen_docs.py
-${PYSITELIB}/testfixtures/tests/test_popen_docs.pyc
-${PYSITELIB}/testfixtures/tests/test_popen_docs.pyo
-${PYSITELIB}/testfixtures/tests/test_rangecomparison.py
-${PYSITELIB}/testfixtures/tests/test_rangecomparison.pyc
-${PYSITELIB}/testfixtures/tests/test_rangecomparison.pyo
-${PYSITELIB}/testfixtures/tests/test_replace.py
-${PYSITELIB}/testfixtures/tests/test_replace.pyc
-${PYSITELIB}/testfixtures/tests/test_replace.pyo
-${PYSITELIB}/testfixtures/tests/test_replacer.py
-${PYSITELIB}/testfixtures/tests/test_replacer.pyc
-${PYSITELIB}/testfixtures/tests/test_replacer.pyo
-${PYSITELIB}/testfixtures/tests/test_roundcomparison.py
-${PYSITELIB}/testfixtures/tests/test_roundcomparison.pyc
-${PYSITELIB}/testfixtures/tests/test_roundcomparison.pyo
-${PYSITELIB}/testfixtures/tests/test_sequencecomparison.py
-${PYSITELIB}/testfixtures/tests/test_sequencecomparison.pyc
-${PYSITELIB}/testfixtures/tests/test_sequencecomparison.pyo
-${PYSITELIB}/testfixtures/tests/test_should_raise.py
-${PYSITELIB}/testfixtures/tests/test_should_raise.pyc
-${PYSITELIB}/testfixtures/tests/test_should_raise.pyo
-${PYSITELIB}/testfixtures/tests/test_shouldwarn.py
-${PYSITELIB}/testfixtures/tests/test_shouldwarn.pyc
-${PYSITELIB}/testfixtures/tests/test_shouldwarn.pyo
-${PYSITELIB}/testfixtures/tests/test_stringcomparison.py
-${PYSITELIB}/testfixtures/tests/test_stringcomparison.pyc
-${PYSITELIB}/testfixtures/tests/test_stringcomparison.pyo
-${PYSITELIB}/testfixtures/tests/test_sybil.py
-${PYSITELIB}/testfixtures/tests/test_sybil.pyc
-${PYSITELIB}/testfixtures/tests/test_sybil.pyo
-${PYSITELIB}/testfixtures/tests/test_tempdir.py
-${PYSITELIB}/testfixtures/tests/test_tempdir.pyc
-${PYSITELIB}/testfixtures/tests/test_tempdir.pyo
-${PYSITELIB}/testfixtures/tests/test_tempdirectory.py
-${PYSITELIB}/testfixtures/tests/test_tempdirectory.pyc
-${PYSITELIB}/testfixtures/tests/test_tempdirectory.pyo
-${PYSITELIB}/testfixtures/tests/test_time.py
-${PYSITELIB}/testfixtures/tests/test_time.pyc
-${PYSITELIB}/testfixtures/tests/test_time.pyo
-${PYSITELIB}/testfixtures/tests/test_twisted.py
-${PYSITELIB}/testfixtures/tests/test_twisted.pyc
-${PYSITELIB}/testfixtures/tests/test_twisted.pyo
-${PYSITELIB}/testfixtures/tests/test_wrap.py
-${PYSITELIB}/testfixtures/tests/test_wrap.pyc
-${PYSITELIB}/testfixtures/tests/test_wrap.pyo
-${PYSITELIB}/testfixtures/twisted.py
-${PYSITELIB}/testfixtures/twisted.pyc
-${PYSITELIB}/testfixtures/twisted.pyo
-${PYSITELIB}/testfixtures/utils.py
-${PYSITELIB}/testfixtures/utils.pyc
-${PYSITELIB}/testfixtures/utils.pyo
-${PYSITELIB}/testfixtures/version.txt
diff --git a/py-testfixtures/distinfo b/py-testfixtures/distinfo
deleted file mode 100644
index f41cf05e14..0000000000
--- a/py-testfixtures/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (testfixtures-8.3.0.tar.gz) = 3a697cc48ac880afd7d4d49d172f76dc81edd092d7f61c7e025b1d2b90eea050
-SHA512 (testfixtures-8.3.0.tar.gz) = b2c18a35c44b90bce50cc68ca9bf9909ac8f75287c7188eeddfa855aec1db3bd14f3fccb4c5ef0e44b19c683ad4bd6be4876554ce9127698e8e20cbfa4191800
-Size (testfixtures-8.3.0.tar.gz) = 137420 bytes



Home | Main Index | Thread Index | Old Index