notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q3
py-pipx Install and Run Python Applications in Isolated Environments
1.7.1 devel on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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>)
  • py311: py311-pipx
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):
py37-pipx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.15.6.0---0.15.6.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-pipx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--1.2.0--1.3.31.3.31.3.3
FreeBSD:14:latest--1.1.0_1--1.2.0-1.2.0
FreeBSD:14:quarterly-----1.3.31.3.31.3.3
FreeBSD:15:latest--n/a-n/a1.3.31.3.31.4.3
 
py311-pipx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.11.7.1-1.7.11.7.1---
FreeBSD:13:quarterly1.7.11.7.1-1.7.11.7.1---
FreeBSD:14:latest1.7.11.7.1-1.7.11.7.1---
FreeBSD:14:quarterly1.7.11.7.1-1.7.11.7.1---
FreeBSD:15:latest1.7.11.7.1n/a1.7.1n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatch-vcs>=0.4 : devel/py-hatch-vcs@py311
  2. py311-hatchling>=1.18 : devel/py-hatchling@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-argcomplete>=1.9.4 : devel/py-argcomplete@py311
  2. py311-packaging>=20 : devel/py-packaging@py311
  3. py311-platformdirs>=2.1 : devel/py-platformdirs@py311
  4. py311-userpath>=1.6 : devel/py-userpath@py311
  5. python3.11 : lang/python311
This port is required by:
for Build
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pipx/
  2. https://pypi.org/packages/source/p/pipx/
Collapse this list.

There are no commits on branch 2024Q3 for this port