pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-cxfreeze py-cxfreeze: not for python 2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4b03d5feb92
branches:  trunk
changeset: 388192:a4b03d5feb92
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 19:19:57 2022 +0000

description:
py-cxfreeze: not for python 2

diffstat:

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

diffs (18 lines):

diff -r b8944de83d30 -r a4b03d5feb92 lang/py-cxfreeze/Makefile
--- a/lang/py-cxfreeze/Makefile Mon Nov 14 19:19:48 2022 +0000
+++ b/lang/py-cxfreeze/Makefile Mon Nov 14 19:19:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/11/14 19:19:24 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/11/14 19:19:57 wiz Exp $
 
 DISTNAME=      cx_Freeze-6.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_F/f/}
@@ -10,6 +10,8 @@
 COMMENT=       Freezing python scripts into executables
 LICENSE=       python-software-foundation
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON=        cx_Freeze/samples/PyQt5/PyQt5app.py
 
 post-install:



Home | Main Index | Thread Index | Old Index