diff options
author | David Naylor <dbn@FreeBSD.org> | 2018-06-02 16:32:37 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2018-06-02 16:32:37 +0000 |
commit | 01a0f3300269f0938e552c414a3a44fda2475988 (patch) | |
tree | ff6e26d651b82cd0b5d80f59e862b11089d72a5b /sysutils | |
parent | f3a024906aa3dda1e685f43154cffd8985c001a2 (diff) | |
download | ports-01a0f3300269f0938e552c414a3a44fda2475988.tar.gz ports-01a0f3300269f0938e552c414a3a44fda2475988.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-plumbum/Makefile | 3 | ||||
-rw-r--r-- | sysutils/py-plumbum/pkg-descr | 20 |
2 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/py-plumbum/Makefile b/sysutils/py-plumbum/Makefile index 4d2a59be51bc..c6e14412e39f 100644 --- a/sysutils/py-plumbum/Makefile +++ b/sysutils/py-plumbum/Makefile @@ -3,12 +3,13 @@ PORTNAME= plumbum PORTVERSION= 1.6.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbn@FreeBSD.org -COMMENT= Shell combinators and more for python +COMMENT= Shell combinators and more for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-plumbum/pkg-descr b/sysutils/py-plumbum/pkg-descr index 7148aac6e183..772573d80f72 100644 --- a/sysutils/py-plumbum/pkg-descr +++ b/sysutils/py-plumbum/pkg-descr @@ -1,14 +1,14 @@ 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. +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! +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! WWW: http://plumbum.readthedocs.org/en/latest/ |