pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-sarge py-sarge: import version 0.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94e819db056b
branches:  trunk
changeset: 447744:94e819db056b
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Feb 25 15:23:21 2021 +0000

description:
py-sarge: import version 0.1.6

py-sarge is 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.

diffstat:

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

diffs (58 lines):

diff -r 78181c94db75 -r 94e819db056b devel/py-sarge/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sarge/DESCR      Thu Feb 25 15:23:21 2021 +0000
@@ -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 -r 78181c94db75 -r 94e819db056b devel/py-sarge/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sarge/Makefile   Thu Feb 25 15:23:21 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/02/25 15:23:21 khorben Exp $
+
+DISTNAME=      sarge-0.1.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sarge/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://bitbucket.org/vinay.sajip/sarge/
+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 -r 78181c94db75 -r 94e819db056b devel/py-sarge/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sarge/PLIST      Thu Feb 25 15:23:21 2021 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/25 15:23:21 khorben Exp $
+${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 -r 78181c94db75 -r 94e819db056b devel/py-sarge/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sarge/distinfo   Thu Feb 25 15:23:21 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/25 15:23:21 khorben Exp $
+
+SHA1 (sarge-0.1.6.tar.gz) = e258e2ff546f3ec35d6aaf1aa2af0f5b26e13bea
+RMD160 (sarge-0.1.6.tar.gz) = 7f9640b40e42628b0c731f2b9cfcdd5d3ac0742c
+SHA512 (sarge-0.1.6.tar.gz) = 836cc7b2a7b18437e0e0a79d0ed9313d277ba6b3c56b497511e831311858a77a19541e29a5096bddd506af10f1d9fad5b2cc6b872f134a66881cecb2502fac32
+Size (sarge-0.1.6.tar.gz) = 26244 bytes



Home | Main Index | Thread Index | Old Index