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.
This commit is contained in:
Kamil Rytarowski 2017-10-08 03:27:03 +02:00
parent e154bbd30f
commit 5b4e6d3c8d
4 changed files with 42 additions and 0 deletions

8
py-sarge/DESCR Normal file
View File

@ -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.

17
py-sarge/Makefile Normal file
View File

@ -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
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"

11
py-sarge/PLIST Normal file
View File

@ -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

6
py-sarge/distinfo Normal file
View File

@ -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