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
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.3.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.3.31.3.31.2.01.3.31.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.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.0
31 Mar 2024 18:51:26
commit hash: b969b1ed2952c8a9bdf741c32382e317090e09c1commit hash: b969b1ed2952c8a9bdf741c32382e317090e09c1commit hash: b969b1ed2952c8a9bdf741c32382e317090e09c1commit hash: b969b1ed2952c8a9bdf741c32382e317090e09c1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 1.5.0

Changes:	https://github.com/pypa/pipx/releases
1.4.3
21 Feb 2024 15:07:35
commit hash: f9e1939c3ef3e7da655a6d09c87db319af0f6ddecommit hash: f9e1939c3ef3e7da655a6d09c87db319af0f6ddecommit hash: f9e1939c3ef3e7da655a6d09c87db319af0f6ddecommit hash: f9e1939c3ef3e7da655a6d09c87db319af0f6dde files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 1.4.3

Changes:	https://github.com/pypa/pipx/releases
1.3.3
14 Dec 2023 05:48:28
commit hash: 7b424c6b7f3ed0aeec178fd431c0ef3333b73f41commit hash: 7b424c6b7f3ed0aeec178fd431c0ef3333b73f41commit hash: 7b424c6b7f3ed0aeec178fd431c0ef3333b73f41commit hash: 7b424c6b7f3ed0aeec178fd431c0ef3333b73f41 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 1.3.3

Changes:	https://github.com/pypa/pipx/releases
1.2.1
01 Nov 2023 01:57:11
commit hash: a4db7bee6e4773d15bd90afdc862b29fad0bf46acommit hash: a4db7bee6e4773d15bd90afdc862b29fad0bf46acommit hash: a4db7bee6e4773d15bd90afdc862b29fad0bf46acommit hash: a4db7bee6e4773d15bd90afdc862b29fad0bf46a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 1.2.1

Changes:	https://github.com/pypa/pipx/releases
1.2.0
30 Jun 2023 07:03:46
commit hash: 2267a5362b7bb5e07e03f990befc6530559f6c4ccommit hash: 2267a5362b7bb5e07e03f990befc6530559f6c4ccommit hash: 2267a5362b7bb5e07e03f990befc6530559f6c4ccommit hash: 2267a5362b7bb5e07e03f990befc6530559f6c4c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Remove outdated PYTHON_REL check after lang/python37 removal
1.2.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
1.2.0
05 Apr 2023 17:30:28
commit hash: 312c3257eadfd4a328f128a38de5477585813450commit hash: 312c3257eadfd4a328f128a38de5477585813450commit hash: 312c3257eadfd4a328f128a38de5477585813450commit hash: 312c3257eadfd4a328f128a38de5477585813450 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 1.2.0

Changes:	https://github.com/pypa/pipx/releases
1.1.0_3
04 Apr 2023 18:29:11
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
1.1.0_2
21 Mar 2023 19:20:56
commit hash: db730ad9a84e39467ea4bbff6df0af89d4cb2fcccommit hash: db730ad9a84e39467ea4bbff6df0af89d4cb2fcccommit hash: db730ad9a84e39467ea4bbff6df0af89d4cb2fcccommit hash: db730ad9a84e39467ea4bbff6df0af89d4cb2fcc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for dependency and package change
1.1.0_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.1.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.0_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.0_1
13 Jul 2022 00:19:12
commit hash: c54153adbb0d621e44183e2bbababb964199d90ecommit hash: c54153adbb0d621e44183e2bbababb964199d90ecommit hash: c54153adbb0d621e44183e2bbababb964199d90ecommit hash: c54153adbb0d621e44183e2bbababb964199d90e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Fix hatch-generated setup.py using src-layout

- Bump PORTREVISION for package change

Reported by:	Anderson Bravalheri <abravalheri@hey.com>
1.1.0
03 Jun 2022 09:00:37
commit hash: 05a10de3c637837c45a4bacb59cc9374426cc4c9commit hash: 05a10de3c637837c45a4bacb59cc9374426cc4c9commit hash: 05a10de3c637837c45a4bacb59cc9374426cc4c9commit hash: 05a10de3c637837c45a4bacb59cc9374426cc4c9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 1.1.0

Changes:	https://github.com/pypa/pipx/releases
1.0.0
28 Feb 2022 12:46:16
commit hash: 188fba497f9c986551a6ac1419b2359f1767646ccommit hash: 188fba497f9c986551a6ac1419b2359f1767646ccommit hash: 188fba497f9c986551a6ac1419b2359f1767646ccommit hash: 188fba497f9c986551a6ac1419b2359f1767646c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 1.0.0

Changes:	https://github.com/pypa/pipx/blob/main/docs/changelog.md
0.17.0
23 Jan 2022 18:47:21
commit hash: d3f8d2b75c0da0cdafdd782956f75fb4944299f0commit hash: d3f8d2b75c0da0cdafdd782956f75fb4944299f0commit hash: d3f8d2b75c0da0cdafdd782956f75fb4944299f0commit hash: d3f8d2b75c0da0cdafdd782956f75fb4944299f0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 0.17.0

Changes:	https://github.com/pypa/pipx/blob/main/docs/changelog.md
0.16.5
11 Jan 2022 18:44:31
commit hash: 1a38603c7b4e4dc493565ef84acb02de9f7cab3ccommit hash: 1a38603c7b4e4dc493565ef84acb02de9f7cab3ccommit hash: 1a38603c7b4e4dc493565ef84acb02de9f7cab3ccommit hash: 1a38603c7b4e4dc493565ef84acb02de9f7cab3c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 0.16.5

Changes:	https://github.com/pypa/pipx/blob/main/docs/changelog.md
0.16.4
08 Aug 2021 21:44:02
commit hash: d52c0714f7b8e2ce2a62d3a4f32d5bba0d3376c2commit hash: d52c0714f7b8e2ce2a62d3a4f32d5bba0d3376c2commit hash: d52c0714f7b8e2ce2a62d3a4f32d5bba0d3376c2commit hash: d52c0714f7b8e2ce2a62d3a4f32d5bba0d3376c2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 0.16.4

Changes:	https://github.com/pypa/pipx/blob/master/docs/changelog.md
0.16.3
20 Jun 2021 20:46:10
commit hash: 7f0ecd9671b919cd4e22dc08bb91b67d9373a88dcommit hash: 7f0ecd9671b919cd4e22dc08bb91b67d9373a88dcommit hash: 7f0ecd9671b919cd4e22dc08bb91b67d9373a88dcommit hash: 7f0ecd9671b919cd4e22dc08bb91b67d9373a88d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 0.16.3

- Update WWW

Changes:	https://github.com/pypa/pipx/blob/master/docs/changelog.md
		https://pypa.github.io/pipx/changelog/
0.16.2.1
25 May 2021 13:55:43
commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
0.16.2.1
02 May 2021 19:44:50
commit hash: 17bdb99d0fd4c03dec32d8ed4ab7709cfe94832fcommit hash: 17bdb99d0fd4c03dec32d8ed4ab7709cfe94832fcommit hash: 17bdb99d0fd4c03dec32d8ed4ab7709cfe94832fcommit hash: 17bdb99d0fd4c03dec32d8ed4ab7709cfe94832f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 0.16.2.1

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.16.2.0
01 May 2021 22:19:16
commit hash: 0797233683a7673e3418eb632d8037eeab930fcacommit hash: 0797233683a7673e3418eb632d8037eeab930fcacommit hash: 0797233683a7673e3418eb632d8037eeab930fcacommit hash: 0797233683a7673e3418eb632d8037eeab930fca files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pipx: Update to 0.16.2.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.16.1.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.16.1.0
07 Mar 2021 22:20:20
Revision:567682Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.16.1.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.16.0.0
26 Jan 2021 17:27:38
Revision:562800Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.16.0.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.6.0
18 Oct 2020 20:25:22
Revision:552689Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.6.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.5.1
30 Aug 2020 07:15:36
Revision:547008Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.5.1

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.5.0
23 Aug 2020 19:36:27
Revision:545858Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.5.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.4.0
29 May 2020 01:57:01
Revision:536838Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.4.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.3.1
21 May 2020 04:58:44
Revision:536052Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.3.1

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.3.0
19 May 2020 23:30:23
Revision:535905Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.3.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.2.0
19 May 2020 05:16:35
Revision:535811Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.2.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.1.3
22 Jan 2020 05:36:48
Revision:523774Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.1.3

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.1.2
11 Jan 2020 10:41:33
Revision:522651Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.1.2

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.1.1
10 Jan 2020 19:16:25
Revision:522591Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.1.1

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.1.0
09 Jan 2020 17:52:49
Revision:522511Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.1.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.15.0.0
08 Jan 2020 14:50:24
Revision:522399Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.0.0

Changes:	https://github.com/pipxproject/pipx/blob/master/docs/changelog.md
		https://pipxproject.github.io/pipx/changelog/
0.14.0.0
05 Jan 2020 04:06:59
Revision:522085Original commit files touched by this commit Sanity Test Failure
sunpoet search for other commits by this committer
Add py-pipx 0.14.0.0

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.

WWW: https://github.com/pipxproject/pipx

Number of commits found: 39