pkgsrc-WIP-changes archive

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

py-testfixtures: update to 8.2.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun May 5 23:42:32 2024 +0200
Changeset:	8f01d303afdea52790d3aed0cfc96afce846c051

Modified Files:
	py-testfixtures/Makefile
	py-testfixtures/PLIST
	py-testfixtures/distinfo

Log Message:
py-testfixtures: update to 8.2.0

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

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

diffstat:
 py-testfixtures/Makefile | 27 +++++++++++++--------------
 py-testfixtures/PLIST    | 17 +++++------------
 py-testfixtures/distinfo |  6 +++---
 3 files changed, 21 insertions(+), 29 deletions(-)

diffs:
diff --git a/py-testfixtures/Makefile b/py-testfixtures/Makefile
index f9975da8f2..c1006e7095 100644
--- a/py-testfixtures/Makefile
+++ b/py-testfixtures/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	testfixtures-7.2.2
+DISTNAME=	testfixtures-8.2.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/testfixtures/}
@@ -10,21 +10,20 @@ 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]*:../../devel/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
+#DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+
 USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TOOL_DEPENDS+=	${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
-DEPENDS+=	${PYPKGPREFIX}-test>=3.6:../../devel/py-test
-DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-DEPENDS+=	${PYPKGPREFIX}-test-django-[0-9]*:../../www/py-test-django
-
-DEPENDS+=	${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
-DEPENDS+=	${PYPKGPREFIX}-zope.component-[0-9]*:../../devel/py-zope.component
-DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django3
-# TEST: django, sybil>=3, twisted
-# DOCS: also sphinx, furo
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-testfixtures/PLIST b/py-testfixtures/PLIST
index a29871522b..0ae271d509 100644
--- a/py-testfixtures/PLIST
+++ b/py-testfixtures/PLIST
@@ -1,10 +1,9 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${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
@@ -14,9 +13,6 @@ ${PYSITELIB}/testfixtures/comparison.pyo
 ${PYSITELIB}/testfixtures/compat.py
 ${PYSITELIB}/testfixtures/compat.pyc
 ${PYSITELIB}/testfixtures/compat.pyo
-${PYSITELIB}/testfixtures/components.py
-${PYSITELIB}/testfixtures/components.pyc
-${PYSITELIB}/testfixtures/components.pyo
 ${PYSITELIB}/testfixtures/datetime.py
 ${PYSITELIB}/testfixtures/datetime.pyc
 ${PYSITELIB}/testfixtures/datetime.pyo
@@ -77,9 +73,6 @@ ${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_components.py
-${PYSITELIB}/testfixtures/tests/test_components.pyc
-${PYSITELIB}/testfixtures/tests/test_components.pyo
 ${PYSITELIB}/testfixtures/tests/test_date.py
 ${PYSITELIB}/testfixtures/tests/test_date.pyc
 ${PYSITELIB}/testfixtures/tests/test_date.pyo
diff --git a/py-testfixtures/distinfo b/py-testfixtures/distinfo
index 58ed76fff1..f1db857751 100644
--- a/py-testfixtures/distinfo
+++ b/py-testfixtures/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (testfixtures-7.2.2.tar.gz) = d0d1ffdc97a922dfacbe2a4c3576a4e9cdc90c090e523f23fe0ee0c4c7bc0293
-SHA512 (testfixtures-7.2.2.tar.gz) = 4f7a5ed659b650080deac0b1caff6d2dff0b71d23eaeb26b48b7daa4df85dc0a1f6cfef98275c9a90289eb893c0a06311c849b84f2cc35447fb766f4d0d41c89
-Size (testfixtures-7.2.2.tar.gz) = 133809 bytes
+BLAKE2s (testfixtures-8.2.0.tar.gz) = 7f995c4103b0990426d47a03f248c9c0e886982c42b177ffd4a873e2a5837d28
+SHA512 (testfixtures-8.2.0.tar.gz) = a151767ea44a36c244e4c46fc2ce8665ebc64a52159213e5739f78537e684d6760b03a56b393894afabb70a5d777e3b9fbe0aa8acec33c958fc973eda3ec1e5e
+Size (testfixtures-8.2.0.tar.gz) = 136662 bytes


Home | Main Index | Thread Index | Old Index