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-pip-run Install packages and run Python with them
12.6.1 devel on this many watch lists=0 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 12.4.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-02-09 09:47:09
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
Also Listed In: python
License: MIT
WWW:
https://github.com/jaraco/pip-run
Description:
pip-run provides on-demand temporary package installation for a single interpreter run.
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}pip-run>0:devel/py-pip-run@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pip-run/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pip-run
  • pkg install py39-pip-run
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-pip-run listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pip-run
Package flavors (<flavor>: <package>)
  • py39: py39-pip-run
distinfo:
TIMESTAMP = 1708449276 SHA256 (pip-run-12.6.1.tar.gz) = 227914cba705e9d90ce823e7163111a8a5b614c2e37fea003d506291763dafb1 SIZE (pip-run-12.6.1.tar.gz) = 38868

Packages (timestamps in pop-ups are UTC):
py37-pip-run
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--8.2.1---8.2.1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-pip-run
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest12.6.112.6.1-12.6.112.6.1---
FreeBSD:13:quarterly12.4.012.4.011.0.012.4.012.6.112.4.012.4.012.4.0
FreeBSD:14:latest12.6.112.6.18.8.212.6.112.6.111.0.0-11.0.0
FreeBSD:14:quarterly12.4.012.6.1-12.4.012.6.112.4.012.4.012.4.0
FreeBSD:15:latest12.6.112.6.1n/a12.4.0n/a12.4.012.4.012.6.1
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-setuptools>=56 : devel/py-setuptools@py39
  2. py39-setuptools-scm>=3.4.1 : devel/py-setuptools-scm@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-autocommand>=0 : devel/py-autocommand@py39
  2. py39-jaraco.context>=0 : devel/py-jaraco.context@py39
  3. py39-jaraco.env>=0 : devel/py-jaraco.env@py39
  4. py39-jaraco.functools>=3.7 : devel/py-jaraco.functools@py39
  5. py39-jaraco.text>=0 : devel/py-jaraco.text@py39
  6. py39-more-itertools>=8.3 : devel/py-more-itertools@py39
  7. py39-packaging>=0 : devel/py-packaging@py39
  8. py39-path>=15.1 : devel/py-path@py39
  9. py39-pip>=19.3 : devel/py-pip@py39
  10. py39-platformdirs>=0 : devel/py-platformdirs@py39
  11. python3.9 : lang/python39
  12. 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-pip-run
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/pip-run/
  2. https://pypi.org/packages/source/p/pip-run/
Collapse this list.

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
12.6.1
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
12.6.1
21 Feb 2024 15:07:35
commit hash: 6ad041c43f7bc2e8adc830140a0e4b640faa9f4ecommit hash: 6ad041c43f7bc2e8adc830140a0e4b640faa9f4ecommit hash: 6ad041c43f7bc2e8adc830140a0e4b640faa9f4ecommit hash: 6ad041c43f7bc2e8adc830140a0e4b640faa9f4e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 12.6.1

Changes:	https://github.com/jaraco/pip-run/blob/main/NEWS.rst
12.4.0
11 Oct 2023 12:57:59
commit hash: 395a590df2f814fc1351d4c347f7aba800a69373commit hash: 395a590df2f814fc1351d4c347f7aba800a69373commit hash: 395a590df2f814fc1351d4c347f7aba800a69373commit hash: 395a590df2f814fc1351d4c347f7aba800a69373 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 12.4.0

Changes:	https://github.com/jaraco/pip-run/blob/main/NEWS.rst
12.3.1
05 Oct 2023 02:00:20
commit hash: f45f93463003bad89d8b4931f45c51db6b90b82bcommit hash: f45f93463003bad89d8b4931f45c51db6b90b82bcommit hash: f45f93463003bad89d8b4931f45c51db6b90b82bcommit hash: f45f93463003bad89d8b4931f45c51db6b90b82b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 12.3.1

Changes:	https://github.com/jaraco/pip-run/blob/main/NEWS.rst
12.2.2
22 Sep 2023 03:18:05
commit hash: d3f4f40199a78159a4393fb1c9c7746626d93baecommit hash: d3f4f40199a78159a4393fb1c9c7746626d93baecommit hash: d3f4f40199a78159a4393fb1c9c7746626d93baecommit hash: d3f4f40199a78159a4393fb1c9c7746626d93bae files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 12.2.2

Changes:	https://github.com/jaraco/pip-run/blob/main/NEWS.rst
12.2.1
11 Sep 2023 03:11:28
commit hash: edf37316df912baf4c4d627e55013cd155bad5afcommit hash: edf37316df912baf4c4d627e55013cd155bad5afcommit hash: edf37316df912baf4c4d627e55013cd155bad5afcommit hash: edf37316df912baf4c4d627e55013cd155bad5af files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 12.2.1

Changes:	https://github.com/jaraco/pip-run/blob/main/NEWS.rst
12.1.0
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
12.1.0
09 Jul 2023 10:19:11
commit hash: a787c51ca6de5d32b19dc1fde863d25c936bc8d7commit hash: a787c51ca6de5d32b19dc1fde863d25c936bc8d7commit hash: a787c51ca6de5d32b19dc1fde863d25c936bc8d7commit hash: a787c51ca6de5d32b19dc1fde863d25c936bc8d7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 12.1.0

Changes:	https://github.com/jaraco/pip-run/blob/main/NEWS.rst
11.0.0
30 Jun 2023 07:03:46
commit hash: 1ad0159d00f42ecb09429c257d4cfae9e44991f5commit hash: 1ad0159d00f42ecb09429c257d4cfae9e44991f5commit hash: 1ad0159d00f42ecb09429c257d4cfae9e44991f5commit hash: 1ad0159d00f42ecb09429c257d4cfae9e44991f5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Remove outdated PYTHON_REL check after lang/python37 removal
11.0.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>
11.0.0
05 Jun 2023 18:47:13
commit hash: 0139b6fb81792cb074468bbac674b4e038394d69commit hash: 0139b6fb81792cb074468bbac674b4e038394d69commit hash: 0139b6fb81792cb074468bbac674b4e038394d69commit hash: 0139b6fb81792cb074468bbac674b4e038394d69 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 11.0.0

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
10.1.1
27 May 2023 23:44:00
commit hash: 357de9867f6fe2b4cfeada76186e370ed74d7a31commit hash: 357de9867f6fe2b4cfeada76186e370ed74d7a31commit hash: 357de9867f6fe2b4cfeada76186e370ed74d7a31commit hash: 357de9867f6fe2b4cfeada76186e370ed74d7a31 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 10.1.1

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
10.0.7
18 Apr 2023 21:38:15
commit hash: 3fa3f92eeaaea3d80ba3b232cc26a2027698f56ccommit hash: 3fa3f92eeaaea3d80ba3b232cc26a2027698f56ccommit hash: 3fa3f92eeaaea3d80ba3b232cc26a2027698f56ccommit hash: 3fa3f92eeaaea3d80ba3b232cc26a2027698f56c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 10.0.7

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
10.0.5_2
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
10.0.5_1
21 Mar 2023 19:20:55
commit hash: 8d72c91d1fd8789850078401ac12546534f0eb2fcommit hash: 8d72c91d1fd8789850078401ac12546534f0eb2fcommit hash: 8d72c91d1fd8789850078401ac12546534f0eb2fcommit hash: 8d72c91d1fd8789850078401ac12546534f0eb2f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for dependency and package change
10.0.5
05 Feb 2023 15:47:58
commit hash: 763b5b6a56078e2cd3ebbd4abe3b99c0c820eea3commit hash: 763b5b6a56078e2cd3ebbd4abe3b99c0c820eea3commit hash: 763b5b6a56078e2cd3ebbd4abe3b99c0c820eea3commit hash: 763b5b6a56078e2cd3ebbd4abe3b99c0c820eea3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 10.0.5

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
10.0.3
30 Jan 2023 12:59:55
commit hash: ddf97da27c17a88ceee2cb250332c8437c344e76commit hash: ddf97da27c17a88ceee2cb250332c8437c344e76commit hash: ddf97da27c17a88ceee2cb250332c8437c344e76commit hash: ddf97da27c17a88ceee2cb250332c8437c344e76 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 10.0.3

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.8.2
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
8.8.2
30 Dec 2022 09:04:47
commit hash: 46ca84cc8ac5a4c112ee054b1fbaf6f53b07bd9ecommit hash: 46ca84cc8ac5a4c112ee054b1fbaf6f53b07bd9ecommit hash: 46ca84cc8ac5a4c112ee054b1fbaf6f53b07bd9ecommit hash: 46ca84cc8ac5a4c112ee054b1fbaf6f53b07bd9e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.8.2

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
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)
8.8.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)
8.8.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)
8.8.1
07 Jul 2022 21:42:54
commit hash: f652570216b62614efd04d2f0c89254b65ee7fc1commit hash: f652570216b62614efd04d2f0c89254b65ee7fc1commit hash: f652570216b62614efd04d2f0c89254b65ee7fc1commit hash: f652570216b62614efd04d2f0c89254b65ee7fc1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.8.1

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.8.0
25 Jan 2022 19:50:20
commit hash: d83534bfa099340ad517e6fb4a8835983ce6ac01commit hash: d83534bfa099340ad517e6fb4a8835983ce6ac01commit hash: d83534bfa099340ad517e6fb4a8835983ce6ac01commit hash: d83534bfa099340ad517e6fb4a8835983ce6ac01 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.8.0

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.7.0
23 Jan 2022 18:47:21
commit hash: 86ea7eec81ec9fcf1a465ef04f50e80e6431e55fcommit hash: 86ea7eec81ec9fcf1a465ef04f50e80e6431e55fcommit hash: 86ea7eec81ec9fcf1a465ef04f50e80e6431e55fcommit hash: 86ea7eec81ec9fcf1a465ef04f50e80e6431e55f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.7.0

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.6.1
21 Nov 2021 21:15:20
commit hash: b55b5b01c60925506eb0499af6d75b924d37c9c5commit hash: b55b5b01c60925506eb0499af6d75b924d37c9c5commit hash: b55b5b01c60925506eb0499af6d75b924d37c9c5commit hash: b55b5b01c60925506eb0499af6d75b924d37c9c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.6.1

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.6.0
13 Oct 2021 19:13:50
commit hash: 88670a2d513306e7c20a0177f86c55e21e9fd7bdcommit hash: 88670a2d513306e7c20a0177f86c55e21e9fd7bdcommit hash: 88670a2d513306e7c20a0177f86c55e21e9fd7bdcommit hash: 88670a2d513306e7c20a0177f86c55e21e9fd7bd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.6.0

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.5.1
21 Jul 2021 18:11:54
commit hash: fefb89796a9ecaf747f213af2fa0704741ba1009commit hash: fefb89796a9ecaf747f213af2fa0704741ba1009commit hash: fefb89796a9ecaf747f213af2fa0704741ba1009commit hash: fefb89796a9ecaf747f213af2fa0704741ba1009 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.5.1

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.5.0
06 Jul 2021 14:56:38
commit hash: 775ff00b4a03f54c8ef702d853058d525d886d93commit hash: 775ff00b4a03f54c8ef702d853058d525d886d93commit hash: 775ff00b4a03f54c8ef702d853058d525d886d93commit hash: 775ff00b4a03f54c8ef702d853058d525d886d93 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.5.0

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.4.3
30 Jun 2021 20:43:43
commit hash: 117ead911f6ebc5ad5b3223035c08d0208fb3589commit hash: 117ead911f6ebc5ad5b3223035c08d0208fb3589commit hash: 117ead911f6ebc5ad5b3223035c08d0208fb3589commit hash: 117ead911f6ebc5ad5b3223035c08d0208fb3589 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-run: Update to 8.4.3

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.4.2
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@
8.4.2
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.
8.4.2
07 Mar 2021 22:20:14
Revision:567681Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 8.4.2

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.4.1
06 Feb 2021 20:46:02
Revision:564277Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 8.4.1

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.4.0
03 Feb 2021 19:48:36
Revision:563932Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 8.4.0

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.3.0
01 Feb 2021 19:27:36
Revision:563649Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 8.3.0

Changes:	https://github.com/jaraco/pip-run/blob/main/CHANGES.rst
8.2.1
10 Dec 2020 21:35:40
Revision:557539Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 8.2.1

Changes:	https://github.com/jaraco/pip-run/blob/master/CHANGES.rst
8.2.0
05 Sep 2020 10:10:01
Revision:547624Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 8.2.0

Changes:	https://github.com/jaraco/pip-run/blob/master/CHANGES.rst
8.0.0
27 Apr 2020 20:58:52
Revision:533186Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 8.0.0

Changes:	https://github.com/jaraco/pip-run/blob/master/CHANGES.rst
7.0.1
11 Feb 2020 17:54:15
Revision:525847Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 7.0.1

Changes:	https://github.com/jaraco/pip-run/blob/master/CHANGES.rst
7.0.0
09 Feb 2020 09:44:57
Revision:525631Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-pip-run 7.0.0

pip-run provides on-demand temporary package installation for a single
interpreter run.

WWW: https://github.com/jaraco/pip-run

Number of commits found: 41