pkgsrc-WIP-changes archive

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

wip/py-sarge: import py27-sarge-0.1.4



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 03:27:03 2017 +0200
Changeset:	5b4e6d3c8db5f952b9e646711acad20a0b2348a8

Added Files:
	py-sarge/DESCR
	py-sarge/Makefile
	py-sarge/PLIST
	py-sarge/distinfo

Log Message:
wip/py-sarge: import py27-sarge-0.1.4

A wrapper for subprocess which provides command pipeline functionality.

The sarge package provides a wrapper for subprocess which provides command
pipeline functionality.

This package leverages subprocess to provide easy-to-use cross-platform
command pipelines with a Posix flavour: you can have chains of commands using
;, &, pipes using | and |&, and redirection.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b4e6d3c8db5f952b9e646711acad20a0b2348a8

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

diffstat:
 py-sarge/DESCR    |  8 ++++++++
 py-sarge/Makefile | 17 +++++++++++++++++
 py-sarge/PLIST    | 11 +++++++++++
 py-sarge/distinfo |  6 ++++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/py-sarge/DESCR b/py-sarge/DESCR
new file mode 100644
index 0000000000..0f211deb13
--- /dev/null
+++ b/py-sarge/DESCR
@@ -0,0 +1,8 @@
+A wrapper for subprocess which provides command pipeline functionality.
+
+The sarge package provides a wrapper for subprocess which provides command
+pipeline functionality.
+
+This package leverages subprocess to provide easy-to-use cross-platform
+command pipelines with a Posix flavour: you can have chains of commands using
+;, &, pipes using | and |&, and redirection.
diff --git a/py-sarge/Makefile b/py-sarge/Makefile
new file mode 100644
index 0000000000..4a7786532c
--- /dev/null
+++ b/py-sarge/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	sarge-0.1.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/sarge/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://sarge.readthedocs.org/
+COMMENT=	Wrapper for subprocess which provides command pipeline functionality
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sarge/PLIST b/py-sarge/PLIST
new file mode 100644
index 0000000000..a2887b2750
--- /dev/null
+++ b/py-sarge/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/sarge/__init__.py
+${PYSITELIB}/sarge/__init__.pyc
+${PYSITELIB}/sarge/__init__.pyo
+${PYSITELIB}/sarge/shlext.py
+${PYSITELIB}/sarge/shlext.pyc
+${PYSITELIB}/sarge/shlext.pyo
+${PYSITELIB}/sarge/utils.py
+${PYSITELIB}/sarge/utils.pyc
+${PYSITELIB}/sarge/utils.pyo
diff --git a/py-sarge/distinfo b/py-sarge/distinfo
new file mode 100644
index 0000000000..91d73c0bbe
--- /dev/null
+++ b/py-sarge/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sarge-0.1.4.tar.gz) = a3eb4f1bf152b8870cb0be647eda128a64320d58
+RMD160 (sarge-0.1.4.tar.gz) = c4617ae4e03b8dec9123a3dd55ca886194830c0a
+SHA512 (sarge-0.1.4.tar.gz) = 150af169c18214dd600cec0c3d36b1fba266eef2103927405550d7c7b7256950aa753d294ad2aca02913cc0583a8be267d7e8b912ba585eabff26ca37d852c40
+Size (sarge-0.1.4.tar.gz) = 50472 bytes


Home | Main Index | Thread Index | Old Index