pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-furl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 15:31:12 UTC 2023

Modified Files:
        pkgsrc/www/py-furl: Makefile

Log Message:
py-furl: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-furl/Makefile

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

Modified files:

Index: pkgsrc/www/py-furl/Makefile
diff -u pkgsrc/www/py-furl/Makefile:1.23 pkgsrc/www/py-furl/Makefile:1.24
--- pkgsrc/www/py-furl/Makefile:1.23    Sat Jan 29 08:48:41 2022
+++ pkgsrc/www/py-furl/Makefile Sun Apr 30 15:31:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/01/29 08:48:41 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/04/30 15:31:12 wiz Exp $
 
 DISTNAME=      furl-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,11 +13,11 @@ LICENSE=    unlicense
 
 DEPENDS+=      ${PYPKGPREFIX}-orderedmultidict>=1.0.1:../../databases/py-orderedmultidict
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 
-PYTHON_VERSIONED_DEPENDENCIES+=        flake8: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