Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 16:32:38 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471377 - head/sysutils/py-plumbum
Message-ID:  <201806021632.w52GWcQv051557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sat Jun  2 16:32:37 2018
New Revision: 471377
URL: https://svnweb.freebsd.org/changeset/ports/471377

Log:
  sysutils/py-plumbum: fix comment and pkg-descr
  
  PR:		226697
  Submitted by:	0mp

Modified:
  head/sysutils/py-plumbum/Makefile
  head/sysutils/py-plumbum/pkg-descr

Modified: head/sysutils/py-plumbum/Makefile
==============================================================================
--- head/sysutils/py-plumbum/Makefile	Sat Jun  2 16:21:06 2018	(r471376)
+++ head/sysutils/py-plumbum/Makefile	Sat Jun  2 16:32:37 2018	(r471377)
@@ -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

Modified: head/sysutils/py-plumbum/pkg-descr
==============================================================================
--- head/sysutils/py-plumbum/pkg-descr	Sat Jun  2 16:21:06 2018	(r471376)
+++ head/sysutils/py-plumbum/pkg-descr	Sat Jun  2 16:32:37 2018	(r471377)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806021632.w52GWcQv051557>