pkgsrc-WIP-changes archive

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

py-bidict: limit to Python 3



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Apr 30 11:30:40 2024 +0200
Changeset:	70c19d54927084cdcc7824fb90aa7a505dc66ef3

Modified Files:
	py-bidict/Makefile

Log Message:
py-bidict: limit to Python 3

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

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

diffstat:
 py-bidict/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-bidict/Makefile b/py-bidict/Makefile
index bec256bde7..bef56dd29d 100644
--- a/py-bidict/Makefile
+++ b/py-bidict/Makefile
@@ -21,14 +21,13 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
 TOOL_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.10.1:../../devel/py-test-cov
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pre-commit>=2.7.1:../../wip/py-pre-commit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-tox>=3.12.1:../../devel/py-tox
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=0:../../devel/py-hypothesis
 
-PYTHON_VERSIONED_DEPENDENCIES=	hypothesis:test
-
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 USE_LANGUAGES=	# none
 
 do-test:
 	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} run_tests.py
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index