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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
py-pipx Install and Run Python Applications in Isolated Environments
1.5.0 devel on this many watch lists=1 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.4.3Version 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-03-31 18:51:26
Commit Hash: b969b1e
People watching this port, also watch:: json-c, sysinfo, python, miller
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 py39-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 py39-pipx listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pipx
Package flavors (<flavor>: <package>)
  • py39: py39-pipx
distinfo:
TIMESTAMP = 1711860525 SHA256 (pipx-1.5.0.tar.gz) = 2371af2b772954cdb5c1dbfa0170219e3d2c09d9ff9b18e975f65562eeb7ab0a SIZE (pipx-1.5.0.tar.gz) = 301396

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---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-pipx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.01.5.0-1.5.01.5.0---
FreeBSD:13:quarterly1.5.01.5.01.2.01.5.01.5.01.3.31.3.31.3.3
FreeBSD:14:latest1.4.31.5.01.1.0_11.4.31.5.01.2.0-1.2.0
FreeBSD:14:quarterly1.3.31.5.0-1.3.31.5.01.3.31.3.31.3.3
FreeBSD:15:latest1.4.31.5.0n/a1.3.3n/a1.3.31.3.31.4.3
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-hatch-vcs>=0.4 : devel/py-hatch-vcs@py39
  2. py39-hatchling>=1.18 : devel/py-hatchling@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-argcomplete>=1.9.4 : devel/py-argcomplete@py39
  2. py39-packaging>=20 : devel/py-packaging@py39
  3. py39-platformdirs>=2.1 : devel/py-platformdirs@py39
  4. py39-userpath>=1.6 : devel/py-userpath@py39
  5. python3.9 : lang/python39
  6. py39-tomli>=0 : textproc/py-tomli@py39
There are no ports dependent upon this port

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 2022Q2 for this port