summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2021-02-25 15:23:21 +0000
committerkhorben <khorben@pkgsrc.org>2021-02-25 15:23:21 +0000
commite95080b429498800605158de9d0440e22c6b8198 (patch)
treedba85446529b14a42895dc7bf2b83188ca06368d /devel
parente8eb8d7fd4c4978cd06ffab2d51745a15823658b (diff)
downloadpkgsrc-e95080b429498800605158de9d0440e22c6b8198.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/py-sarge/DESCR8
-rw-r--r--devel/py-sarge/Makefile17
-rw-r--r--devel/py-sarge/PLIST11
-rw-r--r--devel/py-sarge/distinfo6
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/py-sarge/DESCR b/devel/py-sarge/DESCR
new file mode 100644
index 00000000000..0f211deb13d
--- /dev/null
+++ b/devel/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/devel/py-sarge/Makefile b/devel/py-sarge/Makefile
new file mode 100644
index 00000000000..3511d864973
--- /dev/null
+++ b/devel/py-sarge/Makefile
@@ -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
+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 --git a/devel/py-sarge/PLIST b/devel/py-sarge/PLIST
new file mode 100644
index 00000000000..273d456b7a2
--- /dev/null
+++ b/devel/py-sarge/PLIST
@@ -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 --git a/devel/py-sarge/distinfo b/devel/py-sarge/distinfo
new file mode 100644
index 00000000000..e3c09a4b99e
--- /dev/null
+++ b/devel/py-sarge/distinfo
@@ -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