pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-shutil



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 24 06:49:39 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-shutil/DESCR \
    pkgsrc/devel/py-test-shutil/Makefile pkgsrc/devel/py-test-shutil/PLIST \
    pkgsrc/devel/py-test-shutil/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-test-shutil/DESCR
diff -u /dev/null pkgsrc/devel/py-test-shutil/DESCR:1.1
--- /dev/null   Sat Mar 24 06:49:39 2018
+++ pkgsrc/devel/py-test-shutil/DESCR   Sat Mar 24 06:49:39 2018
@@ -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.
Index: pkgsrc/devel/py-test-shutil/Makefile
diff -u /dev/null pkgsrc/devel/py-test-shutil/Makefile:1.1
--- /dev/null   Sat Mar 24 06:49:39 2018
+++ pkgsrc/devel/py-test-shutil/Makefile        Sat Mar 24 06:49:39 2018
@@ -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"
Index: pkgsrc/devel/py-test-shutil/PLIST
diff -u /dev/null pkgsrc/devel/py-test-shutil/PLIST:1.1
--- /dev/null   Sat Mar 24 06:49:39 2018
+++ pkgsrc/devel/py-test-shutil/PLIST   Sat Mar 24 06:49:39 2018
@@ -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
Index: pkgsrc/devel/py-test-shutil/distinfo
diff -u /dev/null pkgsrc/devel/py-test-shutil/distinfo:1.1
--- /dev/null   Sat Mar 24 06:49:39 2018
+++ pkgsrc/devel/py-test-shutil/distinfo        Sat Mar 24 06:49:39 2018
@@ -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