pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-logan



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 15:33:02 UTC 2023

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

Log Message:
py-logan: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-logan/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-logan/Makefile
diff -u pkgsrc/devel/py-logan/Makefile:1.12 pkgsrc/devel/py-logan/Makefile:1.13
--- pkgsrc/devel/py-logan/Makefile:1.12 Sat Jan 29 08:48:40 2022
+++ pkgsrc/devel/py-logan/Makefile      Sun Apr 30 15:33:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/01/29 08:48:40 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/30 15:33:02 wiz Exp $
 
 DISTNAME=      logan-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,13 +12,13 @@ COMMENT=    Toolkit for building standalone
 LICENSE=       apache-2.0
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-django>=1.5:../../www/py-django
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0.8.0:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.1.2:../../devel/py-nose
 
-PYTHON_VERSIONED_DEPENDENCIES+=        flake8
+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