aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-plumbum
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2018-06-02 16:32:37 +0000
committerDavid Naylor <dbn@FreeBSD.org>2018-06-02 16:32:37 +0000
commit01a0f3300269f0938e552c414a3a44fda2475988 (patch)
treeff6e26d651b82cd0b5d80f59e862b11089d72a5b /sysutils/py-plumbum
parentf3a024906aa3dda1e685f43154cffd8985c001a2 (diff)
downloadports-01a0f3300269f0938e552c414a3a44fda2475988.tar.gz
ports-01a0f3300269f0938e552c414a3a44fda2475988.zip
sysutils/py-plumbum: fix comment and pkg-descr
PR: 226697 Submitted by: 0mp
Notes
Notes: svn path=/head/; revision=471377
Diffstat (limited to 'sysutils/py-plumbum')
-rw-r--r--sysutils/py-plumbum/Makefile3
-rw-r--r--sysutils/py-plumbum/pkg-descr20
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/