pkgsrc-WIP-changes archive

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

py-gstreamer1: mark as not for python 2.x



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Nov 15 16:50:37 2021 +0100
Changeset:	509441ac2bc1aa259493c10dd7f22ade0c098261

Modified Files:
	py-gstreamer1/Makefile

Log Message:
py-gstreamer1: mark as not for python 2.x

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

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

diffstat:
 py-gstreamer1/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-gstreamer1/Makefile b/py-gstreamer1/Makefile
index 74d1bb1d09..fd54457b39 100644
--- a/py-gstreamer1/Makefile
+++ b/py-gstreamer1/Makefile
@@ -18,6 +18,8 @@ USE_LANGUAGES=		c c++
 PY_PATCHPLIST=		yes
 TEST_TARGET=		check
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 .include "../../devel/py-gobject3-common/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gstreamer1+=	gstreamer1>=1.18.5
 .include "../../wip/gstreamer1/buildlink3.mk"


Home | Main Index | Thread Index | Old Index