pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-at-spi2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 11:54:21 UTC 2022

Modified Files:
        pkgsrc/devel/py-at-spi2: Makefile

Log Message:
yp-at-spi2: restrict to python 3.x

(reduce py27-gobject3 users; all packages depending on this are
python3-only already)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-at-spi2/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-at-spi2/Makefile
diff -u pkgsrc/devel/py-at-spi2/Makefile:1.30 pkgsrc/devel/py-at-spi2/Makefile:1.31
--- pkgsrc/devel/py-at-spi2/Makefile:1.30       Wed Dec  8 16:04:05 2021
+++ pkgsrc/devel/py-at-spi2/Makefile    Fri Jan 28 11:54:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/12/08 16:04:05 adam Exp $
+# $NetBSD: Makefile,v 1.31 2022/01/28 11:54:20 wiz Exp $
 
 DISTNAME=      pyatspi-2.38.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/}
@@ -26,6 +26,8 @@ PY_PATCHPLIST=        yes
 
 CONFLICTS=     ${PYPKGPREFIX}-at-spi-[0-9]*
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/py-gobject3-common/buildlink3.mk"
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index