pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-livereload



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Feb  5 09:09:57 UTC 2022

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

Log Message:
py-livereload: mark as not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-livereload/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-livereload/Makefile
diff -u pkgsrc/www/py-livereload/Makefile:1.10 pkgsrc/www/py-livereload/Makefile:1.11
--- pkgsrc/www/py-livereload/Makefile:1.10      Wed Jan  5 15:41:30 2022
+++ pkgsrc/www/py-livereload/Makefile   Sat Feb  5 09:09:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/01/05 15:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/02/05 09:09:57 adam Exp $
 
 DISTNAME=      livereload-2.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-tornado
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} livereload livereload-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index