pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-cxfreeze
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 14 19:19:57 UTC 2022
Modified Files:
pkgsrc/lang/py-cxfreeze: Makefile
Log Message:
py-cxfreeze: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/py-cxfreeze/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-cxfreeze/Makefile
diff -u pkgsrc/lang/py-cxfreeze/Makefile:1.16 pkgsrc/lang/py-cxfreeze/Makefile:1.17
--- pkgsrc/lang/py-cxfreeze/Makefile:1.16 Mon Nov 14 19:19:24 2022
+++ pkgsrc/lang/py-cxfreeze/Makefile Mon Nov 14 19:19:57 2022
@@ -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 @@ HOMEPAGE= http://cx-freeze.sourceforge.n
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