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-plumbum Shell combinators library
1.8.2 sysutils 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 1.8.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-12-19 15:22:01
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: python
License: MIT
WWW:
https://github.com/tomerfiliba/plumbum
Description:
Ever wished the compactness of shell scripts be put into a real programming language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead, which was used to create pipes back in the day) is a small yet feature-rich library for shell script-like programs in Python. The motto of the library is "Never write shell scripts again", and thus it attempts to mimic the shell syntax ("shell combinators") where it makes sense, while keeping it all Pythonic and cross-platform. Apart from shell-like syntax and handy shortcuts, the library provides local and remote command execution (over SSH), local and remote file-system paths, easy working-directory and environment manipulation, and a programmatic Command-Line Interface (CLI) application toolkit. Now let's see some code!
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}plumbum>0:sysutils/py-plumbum@${PY_FLAVOR}
To install the port:
cd /usr/ports/sysutils/py-plumbum/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/py-plumbum
  • pkg install py39-plumbum
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-plumbum listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-plumbum
Package flavors (<flavor>: <package>)
  • py39: py39-plumbum
distinfo:
TIMESTAMP = 1685792336 SHA256 (plumbum-1.8.2.tar.gz) = 9e6dc032f4af952665f32f3206567bc23b7858b1413611afe603a3f8ad9bfd75 SIZE (plumbum-1.8.2.tar.gz) = 317675

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

py39-plumbum
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.21.8.2-1.8.21.8.2---
FreeBSD:13:quarterly1.8.21.8.21.8.21.8.21.8.21.8.21.8.21.8.2
FreeBSD:14:latest1.8.21.8.21.8.01.8.21.8.21.8.2-1.8.2
FreeBSD:14:quarterly1.8.21.8.2-1.8.21.8.21.8.21.8.21.8.2
FreeBSD:15:latest1.8.21.8.2n/a1.8.2n/a1.8.21.8.21.8.2
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 : devel/py-hatch-vcs@py39
  2. py39-hatchling>=0 : 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. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-RPyC
  2. devel/py-copier
  3. www/flexget

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/py-flexget*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py39-plumbum-1.8.2: SSH=off: SSH protocol support ===> Use 'make config' to modify these settings
Options name:
sysutils_py-plumbum
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/plumbum/
  2. https://pypi.org/packages/source/p/plumbum/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.2
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.8.2
05 Jun 2023 18:47:21
commit hash: 5852758e536bf4e595d43ff1b2582781b1d25e88commit hash: 5852758e536bf4e595d43ff1b2582781b1d25e88commit hash: 5852758e536bf4e595d43ff1b2582781b1d25e88commit hash: 5852758e536bf4e595d43ff1b2582781b1d25e88 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-plumbum: Update to 1.8.2

Changes:	https://github.com/tomerfiliba/plumbum/releases
1.8.1_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
1.8.1_1
21 Mar 2023 19:21:18
commit hash: cfe9365d6e3a5a02695fd72e045377dcfa1a2643commit hash: cfe9365d6e3a5a02695fd72e045377dcfa1a2643commit hash: cfe9365d6e3a5a02695fd72e045377dcfa1a2643commit hash: cfe9365d6e3a5a02695fd72e045377dcfa1a2643 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-plumbum: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for dependency and package change
1.8.1
30 Jan 2023 13:00:17
commit hash: 54f442cbe1cb4041c660644c395d5fc26ec22adecommit hash: 54f442cbe1cb4041c660644c395d5fc26ec22adecommit hash: 54f442cbe1cb4041c660644c395d5fc26ec22adecommit hash: 54f442cbe1cb4041c660644c395d5fc26ec22ade files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-plumbum: Update to 1.8.1

Changes:	https://github.com/tomerfiliba/plumbum/releases
1.8.0
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
1.8.0
09 Oct 2022 19:45:30
commit hash: 7a395d21e9db0f87cbdd068abd0dfb6368333bd8commit hash: 7a395d21e9db0f87cbdd068abd0dfb6368333bd8commit hash: 7a395d21e9db0f87cbdd068abd0dfb6368333bd8commit hash: 7a395d21e9db0f87cbdd068abd0dfb6368333bd8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-plumbum: Update to 1.8.0

Changes:	https://github.com/tomerfiliba/plumbum/releases
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.7.2
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.7.2
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

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

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.7.2
11 Jan 2022 18:44:41
commit hash: eb8d630020a567199da7ce090c78bb4398ffc411commit hash: eb8d630020a567199da7ce090c78bb4398ffc411commit hash: eb8d630020a567199da7ce090c78bb4398ffc411commit hash: eb8d630020a567199da7ce090c78bb4398ffc411 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-plumbum: Update to 1.7.2

Changes:	https://github.com/tomerfiliba/plumbum/releases
1.7.1
21 Dec 2021 18:49:13
commit hash: 3062e5076dd75759ecac5164b5caa26114884d0acommit hash: 3062e5076dd75759ecac5164b5caa26114884d0acommit hash: 3062e5076dd75759ecac5164b5caa26114884d0acommit hash: 3062e5076dd75759ecac5164b5caa26114884d0a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-plumbum: Update to 1.7.1

Changes:	https://github.com/tomerfiliba/plumbum/releases
1.7.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.
1.7.0
03 Mar 2021 18:12:48
Revision:567186Original commit files touched by this commit
sunpoet search for other commits by this committer
Add SSH option
1.7.0
17 Feb 2021 18:09:32
Revision:565625Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.7.0

Changes:	https://github.com/tomerfiliba/plumbum/releases
1.6.9
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.6.9
31 Mar 2020 23:09:13
Revision:530079Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.6.9

Changes:	https://github.com/tomerfiliba/plumbum/releases
1.6.8
04 Feb 2020 17:55:07
Revision:525202Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.6.8

- Add NO_ARCH
- Update WWW
- Take maintainership

Changes:	https://github.com/tomerfiliba/plumbum/releases
1.6.7
03 Feb 2020 20:21:08
Revision:525092Original commit files touched by this commit
rene search for other commits by this committer
Return dbn's ports to the pool after safekeeping his commit bit.
1.6.7
18 Aug 2018 08:52:04
Revision:477485Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.6.7

 - PyPI sources do not ship LICENSE_FILE or tests
 - ChangeLog:
   * Commands: Added run_* methods as an alternative to modifiers
   * CLI: Added support for ALLOW_ABREV
   * CLI: Added DESCRIPTION_MORE, preserves spacing
   * Color: Avoid throwing error in atexit in special cases (like pytest)
   * Smaller bugfixes and other testing improvements.
1.6.6_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
1.6.6_1
02 Jun 2018 16:32:38
Revision:471377Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: fix comment and pkg-descr

PR:		226697
Submitted by:	0mp
1.6.6
11 Mar 2018 18:26:53
Revision:464192Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.6.6

ChangeLog:
 - Critical Bugfix: High-speed (English) translations could break the CLI
   module (issue #371)
1.6.5
06 Jan 2018 14:31:30
Revision:458278Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.6.5

ChangeLog:
 - Critical Bugfix: Syntax error in image script could break pip installs (#366)
 - CLI: Regression fix: English apps now load as fast as in 1.6.3 (#364)
 - CLI: Missing colon restored in group names
 - Regression fix: Restored non-setuptools installs (#367)
1.6.4
18 Dec 2017 12:52:46
Revision:456630Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.6.4

 - link to LICENSE file in source
 - sort USE_PYTHON lexicographically
1.6.3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.3
09 Jan 2017 05:42:52
Revision:430910Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.6.3

 * Python 3.6 is now supported, critical bug fixed (#302)
 * Commands: Better handling of return codes for pipelines (#288)
 * Paths: Return split support (regression) (#286) - also supports dummy args
   for better ``str`` compatibility
 * Paths: Added support for Python 3.6 path protocol
 * Paths: Support Python's ``in`` syntax
 * CLI: Added Config parser (provisional) (#304)
 * Color: image plots with `python -m plumbum.cli.image` (#304)
 * SSH: No longer hangs on failure (#306)
 * Test improvements, especially on non-linux systems
1.6.2
28 Oct 2016 16:00:43
Revision:424860Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: use autoplist instead of py3kplist.

 - py3kplist should only be used if there is no alternative.
 - MFH in conjuction with r424744

PR:		213812
Reported by:	rm
MFH:		2016Q4
1.6.2
27 Oct 2016 06:10:54
Revision:424744Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: fix packages with Python 3

PR:		213812
Submitted by:	jbeich
1.6.2
29 Jun 2016 06:00:57
Revision:417758Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.9.2.

ChangeLog:
 * CLI: Progress now has a clear keyword that hides the bar on completion
 * CLI: Progress without clear now starts on next line without having to
        manually add '\n'.
 * Commands: modifiers now accept a timeout parameter (#281)
 * Commands: BG modifier now allows stdout/stderr redirection (to screen,
             for example) (#258)
 * Commands: Modifiers no longer crash on repr (#262)
 * Remote: nohup works again, typo fixed (#261)
 * Added better support for SunOS and other OS's. (#260)
 * Colors: Context manager flushes stream now, provides more consistant results
 * Other smaller bugfixes, better support for Python 3.6+
1.6.1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.6.1
08 Feb 2016 04:05:57
Revision:408462Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.6.1

 - Switching testing frameworks from nosetest to pytest
 - Use setup.py to run tests
1.6.0
16 Dec 2015 17:15:00
Revision:403869Original commit files touched by this commit
dbn search for other commits by this committer
sysutils/py-plumbum: update to 1.6.0

Port Changes:
 - Add test target using nosetests.
 - Switch to GH distribution to get unit tests.
 - Add pkg-plist (do not use autoplist generation)

Change Log:
 - Added support for Python 3.5, PyPy, and better Windows and Mac support, with
   CI testing (#218, #217, #226)
 - Colors: Added colors module, support for colors added to cli (#213)
 - Machines: Added .get() method for checking several commands. (#205)
 - Machines: local.cwd now is the current directory even if you change the
             directory with non-Plumbum methods (fixes unexpected behavior).
             (#207)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4.2
24 Oct 2014 16:56:10
Revision:371454Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of sysutils/ to new USES=python

Approved by:	portmgr (implicit)
1.4.2
12 May 2014 16:19:07
Revision:353861Original commit files touched by this commit
dbn search for other commits by this committer
Update sysutils/py-plumbum to 1.4.2.

ChangeLog:
Maintenance release with mostly minor bug fixes, mostly revolving around
Paramiko/Python 3 integration.
1.4.1
01 Mar 2014 06:41:46
Revision:346596Original commit files touched by this commit
dbn search for other commits by this committer
Update sysutils/py-plumbum to 1.4.1.

ChangeLog:
 * Force /bin/sh to be the shell in SshMachine.session() (#111)
 * Added islink() and unlink() to path objects (#100, #103)
 * Added access to path objects
 * Faster which implementation (#98)
 * Several minor bug fixes
1.4.0
19 Dec 2013 15:21:50
Revision:336924Original commit files touched by this commit
dbn search for other commits by this committer
Introduce sysutils/py-plumbum 1.4.0.

Number of commits found: 37