pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-pylint-celery



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul 14 12:12:08 UTC 2018

Modified Files:
        pkgsrc/net/py-pylint-celery: Makefile

Log Message:
py-pylint-celery: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-pylint-celery/Makefile

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

Modified files:

Index: pkgsrc/net/py-pylint-celery/Makefile
diff -u pkgsrc/net/py-pylint-celery/Makefile:1.1 pkgsrc/net/py-pylint-celery/Makefile:1.2
--- pkgsrc/net/py-pylint-celery/Makefile:1.1    Thu Dec 21 10:24:12 2017
+++ pkgsrc/net/py-pylint-celery/Makefile        Sat Jul 14 12:12:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/12/21 10:24:12 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/14 12:12:08 adam Exp $
 
 DISTNAME=      pylint-celery-0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-pylint-plugin-u
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # pylint-plugin-utils
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index