pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
Module Name: pkgsrc
Committed By: adam
Date: Sat Mar 21 19:26:59 UTC 2020
Modified Files:
pkgsrc/sysutils: Makefile
Added Files:
pkgsrc/sysutils/py-sh: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.867 -r1.868 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-sh/DESCR \
pkgsrc/sysutils/py-sh/Makefile pkgsrc/sysutils/py-sh/PLIST \
pkgsrc/sysutils/py-sh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.867 pkgsrc/sysutils/Makefile:1.868
--- pkgsrc/sysutils/Makefile:1.867 Thu Mar 19 19:43:52 2020
+++ pkgsrc/sysutils/Makefile Sat Mar 21 19:26:59 2020
@@ -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-pyinotify
SUBDIR+= py-salt-pepper
SUBDIR+= py-setconf
SUBDIR+= py-setproctitle
+SUBDIR+= py-sh
SUBDIR+= py-structlog
SUBDIR+= py-supervisor
SUBDIR+= py-syslog-ng
Added files:
Index: pkgsrc/sysutils/py-sh/DESCR
diff -u /dev/null pkgsrc/sysutils/py-sh/DESCR:1.1
--- /dev/null Sat Mar 21 19:27:00 2020
+++ pkgsrc/sysutils/py-sh/DESCR Sat Mar 21 19:26:59 2020
@@ -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.
Index: pkgsrc/sysutils/py-sh/Makefile
diff -u /dev/null pkgsrc/sysutils/py-sh/Makefile:1.1
--- /dev/null Sat Mar 21 19:27:00 2020
+++ pkgsrc/sysutils/py-sh/Makefile Sat Mar 21 19:26:59 2020
@@ -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"
Index: pkgsrc/sysutils/py-sh/PLIST
diff -u /dev/null pkgsrc/sysutils/py-sh/PLIST:1.1
--- /dev/null Sat Mar 21 19:27:00 2020
+++ pkgsrc/sysutils/py-sh/PLIST Sat Mar 21 19:26:59 2020
@@ -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
Index: pkgsrc/sysutils/py-sh/distinfo
diff -u /dev/null pkgsrc/sysutils/py-sh/distinfo:1.1
--- /dev/null Sat Mar 21 19:27:00 2020
+++ pkgsrc/sysutils/py-sh/distinfo Sat Mar 21 19:26:59 2020
@@ -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