pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-livereload py-livereload: mark as not for Pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0d9e414c7d4
branches:  trunk
changeset: 373046:a0d9e414c7d4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 05 09:09:57 2022 +0000

description:
py-livereload: mark as not for Python 2.7

diffstat:

 www/py-livereload/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8d529790589c -r a0d9e414c7d4 www/py-livereload/Makefile
--- a/www/py-livereload/Makefile        Sat Feb 05 09:05:42 2022 +0000
+++ b/www/py-livereload/Makefile        Sat Feb 05 09:09:57 2022 +0000
@@ -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_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