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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2025Q4
py-pipx Install and Run Python Applications in Isolated Environments
1.8.0 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: 2025-10-18 23:52:15
Commit Hash: 292aaf1
People watching this port, also watch:: rubygem-gollum, sonarr, rubygem-twitter-text1, sabnzbd, minio
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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found 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 = 1759774621 SHA256 (pipx-1.8.0.tar.gz) = 61a653ef2046de67c3201306b9d07428e93c80e6bebdcbbcb8177ecf3328b403 SIZE (pipx-1.8.0.tar.gz) = 292105

Packages (timestamps in pop-ups are UTC):
py37-pipx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.15.6.0--n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py39-pipx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly--1.2.0--n/an/an/a
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/an/a1.3.31.4.3
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-pipx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.11.8.0-1.7.11.8.0n/an/an/a
FreeBSD:13:quarterly1.7.11.7.1-1.7.11.7.1n/an/an/a
FreeBSD:14:latest1.7.11.8.0-1.7.11.8.0---
FreeBSD:14:quarterly1.7.11.7.1-1.7.11.7.1---
FreeBSD:15:latest1.8.01.8.0n/a1.7.1n/an/a--
FreeBSD:15:quarterly1.7.11.7.1n/a-n/an/a--
FreeBSD:16:latest1.7.11.8.0n/a-n/an/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 2025Q4 for this port