py-cxfreeze: update to 5.0.2
Version 5.0.2: Correct handling of import in child thread Correct handling of “dis” module with Python 3.5.1 Correct handling of “multiprocess.process” module Correct attempt to assign variable to an empty list Improved README Add hook for pythonnet package Add hook for sqlite3 and improve win32file hook Add FAQ entry
This commit is contained in:
parent
68d084648c
commit
0085a016a8
4 changed files with 90 additions and 106 deletions
|
@ -1,22 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.8 2017/02/14 09:54:30 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2017/09/30 13:44:35 adam Exp $
|
||||
|
||||
VERS= 5.0.1
|
||||
DISTNAME= cx_Freeze-${VERS}
|
||||
PKGNAME= ${PYPKGPREFIX}-cxfreeze-${VERS}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cx-freeze/}
|
||||
DISTNAME= cx_Freeze-5.0.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_F/f/}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cx_Freeze/}
|
||||
|
||||
MAINTAINER= helgoman@users.sourceforge.net
|
||||
HOMEPAGE= http://cx-freeze.sourceforge.net/
|
||||
COMMENT= Freezing python scripts into executables
|
||||
LICENSE= python-software-foundation
|
||||
MAINTAINER= helgoman@users.sourceforge.net
|
||||
HOMEPAGE= http://cx-freeze.sourceforge.net/
|
||||
COMMENT= Freezing python scripts into executables
|
||||
LICENSE= python-software-foundation
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/cxfreeze ${WRKSRC}/cxfreeze${PYVERSSUFFIX}
|
||||
${MV} ${WRKSRC}/cxfreeze-quickstart ${WRKSRC}/cxfreeze-quickstart${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,126 +1,126 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2017/02/14 09:54:30 markd Exp $
|
||||
bin/cxfreeze-quickstart${PYVERSSUFFIX}
|
||||
@comment $NetBSD: PLIST,v 1.5 2017/09/30 13:44:35 adam Exp $
|
||||
bin/cxfreeze${PYVERSSUFFIX}
|
||||
bin/cxfreeze-quickstart${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/cx_Freeze/__init__.py
|
||||
${PYSITELIB}/cx_Freeze/__init__.pyo
|
||||
${PYSITELIB}/cx_Freeze/__init__.pyc
|
||||
${PYSITELIB}/cx_Freeze/common.pyo
|
||||
${PYSITELIB}/cx_Freeze/common.pyc
|
||||
${PYSITELIB}/cx_Freeze/dist.pyo
|
||||
${PYSITELIB}/cx_Freeze/dist.pyc
|
||||
${PYSITELIB}/cx_Freeze/finder.pyo
|
||||
${PYSITELIB}/cx_Freeze/finder.pyc
|
||||
${PYSITELIB}/cx_Freeze/freezer.pyo
|
||||
${PYSITELIB}/cx_Freeze/freezer.pyc
|
||||
${PYSITELIB}/cx_Freeze/hooks.pyo
|
||||
${PYSITELIB}/cx_Freeze/hooks.pyc
|
||||
${PYSITELIB}/cx_Freeze/macdist.pyo
|
||||
${PYSITELIB}/cx_Freeze/macdist.pyc
|
||||
${PYSITELIB}/cx_Freeze/main.pyo
|
||||
${PYSITELIB}/cx_Freeze/main.pyc
|
||||
${PYSITELIB}/cx_Freeze/setupwriter.pyo
|
||||
${PYSITELIB}/cx_Freeze/setupwriter.pyc
|
||||
${PYSITELIB}/cx_Freeze/windist.pyo
|
||||
${PYSITELIB}/cx_Freeze/windist.pyc
|
||||
${PYSITELIB}/cx_Freeze/__init__.pyo
|
||||
${PYSITELIB}/cx_Freeze/bases/Console
|
||||
${PYSITELIB}/cx_Freeze/common.py
|
||||
${PYSITELIB}/cx_Freeze/common.pyc
|
||||
${PYSITELIB}/cx_Freeze/common.pyo
|
||||
${PYSITELIB}/cx_Freeze/dist.py
|
||||
${PYSITELIB}/cx_Freeze/dist.pyc
|
||||
${PYSITELIB}/cx_Freeze/dist.pyo
|
||||
${PYSITELIB}/cx_Freeze/finder.py
|
||||
${PYSITELIB}/cx_Freeze/finder.pyc
|
||||
${PYSITELIB}/cx_Freeze/finder.pyo
|
||||
${PYSITELIB}/cx_Freeze/freezer.py
|
||||
${PYSITELIB}/cx_Freeze/freezer.pyc
|
||||
${PYSITELIB}/cx_Freeze/freezer.pyo
|
||||
${PYSITELIB}/cx_Freeze/hooks.py
|
||||
${PYSITELIB}/cx_Freeze/hooks.pyc
|
||||
${PYSITELIB}/cx_Freeze/hooks.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/Console.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/ConsoleSetLibPath.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLib.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLibSource.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/Console.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/Console.pyc
|
||||
${PYSITELIB}/cx_Freeze/initscripts/ConsoleSetLibPath.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/Console.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/ConsoleSetLibPath.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/ConsoleSetLibPath.pyc
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLib.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/ConsoleSetLibPath.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLib.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLib.pyc
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLibSource.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLib.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLibSource.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLibSource.pyc
|
||||
${PYSITELIB}/cx_Freeze/initscripts/__startup__.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/__startup__.pyc
|
||||
${PYSITELIB}/cx_Freeze/initscripts/SharedLibSource.pyo
|
||||
${PYSITELIB}/cx_Freeze/initscripts/__startup__.py
|
||||
${PYSITELIB}/cx_Freeze/initscripts/__startup__.pyc
|
||||
${PYSITELIB}/cx_Freeze/initscripts/__startup__.pyo
|
||||
${PYSITELIB}/cx_Freeze/macdist.py
|
||||
${PYSITELIB}/cx_Freeze/macdist.pyc
|
||||
${PYSITELIB}/cx_Freeze/macdist.pyo
|
||||
${PYSITELIB}/cx_Freeze/main.py
|
||||
${PYSITELIB}/cx_Freeze/main.pyc
|
||||
${PYSITELIB}/cx_Freeze/main.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/PyQt4app.py
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/PyQt4app.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/PyQt4app.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/PyQt4app.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/PyQt4/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/SimpleTkApp.py
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/SimpleTkApp.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/SimpleTkApp.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/SimpleTkApp.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_1.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_1.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_2.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_2.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/Tkinter/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_1.py
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_1.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_1.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_2.py
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_2.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/advanced_2.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/asmodule.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/asmodule.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/advanced/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/asmodule.py
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/asmodule.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/asmodule.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/matplotlib_eg.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/matplotlib_eg.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/asmodule/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/matplotlib_eg.py
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/matplotlib_eg.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/matplotlib_eg.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/test_openpyxl.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/test_openpyxl.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/matplotlib/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/test_openpyxl.py
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/relimport.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/relimport.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/test_openpyxl.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/openpyxl/test_openpyxl.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/relimport.py
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/relimport.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/relimport.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/relimport/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/service/Config.py
|
||||
${PYSITELIB}/cx_Freeze/samples/service/ServiceHandler.py
|
||||
${PYSITELIB}/cx_Freeze/samples/service/Config.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/service/Config.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/service/ServiceHandler.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/service/Config.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/service/ServiceHandler.py
|
||||
${PYSITELIB}/cx_Freeze/samples/service/ServiceHandler.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/service/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/service/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/service/ServiceHandler.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/service/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/hello.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/hello.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/service/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/service/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/hello.py
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/hello.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/hello.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/wxapp.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/wxapp.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/simple/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/wxapp.py
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/qotd.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/qotd.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/wxapp.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/wx/wxapp.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/qotd.py
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/qotd.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/qotd.pyo
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/setup.py
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/setup.pyc
|
||||
${PYSITELIB}/cx_Freeze/samples/zope/setup.pyo
|
||||
${PYSITELIB}/cx_Freeze/setupwriter.py
|
||||
${PYSITELIB}/cx_Freeze/setupwriter.pyc
|
||||
${PYSITELIB}/cx_Freeze/setupwriter.pyo
|
||||
${PYSITELIB}/cx_Freeze/util.so
|
||||
${PYSITELIB}/cx_Freeze/windist.py
|
||||
${PYSITELIB}/cx_Freeze/windist.pyc
|
||||
${PYSITELIB}/cx_Freeze/windist.pyo
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/08/15 10:45:57 drochner Exp $
|
||||
|
||||
BUILDLINK_TREE+= cx_Freeze
|
||||
|
||||
.if !defined(CX_FREEZE_BUILDLINK3_MK)
|
||||
CX_FREEZE_BUILDLINK3_MK:=
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_API_DEPENDS.cx_Freeze+= ${PYPKGPREFIX}-cxfreeze>=4.1.2nb1
|
||||
BUILDLINK_PKGSRCDIR.cx_Freeze?= ../../lang/py-cxfreeze
|
||||
.endif # CX_FREEZE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -cx_Freeze
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.6 2017/02/14 09:54:30 markd Exp $
|
||||
$NetBSD: distinfo,v 1.7 2017/09/30 13:44:35 adam Exp $
|
||||
|
||||
SHA1 (cx_Freeze-5.0.1.tar.gz) = c652cc99c7ba7aff8b6db82495d782f5256a80bc
|
||||
RMD160 (cx_Freeze-5.0.1.tar.gz) = e6486b3a5f44d861f4f3ab8d96f084d29c1cc908
|
||||
SHA512 (cx_Freeze-5.0.1.tar.gz) = 26c60d4970a602abac7ac2fdf19222187921b25e85898902fa13644d4f7ede28ab7c28bbcad732eb07dfc17a59878278af5c802d1c85b483bba6df5955a865cc
|
||||
Size (cx_Freeze-5.0.1.tar.gz) = 60127 bytes
|
||||
SHA1 (cx_Freeze-5.0.2.tar.gz) = 3457e63a966c2c0bae179a7bb869b9b6226d9ef0
|
||||
RMD160 (cx_Freeze-5.0.2.tar.gz) = bf969fb2ad526aa15d5be90d0875bd5d51fd3ce8
|
||||
SHA512 (cx_Freeze-5.0.2.tar.gz) = eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29
|
||||
Size (cx_Freeze-5.0.2.tar.gz) = 60104 bytes
|
||||
SHA1 (patch-aa) = 970bcecf2c7d687826e945f1020427b9229f9f02
|
||||
|
|
Loading…
Reference in a new issue