pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/mpc
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 10 19:13:22 UTC 2022
Modified Files:
pkgsrc/audio/mpc: Makefile
Log Message:
mpc: restrict to python3
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/mpc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/mpc/Makefile
diff -u pkgsrc/audio/mpc/Makefile:1.36 pkgsrc/audio/mpc/Makefile:1.37
--- pkgsrc/audio/mpc/Makefile:1.36 Tue Dec 7 18:17:56 2021
+++ pkgsrc/audio/mpc/Makefile Sun Jul 10 19:13:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2021/12/07 18:17:56 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2022/07/10 19:13:22 wiz Exp $
DISTNAME= mpc-0.34
CATEGORIES= audio
@@ -10,6 +10,7 @@ HOMEPAGE= https://musicpd.org/
COMMENT= Command-line client for musicpd
LICENSE= gnu-gpl-v2
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
# added as of 0.34. not sure why, but meson complains if it's missing
TOOL_DEPENDS+= rsync-[0-9]*:../../net/rsync
@@ -23,13 +24,12 @@ SUBST_FILES.sphinx= meson.build
SUBST_MESSAGE.sphinx= Fixing sphinx binary name.
SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},"
-PYTHON_FOR_BUILD_ONLY= tool
-
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../devel/meson/build.mk"
BUILDLINK_API_DEPENDS.libmpdclient+= libmpdclient>=2.16
.include "../../audio/libmpdclient/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index