pkgsrc-WIP-changes archive

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

mat: does not support python 2.7 due to py-mutagen



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Dec 16 12:29:03 2021 +0100
Changeset:	783b306ac0b935366823698d71029b70b13eba0b

Modified Files:
	mat/Makefile

Log Message:
mat: does not support python 2.7 due to py-mutagen

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=783b306ac0b935366823698d71029b70b13eba0b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mat/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/mat/Makefile b/mat/Makefile
index 5cb113edf6..9b15c2fb44 100644
--- a/mat/Makefile
+++ b/mat/Makefile
@@ -20,6 +20,8 @@ DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=	${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
 DEPENDS+=	${PYPKGPREFIX}-pdfrw-[0-9]*:../../textproc/py-pdfrw
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-mutagen
+
 SUBST_CLASSES+=		setup
 SUBST_STAGE.setup=	pre-patch
 SUBST_MESSAGE.setup=	Fixing hardcoded paths in setup.py


Home | Main Index | Thread Index | Old Index