pkgsrc-WIP-changes archive

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

py-spake2: replace TEST_DEPENDS with PYTHON_VERSIONED_DEPENDENCIES; remove PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Matthias Ferdinand <mf+ml.pkgsrc-users%netzwerkagentursaarland.de@localhost>
Pushed By:	o4v-mf-pkgsrc
Date:		Sat Jul 3 22:52:40 2021 +0200
Changeset:	ede1ac5294edc6231caa53a4cbe9e4dabfde25c4

Modified Files:
	py-spake2/Makefile

Log Message:
py-spake2: replace TEST_DEPENDS with PYTHON_VERSIONED_DEPENDENCIES; remove PYTHON_VERSIONS_INCOMPATIBLE

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

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

diffstat:
 py-spake2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-spake2/Makefile b/py-spake2/Makefile
index 964f16e911..54d7b6e034 100644
--- a/py-spake2/Makefile
+++ b/py-spake2/Makefile
@@ -12,8 +12,8 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-hkdf-[0-9]*:../../security/py-hkdf
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 # devel/py-test is incompatible with 2.7 since 5.0.0
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+PYTHON_VERSIONED_DEPENDENCIES=	test:test
 
 do-test:
 	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}


Home | Main Index | Thread Index | Old Index