pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ncmpc ncmpc: restrict to python 3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e1792d500cc
branches:  trunk
changeset: 381542:8e1792d500cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 22:11:33 2022 +0000

description:
ncmpc: restrict to python 3

diffstat:

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

diffs (31 lines):

diff -r 252a7c5fafd2 -r 8e1792d500cc audio/ncmpc/Makefile
--- a/audio/ncmpc/Makefile      Fri Jul 08 22:10:29 2022 +0000
+++ b/audio/ncmpc/Makefile      Fri Jul 08 22:11:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2022/04/24 13:51:41 nia Exp $
+# $NetBSD: Makefile,v 1.47 2022/07/08 22:11:33 wiz Exp $
 
 DISTNAME=      ncmpc-0.46
 CATEGORIES=    audio
@@ -10,11 +10,13 @@
 COMMENT=       Fully featured musicpd client using curses
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
 USE_TOOLS+=    pkg-config xgettext
 USE_LANGUAGES= c c++
 FAKE_NCURSES=  yes
 
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 MESON_ARGS+=   -Dlirc=disabled
 MESON_ARGS+=   -Dhtml_manual=false
@@ -45,6 +47,5 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../lang/python/tool.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index