pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-gobject3
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 28 14:03:00 UTC 2022
Modified Files:
pkgsrc/devel/py-gobject3: Makefile
Log Message:
py-gobject3: limit to Python 3.x
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-gobject3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-gobject3/Makefile
diff -u pkgsrc/devel/py-gobject3/Makefile:1.43 pkgsrc/devel/py-gobject3/Makefile:1.44
--- pkgsrc/devel/py-gobject3/Makefile:1.43 Tue Jan 4 20:53:08 2022
+++ pkgsrc/devel/py-gobject3/Makefile Fri Jan 28 14:03:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/01/04 20:53:08 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2022/01/28 14:03:00 wiz Exp $
PKGREVISION= 3
.include "Makefile.common"
@@ -12,6 +12,8 @@ MESON_ARGS+= -Dpython=${PYTHONBIN:Q}
MESON_ARGS+= -Dtests=false
TEST_TARGET= check
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
# Leave for py-gobject3-common:
post-install:
${RM} \
Home |
Main Index |
Thread Index |
Old Index