Port details on branch 2024Q3 |
- py-pipx Install and Run Python Applications in Isolated Environments
- 1.7.1 devel =3 1.7.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-01-05 04:07:39
- Last Update: 2024-09-08 18:37:33
- Commit Hash: a01df8f
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pypa/pipx
- Description:
- pipx is a tool to help you install and run end-user applications written in
Python. pipx is not a tool for development or publishing of your code -- it's
only for consuming already published packages.
Python and PyPI allow developers to distribute code with "console script entry
points". These scripts let users call into Python code from the command line,
effectively acting like standalone applications. pipx is a tool to install and
run any of these thousands of Python applications available on PyPI in a safe,
convenient, and reliable way. In a way, it turns Python Package Index (PyPI)
into a big app store for Python applications. Not all Python packages have entry
points, but many do.
pipx enables you to:
- Safely install packages to isolated environments, while globally exposing
their CLI entry points so you can run them from anywhere (see the install
command). This guarantees no dependency conflicts and clean uninstalls!
- Easily list, upgrade, and uninstall packages that were installed with pipx
- Run the latest version of a Python application in a temporary environment (see
the run command)
Best of all, pipx runs with regular user permissions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pipx>0:devel/py-pipx@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pipx/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pipx
- pkg install py311-pipx
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 py311-pipx listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pipx
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1725559795
SHA256 (pipx-1.7.1.tar.gz) = 762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
SIZE (pipx-1.7.1.tar.gz) = 291889
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:
-
- py311-hatch-vcs>=0.4 : devel/py-hatch-vcs@py311
- py311-hatchling>=1.18 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-argcomplete>=1.9.4 : devel/py-argcomplete@py311
- py311-packaging>=20 : devel/py-packaging@py311
- py311-platformdirs>=2.1 : devel/py-platformdirs@py311
- py311-userpath>=1.6 : devel/py-userpath@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- sysutils/duplicity
Configuration Options:
- No options to configure
- Options name:
- devel_py-pipx
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|