Port details |
- py-pyinstaller Program to create standalone executables from Python scripts
- 3.5_1 devel
=1 3.5_1Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2015-12-09 14:39:50
- Last Update: 2021-11-10 20:01:53
- Commit Hash: f667fd9
- People watching this port, also watch:: monit, tmux, tcpdump, zrep
- Also Listed In: python
- License: GPLv2
- Description:
- PyInstaller is a program that converts (packages) Python programs into stand-
alone executables, under Windows, Mac OS X, and Unix-like operating systems.
Its main advantages over similar tools are that PyInstaller works with any
version of Python since 2.4, it builds smaller executables thanks to
transparent compression, it is fully multi-platform, and uses the OS support
to load the dynamic libraries, thus ensuring full compatibility.
The main goal of PyInstaller is to be compatible with third-party packages
out-of-the-box. This means that, with PyInstaller, all the required tricks
to make external packages work are already integrated within PyInstaller
itself so that there is no user intervention required.
WWW: https://www.pyinstaller.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyinstaller>0:devel/py-pyinstaller@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pyinstaller/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pyinstaller
- pkg install py38-pyinstaller
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-pyinstaller listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pyinstaller
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1562773511
SHA256 (PyInstaller-3.5.tar.gz) = ee7504022d1332a3324250faf2135ea56ac71fdb6309cff8cd235de26b1d0a96
SIZE (PyInstaller-3.5.tar.gz) = 3518991
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-sphinx>0 : textproc/py-sphinx@py38
- py38-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py38
- py38-sphinx>0 : textproc/py-sphinx@py38
- py38-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- py38-altgraph>0 : math/py-altgraph@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- cad/cvc
- Configuration Options:
- ===> The following configuration options are available for py38-pyinstaller-3.5_1:
DOCS=on: Build and/or install documentation
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pyinstaller
- USES:
- cpe python:3.6+ gmake gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Nov 2021 20:01:53 3.5_1
|
Dmitry Marakasov (amdmi3)  |
devel/py-pyinstaller: fix build with python 3.10
Update internal help2rst.py script to support output of from python
3.10 argparse
Approved by: portmgr blanket |
14 Oct 2021 21:30:43 3.5_1
|
Stefan Eßer (se)  |
devel/py-pyinstaller: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 3.5_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:16:16
3.5_1
|
dbaio  |
devel/py-pyinstaller: Use latest Sphinx version |
03 Jan 2021 20:24:31
3.5_1
|
sunpoet  |
Clean up after r559531 |
28 Dec 2020 23:02:15
3.5_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
18 Dec 2020 14:50:39
3.5_1
|
pkubaj  |
devel/py-pyinstaller: fix build on powerpc64
Include sys/cdefs.h to make __BEGIN_DECLS available.
Approved by: tier 2 blanket |
18 May 2020 01:56:06
3.5_1
|
linimon  |
Mark as BROKEN on powerpc64: invokes x86 assembler.
Approved by: portmgr (tier-2 blanket) |
11 May 2020 23:51:58
3.5_1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
15 Jan 2020 21:02:25
3.5_1
|
bapt  |
Remove bad usage of MANDIRS |
12 Jul 2019 16:23:13
3.5_1
|
sunpoet  |
Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change |
10 Jul 2019 17:01:20
3.5
|
sunpoet  |
Update to 3.5
- Update WWW
Changes: https://github.com/pyinstaller/pyinstaller/releases
https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst |
16 Feb 2019 10:24:04
3.4
|
antoine  |
Don't use ${GMAKE} |
16 Feb 2019 10:21:56
3.4
|
antoine  |
Fix build with DEFAULT_VERSIONS=python=3.6
PR: 234633 |
12 Jan 2019 17:24:37
3.4
|
miwi  |
- Update to 3.4
- Fix build for mips64
- Added License
Changelog:
https://github.com/pyinstaller/pyinstaller/blob/v3.4/doc/CHANGES.rst
PR: 229948
Submitted by: ndowens@yahoo.com
Sponsored by: iXsystems Inc. |
25 Apr 2018 16:42:38
2.1_3
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
08 Feb 2018 20:18:09
2.1_3
|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
23 Jan 2018 12:16:36
2.1_3
|
danfe  |
Tentatively unbreak on some 64-bit architectures: powerpc64, sparc64, and
aarch64. The patch basically extends existing ``... || defined()'' chain
of checks; ideally, this whole STB_PTR64-related code should be rewritten
in architecture name agnostic way. |
30 Nov 2017 15:50:34
2.1_3 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
29 Apr 2017 06:32:03
2.1_3
|
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
16 Nov 2016 00:33:20
2.1_3
|
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
21 Apr 2016 16:43:15
2.1_3
|
swills  |
many ports: mark broken on powerpc64 |
11 Dec 2015 11:45:58
2.1_3
|
sunpoet  |
- Add missing OPTIONS_DEFINE
- Bump PORTREVISION for package change |
09 Dec 2015 14:28:47
2.1_2
|
sunpoet  |
- Move devel/pyinstaller to devel/py-pyinstaller
- Use lowercase PORTNAME
- Move EXTRACT_AFTER_ARGS upward
- Convert to new options target helper
- Bump PORTREVISION for package change |