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: adam
Date: Sat Aug 10 07:53:33 UTC 2024
Modified Files:
pkgsrc/audio/mpc: Makefile
Log Message:
mpc: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/audio/mpc/Makefile:1.43
--- pkgsrc/audio/mpc/Makefile:1.42 Sat Dec 30 10:14:45 2023
+++ pkgsrc/audio/mpc/Makefile Sat Aug 10 07:53:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2023/12/30 10:14:45 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2024/08/10 07:53:33 adam Exp $
DISTNAME= mpc-0.35
CATEGORIES= audio
@@ -25,7 +25,7 @@ SUBST_MESSAGE.sphinx= Fixing sphinx bina
SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},"
PYTHON_FOR_BUILD_ONLY= tool
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
.include "../../devel/meson/build.mk"
BUILDLINK_API_DEPENDS.libmpdclient+= libmpdclient>=2.16
Home |
Main Index |
Thread Index |
Old Index