pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-plumbum



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Sep 29 02:27:30 UTC 2020

Added Files:
        pkgsrc/devel/py-plumbum: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-plumbum/DESCR \
    pkgsrc/devel/py-plumbum/Makefile pkgsrc/devel/py-plumbum/PLIST \
    pkgsrc/devel/py-plumbum/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-plumbum/DESCR
diff -u /dev/null pkgsrc/devel/py-plumbum/DESCR:1.1
--- /dev/null   Tue Sep 29 02:27:30 2020
+++ pkgsrc/devel/py-plumbum/DESCR       Tue Sep 29 02:27:30 2020
@@ -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.
Index: pkgsrc/devel/py-plumbum/Makefile
diff -u /dev/null pkgsrc/devel/py-plumbum/Makefile:1.1
--- /dev/null   Tue Sep 29 02:27:30 2020
+++ pkgsrc/devel/py-plumbum/Makefile    Tue Sep 29 02:27:30 2020
@@ -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"
Index: pkgsrc/devel/py-plumbum/PLIST
diff -u /dev/null pkgsrc/devel/py-plumbum/PLIST:1.1
--- /dev/null   Tue Sep 29 02:27:30 2020
+++ pkgsrc/devel/py-plumbum/PLIST       Tue Sep 29 02:27:30 2020
@@ -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
Index: pkgsrc/devel/py-plumbum/distinfo
diff -u /dev/null pkgsrc/devel/py-plumbum/distinfo:1.1
--- /dev/null   Tue Sep 29 02:27:30 2020
+++ pkgsrc/devel/py-plumbum/distinfo    Tue Sep 29 02:27:30 2020
@@ -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