pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-sip6 py-sip6: does not support Python 2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b23d78e82ba
branches:  trunk
changeset: 389651:7b23d78e82ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 07 14:56:33 2022 +0000

description:
py-sip6: does not support Python 2

diffstat:

 x11/py-sip6/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3e983ecf9944 -r 7b23d78e82ba x11/py-sip6/Makefile
--- a/x11/py-sip6/Makefile      Wed Dec 07 14:54:34 2022 +0000
+++ b/x11/py-sip6/Makefile      Wed Dec 07 14:56:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/02 15:22:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/07 14:56:33 wiz Exp $
 
 DISTNAME=      sip-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-sip6-6.7.5
@@ -17,5 +17,7 @@
 
 USE_LANGUAGES= c c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index