pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fuzzywuzzy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 14:30:17 UTC 2023

Modified Files:
        pkgsrc/devel/py-fuzzywuzzy: Makefile

Log Message:
py-fuzzywuzzy: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-fuzzywuzzy/Makefile

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

Modified files:

Index: pkgsrc/devel/py-fuzzywuzzy/Makefile
diff -u pkgsrc/devel/py-fuzzywuzzy/Makefile:1.4 pkgsrc/devel/py-fuzzywuzzy/Makefile:1.5
--- pkgsrc/devel/py-fuzzywuzzy/Makefile:1.4     Tue Jan  4 20:53:07 2022
+++ pkgsrc/devel/py-fuzzywuzzy/Makefile Sun Apr 30 14:30:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/30 14:30:17 wiz Exp $
 
 DISTNAME=      fuzzywuzzy-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,12 +13,12 @@ LICENSE=    gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-Levenshtein-[0-9]*:../../textproc/py-Levenshtein
 TEST_DEPENDS+= ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
-PYTHON_VERSIONED_DEPENDENCIES+=        hypothesis:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index