Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2013 15:21:50 +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: r336924 - in head/sysutils: . py-plumbum
Message-ID:  <201312191521.rBJFLoec079420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Thu Dec 19 15:21:49 2013
New Revision: 336924
URL: http://svnweb.freebsd.org/changeset/ports/336924

Log:
  Introduce sysutils/py-plumbum 1.4.0.

Added:
  head/sysutils/py-plumbum/
  head/sysutils/py-plumbum/Makefile   (contents, props changed)
  head/sysutils/py-plumbum/distinfo   (contents, props changed)
  head/sysutils/py-plumbum/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Dec 19 15:16:59 2013	(r336923)
+++ head/sysutils/Makefile	Thu Dec 19 15:21:49 2013	(r336924)
@@ -743,6 +743,7 @@
     SUBDIR += py-halite 
     SUBDIR += py-iowait
     SUBDIR += py-nagiosplugin
+    SUBDIR += py-plumbum
     SUBDIR += py-psutil
     SUBDIR += py-pytsk
     SUBDIR += py-ranger

Added: head/sysutils/py-plumbum/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-plumbum/Makefile	Thu Dec 19 15:21:49 2013	(r336924)
@@ -0,0 +1,19 @@
+# Created by: David Naylor <dbn@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	plumbum
+PORTVERSION=	1.4.0
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbn@FreeBSD.org
+COMMENT=	Shell combinators and more for python
+
+LICENSE=	MIT
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-plumbum/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-plumbum/distinfo	Thu Dec 19 15:21:49 2013	(r336924)
@@ -0,0 +1,2 @@
+SHA256 (plumbum-1.4.0.tar.gz) = d3f71815e37099b23306bc5c5008ea2800cdec5b0495dc4336c60cbdcf9b22ee
+SIZE (plumbum-1.4.0.tar.gz) = 50779

Added: head/sysutils/py-plumbum/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-plumbum/pkg-descr	Thu Dec 19 15:21:49 2013	(r336924)
@@ -0,0 +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.
+
+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?201312191521.rBJFLoec079420>