pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/varnish varnish: does not support python 2.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27578f214d08
branches:  trunk
changeset: 381540:27578f214d08
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 22:07:33 2022 +0000

description:
varnish: does not support python 2.x

diffstat:

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

diffs (28 lines):

diff -r 72349e4226b3 -r 27578f214d08 www/varnish/Makefile
--- a/www/varnish/Makefile      Fri Jul 08 19:48:19 2022 +0000
+++ b/www/varnish/Makefile      Fri Jul 08 22:07:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/06/30 11:19:00 nia Exp $
+# $NetBSD: Makefile,v 1.37 2022/07/08 22:07:33 wiz Exp $
 
 DISTNAME=      varnish-7.1.0
 PKGREVISION=   1
@@ -12,7 +12,9 @@
 LICENSE=       modified-bsd
 
 BUILD_DEPENDS+=                        ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+TOOL_DEPENDS+=                 ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
@@ -80,7 +82,6 @@
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"



Home | Main Index | Thread Index | Old Index