pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-shutil py-test-shutil: added version 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0298e76fc8b1
branches:  trunk
changeset: 377878:0298e76fc8b1
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 24 06:49:39 2018 +0000

description:
py-test-shutil: added version 1.3.0

This library is a goodie-bag of Unix shell and environment management tools for
automated tests. A summary of the available functions is below, look at the
source for the full listing.

diffstat:

 devel/py-test-shutil/DESCR    |   3 +++
 devel/py-test-shutil/Makefile |  24 ++++++++++++++++++++++++
 devel/py-test-shutil/PLIST    |  22 ++++++++++++++++++++++
 devel/py-test-shutil/distinfo |   6 ++++++
 4 files changed, 55 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r ec7dae2a071d -r 0298e76fc8b1 devel/py-test-shutil/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-shutil/DESCR        Sat Mar 24 06:49:39 2018 +0000
@@ -0,0 +1,3 @@
+This library is a goodie-bag of Unix shell and environment management tools for
+automated tests. A summary of the available functions is below, look at the
+source for the full listing.
diff -r ec7dae2a071d -r 0298e76fc8b1 devel/py-test-shutil/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-shutil/Makefile     Sat Mar 24 06:49:39 2018 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/03/24 06:49:39 adam Exp $
+
+DISTNAME=      pytest-shutil-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-shutil/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/manahl/pytest-plugins
+COMMENT=       Unix shell and environment tools for py.test
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
+DEPENDS+=      ${PYPKGPREFIX}-execnet-[0-9]*:../../devel/py-execnet
+DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-path.py-[0-9]*:../../devel/py-path.py
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
+DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ec7dae2a071d -r 0298e76fc8b1 devel/py-test-shutil/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-shutil/PLIST        Sat Mar 24 06:49:39 2018 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/24 06:49:39 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_shutil/__init__.py
+${PYSITELIB}/pytest_shutil/__init__.pyc
+${PYSITELIB}/pytest_shutil/__init__.pyo
+${PYSITELIB}/pytest_shutil/cmdline.py
+${PYSITELIB}/pytest_shutil/cmdline.pyc
+${PYSITELIB}/pytest_shutil/cmdline.pyo
+${PYSITELIB}/pytest_shutil/env.py
+${PYSITELIB}/pytest_shutil/env.pyc
+${PYSITELIB}/pytest_shutil/env.pyo
+${PYSITELIB}/pytest_shutil/run.py
+${PYSITELIB}/pytest_shutil/run.pyc
+${PYSITELIB}/pytest_shutil/run.pyo
+${PYSITELIB}/pytest_shutil/workspace.py
+${PYSITELIB}/pytest_shutil/workspace.pyc
+${PYSITELIB}/pytest_shutil/workspace.pyo
diff -r ec7dae2a071d -r 0298e76fc8b1 devel/py-test-shutil/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-shutil/distinfo     Sat Mar 24 06:49:39 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/24 06:49:39 adam Exp $
+
+SHA1 (pytest-shutil-1.3.0.tar.gz) = 09ecdc85412e554fb2926ddd41403ae698fd62fc
+RMD160 (pytest-shutil-1.3.0.tar.gz) = ea021ee0eb1620b4ebd4e0de6d8d9c078b96cdb1
+SHA512 (pytest-shutil-1.3.0.tar.gz) = 93ba36359457cdc2f65dcd2357ef3be68c7487b2ec2fc4fc66c3718cd29fc61054ed6f6e721ecf649f947a48abbdd2d2a1f14bfea912a9617d104da3cfdcae32
+Size (pytest-shutil-1.3.0.tar.gz) = 20990 bytes



Home | Main Index | Thread Index | Old Index