pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils py-sh: added version 1.12.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1ae4fc3c636
branches: trunk
changeset: 413691:f1ae4fc3c636
user: adam <adam%pkgsrc.org@localhost>
date: Sat Mar 21 19:26:59 2020 +0000
description:
py-sh: added version 1.12.14
sh is a full-fledged subprocess replacement for Python that allows you to call
any program as if it were a function.
diffstat:
sysutils/Makefile | 3 ++-
sysutils/py-sh/DESCR | 2 ++
sysutils/py-sh/Makefile | 17 +++++++++++++++++
sysutils/py-sh/PLIST | 9 +++++++++
sysutils/py-sh/distinfo | 6 ++++++
5 files changed, 36 insertions(+), 1 deletions(-)
diffs (67 lines):
diff -r f3e065944a76 -r f1ae4fc3c636 sysutils/Makefile
--- a/sysutils/Makefile Sat Mar 21 19:26:12 2020 +0000
+++ b/sysutils/Makefile Sat Mar 21 19:26:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.867 2020/03/19 19:43:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.868 2020/03/21 19:26:59 adam Exp $
#
COMMENT= System utilities
@@ -494,6 +494,7 @@
SUBDIR+= py-salt-pepper
SUBDIR+= py-setconf
SUBDIR+= py-setproctitle
+SUBDIR+= py-sh
SUBDIR+= py-structlog
SUBDIR+= py-supervisor
SUBDIR+= py-syslog-ng
diff -r f3e065944a76 -r f1ae4fc3c636 sysutils/py-sh/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-sh/DESCR Sat Mar 21 19:26:59 2020 +0000
@@ -0,0 +1,2 @@
+sh is a full-fledged subprocess replacement for Python that allows you to call
+any program as if it were a function.
diff -r f3e065944a76 -r f1ae4fc3c636 sysutils/py-sh/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-sh/Makefile Sat Mar 21 19:26:59 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/03/21 19:26:59 adam Exp $
+
+DISTNAME= sh-1.12.14
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= sysutils python
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sh/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/amoffat/sh
+COMMENT= Python subprocess replacement
+LICENSE= mit
+
+# some test failures, see https://github.com/amoffat/sh/issues/347
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f3e065944a76 -r f1ae4fc3c636 sysutils/py-sh/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-sh/PLIST Sat Mar 21 19:26:59 2020 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/21 19:26:59 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sh.py
+${PYSITELIB}/sh.pyc
+${PYSITELIB}/sh.pyo
diff -r f3e065944a76 -r f1ae4fc3c636 sysutils/py-sh/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-sh/distinfo Sat Mar 21 19:26:59 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/21 19:26:59 adam Exp $
+
+SHA1 (sh-1.12.14.tar.gz) = aafac521b3f38089169f38135ad5533acfb8eae7
+RMD160 (sh-1.12.14.tar.gz) = 49b53f06797959c42b339885ff47473cb3d801a5
+SHA512 (sh-1.12.14.tar.gz) = 5f2daa2666cf8efe90ba550c8ea5875f2a8812d787597c9d9b933f58feccd192e1ec0ab5695b756bdbfbf9748d106c2045be20838e680b31dac3f778970b5786
+Size (sh-1.12.14.tar.gz) = 56861 bytes
Home |
Main Index |
Thread Index |
Old Index