pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-plumbum py-plumbum: import version 1.6.1.post0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e702c522e5e
branches:  trunk
changeset: 439809:9e702c522e5e
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Tue Sep 29 02:27:30 2020 +0000

description:
py-plumbum: import version 1.6.1.post0

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.

diffstat:

 devel/py-plumbum/DESCR    |   12 ++++
 devel/py-plumbum/Makefile |   14 +++++
 devel/py-plumbum/PLIST    |  122 ++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-plumbum/distinfo |    6 ++
 4 files changed, 154 insertions(+), 0 deletions(-)

diffs (170 lines):

diff -r f9fc6469e188 -r 9e702c522e5e devel/py-plumbum/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-plumbum/DESCR    Tue Sep 29 02:27:30 2020 +0000
@@ -0,0 +1,12 @@
+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.
diff -r f9fc6469e188 -r 9e702c522e5e devel/py-plumbum/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-plumbum/Makefile Tue Sep 29 02:27:30 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/09/29 02:27:30 khorben Exp $
+
+DISTNAME=      plumbum-1.6.1.post0
+CATEGORIES=    devel
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/plumbum/}
+
+MAINTAINER=    gde%llew.me@localhost
+HOMEPAGE=      http://plumbum.readthedocs.org/
+COMMENT=       Plumbum: shell combinators library
+LICENSE=       mit
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f9fc6469e188 -r 9e702c522e5e devel/py-plumbum/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-plumbum/PLIST    Tue Sep 29 02:27:30 2020 +0000
@@ -0,0 +1,122 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/29 02:27:30 khorben Exp $
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/plumbum/__init__.py
+${PYSITELIB}/plumbum/__init__.pyc
+${PYSITELIB}/plumbum/__init__.pyo
+${PYSITELIB}/plumbum/_testtools.py
+${PYSITELIB}/plumbum/_testtools.pyc
+${PYSITELIB}/plumbum/_testtools.pyo
+${PYSITELIB}/plumbum/cli/__init__.py
+${PYSITELIB}/plumbum/cli/__init__.pyc
+${PYSITELIB}/plumbum/cli/__init__.pyo
+${PYSITELIB}/plumbum/cli/application.py
+${PYSITELIB}/plumbum/cli/application.pyc
+${PYSITELIB}/plumbum/cli/application.pyo
+${PYSITELIB}/plumbum/cli/progress.py
+${PYSITELIB}/plumbum/cli/progress.pyc
+${PYSITELIB}/plumbum/cli/progress.pyo
+${PYSITELIB}/plumbum/cli/switches.py
+${PYSITELIB}/plumbum/cli/switches.pyc
+${PYSITELIB}/plumbum/cli/switches.pyo
+${PYSITELIB}/plumbum/cli/terminal.py
+${PYSITELIB}/plumbum/cli/terminal.pyc
+${PYSITELIB}/plumbum/cli/terminal.pyo
+${PYSITELIB}/plumbum/cli/termsize.py
+${PYSITELIB}/plumbum/cli/termsize.pyc
+${PYSITELIB}/plumbum/cli/termsize.pyo
+${PYSITELIB}/plumbum/colorlib/__init__.py
+${PYSITELIB}/plumbum/colorlib/__init__.pyc
+${PYSITELIB}/plumbum/colorlib/__init__.pyo
+${PYSITELIB}/plumbum/colorlib/__main__.py
+${PYSITELIB}/plumbum/colorlib/__main__.pyc
+${PYSITELIB}/plumbum/colorlib/__main__.pyo
+${PYSITELIB}/plumbum/colorlib/_ipython_ext.py
+${PYSITELIB}/plumbum/colorlib/_ipython_ext.pyc
+${PYSITELIB}/plumbum/colorlib/_ipython_ext.pyo
+${PYSITELIB}/plumbum/colorlib/factories.py
+${PYSITELIB}/plumbum/colorlib/factories.pyc
+${PYSITELIB}/plumbum/colorlib/factories.pyo
+${PYSITELIB}/plumbum/colorlib/names.py
+${PYSITELIB}/plumbum/colorlib/names.pyc
+${PYSITELIB}/plumbum/colorlib/names.pyo
+${PYSITELIB}/plumbum/colorlib/styles.py
+${PYSITELIB}/plumbum/colorlib/styles.pyc
+${PYSITELIB}/plumbum/colorlib/styles.pyo
+${PYSITELIB}/plumbum/colors.py
+${PYSITELIB}/plumbum/colors.pyc
+${PYSITELIB}/plumbum/colors.pyo
+${PYSITELIB}/plumbum/commands/__init__.py
+${PYSITELIB}/plumbum/commands/__init__.pyc
+${PYSITELIB}/plumbum/commands/__init__.pyo
+${PYSITELIB}/plumbum/commands/base.py
+${PYSITELIB}/plumbum/commands/base.pyc
+${PYSITELIB}/plumbum/commands/base.pyo
+${PYSITELIB}/plumbum/commands/daemons.py
+${PYSITELIB}/plumbum/commands/daemons.pyc
+${PYSITELIB}/plumbum/commands/daemons.pyo
+${PYSITELIB}/plumbum/commands/modifiers.py
+${PYSITELIB}/plumbum/commands/modifiers.pyc
+${PYSITELIB}/plumbum/commands/modifiers.pyo
+${PYSITELIB}/plumbum/commands/processes.py
+${PYSITELIB}/plumbum/commands/processes.pyc
+${PYSITELIB}/plumbum/commands/processes.pyo
+${PYSITELIB}/plumbum/fs/__init__.py
+${PYSITELIB}/plumbum/fs/__init__.pyc
+${PYSITELIB}/plumbum/fs/__init__.pyo
+${PYSITELIB}/plumbum/fs/atomic.py
+${PYSITELIB}/plumbum/fs/atomic.pyc
+${PYSITELIB}/plumbum/fs/atomic.pyo
+${PYSITELIB}/plumbum/fs/mounts.py
+${PYSITELIB}/plumbum/fs/mounts.pyc
+${PYSITELIB}/plumbum/fs/mounts.pyo
+${PYSITELIB}/plumbum/lib.py
+${PYSITELIB}/plumbum/lib.pyc
+${PYSITELIB}/plumbum/lib.pyo
+${PYSITELIB}/plumbum/machines/__init__.py
+${PYSITELIB}/plumbum/machines/__init__.pyc
+${PYSITELIB}/plumbum/machines/__init__.pyo
+${PYSITELIB}/plumbum/machines/_windows.py
+${PYSITELIB}/plumbum/machines/_windows.pyc
+${PYSITELIB}/plumbum/machines/_windows.pyo
+${PYSITELIB}/plumbum/machines/base.py
+${PYSITELIB}/plumbum/machines/base.pyc
+${PYSITELIB}/plumbum/machines/base.pyo
+${PYSITELIB}/plumbum/machines/env.py
+${PYSITELIB}/plumbum/machines/env.pyc
+${PYSITELIB}/plumbum/machines/env.pyo
+${PYSITELIB}/plumbum/machines/local.py
+${PYSITELIB}/plumbum/machines/local.pyc
+${PYSITELIB}/plumbum/machines/local.pyo
+${PYSITELIB}/plumbum/machines/paramiko_machine.py
+${PYSITELIB}/plumbum/machines/paramiko_machine.pyc
+${PYSITELIB}/plumbum/machines/paramiko_machine.pyo
+${PYSITELIB}/plumbum/machines/remote.py
+${PYSITELIB}/plumbum/machines/remote.pyc
+${PYSITELIB}/plumbum/machines/remote.pyo
+${PYSITELIB}/plumbum/machines/session.py
+${PYSITELIB}/plumbum/machines/session.pyc
+${PYSITELIB}/plumbum/machines/session.pyo
+${PYSITELIB}/plumbum/machines/ssh_machine.py
+${PYSITELIB}/plumbum/machines/ssh_machine.pyc
+${PYSITELIB}/plumbum/machines/ssh_machine.pyo
+${PYSITELIB}/plumbum/path/__init__.py
+${PYSITELIB}/plumbum/path/__init__.pyc
+${PYSITELIB}/plumbum/path/__init__.pyo
+${PYSITELIB}/plumbum/path/base.py
+${PYSITELIB}/plumbum/path/base.pyc
+${PYSITELIB}/plumbum/path/base.pyo
+${PYSITELIB}/plumbum/path/local.py
+${PYSITELIB}/plumbum/path/local.pyc
+${PYSITELIB}/plumbum/path/local.pyo
+${PYSITELIB}/plumbum/path/remote.py
+${PYSITELIB}/plumbum/path/remote.pyc
+${PYSITELIB}/plumbum/path/remote.pyo
+${PYSITELIB}/plumbum/path/utils.py
+${PYSITELIB}/plumbum/path/utils.pyc
+${PYSITELIB}/plumbum/path/utils.pyo
+${PYSITELIB}/plumbum/version.py
+${PYSITELIB}/plumbum/version.pyc
+${PYSITELIB}/plumbum/version.pyo
diff -r f9fc6469e188 -r 9e702c522e5e devel/py-plumbum/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-plumbum/distinfo Tue Sep 29 02:27:30 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/29 02:27:30 khorben Exp $
+
+SHA1 (plumbum-1.6.1.post0.tar.gz) = 32eda54d748c038eac21803ff9234501faf61a7e
+RMD160 (plumbum-1.6.1.post0.tar.gz) = e6eb29d08d8d9507ce63e2495515869140abe3f6
+SHA512 (plumbum-1.6.1.post0.tar.gz) = 5953de181a415d218f9da615c51b9669c93e8bc6995b91571496facce120ebf86a4a5a4a29e6cb226d426d7e479fd4dff996bbeeba135ea2f0b84d17a42a5b7e
+Size (plumbum-1.6.1.post0.tar.gz) = 79217 bytes



Home | Main Index | Thread Index | Old Index