pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-sarge



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Feb 25 15:23:21 UTC 2021

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-sarge/DESCR \
    pkgsrc/devel/py-sarge/Makefile pkgsrc/devel/py-sarge/PLIST \
    pkgsrc/devel/py-sarge/distinfo

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

Added files:

Index: pkgsrc/devel/py-sarge/DESCR
diff -u /dev/null pkgsrc/devel/py-sarge/DESCR:1.1
--- /dev/null   Thu Feb 25 15:23:21 2021
+++ pkgsrc/devel/py-sarge/DESCR Thu Feb 25 15:23:21 2021
@@ -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.
Index: pkgsrc/devel/py-sarge/Makefile
diff -u /dev/null pkgsrc/devel/py-sarge/Makefile:1.1
--- /dev/null   Thu Feb 25 15:23:21 2021
+++ pkgsrc/devel/py-sarge/Makefile      Thu Feb 25 15:23:21 2021
@@ -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"
Index: pkgsrc/devel/py-sarge/PLIST
diff -u /dev/null pkgsrc/devel/py-sarge/PLIST:1.1
--- /dev/null   Thu Feb 25 15:23:21 2021
+++ pkgsrc/devel/py-sarge/PLIST Thu Feb 25 15:23:21 2021
@@ -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
Index: pkgsrc/devel/py-sarge/distinfo
diff -u /dev/null pkgsrc/devel/py-sarge/distinfo:1.1
--- /dev/null   Thu Feb 25 15:23:21 2021
+++ pkgsrc/devel/py-sarge/distinfo      Thu Feb 25 15:23:21 2021
@@ -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