pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-utils Add py-test-utils-0.1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/635af5acf835
branches:  trunk
changeset: 369421:635af5acf835
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 14:09:01 2017 +0000

description:
Add py-test-utils-0.1.0:

This module provides a collection of utility functions and classes which
make writing and running functional and integration tests easier.

diffstat:

 devel/py-test-utils/DESCR    |   2 ++
 devel/py-test-utils/Makefile |  16 ++++++++++++++++
 devel/py-test-utils/PLIST    |  11 +++++++++++
 devel/py-test-utils/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r f9103e26e6a9 -r 635af5acf835 devel/py-test-utils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-utils/DESCR Fri Sep 29 14:09:01 2017 +0000
@@ -0,0 +1,2 @@
+This module provides a collection of utility functions and classes which
+make writing and running functional and integration tests easier.
diff -r f9103e26e6a9 -r 635af5acf835 devel/py-test-utils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-utils/Makefile      Fri Sep 29 14:09:01 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 14:09:01 joerg Exp $
+
+DISTNAME=      test-utils-0.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/test-utils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Kami/python-test-utils/
+COMMENT=       Utility functions for py.test
+LICENSE=       apache-2.0
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f9103e26e6a9 -r 635af5acf835 devel/py-test-utils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-utils/PLIST Fri Sep 29 14:09:01 2017 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:09:01 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/test_utils/__init__.py
+${PYSITELIB}/test_utils/__init__.pyc
+${PYSITELIB}/test_utils/__init__.pyo
+${PYSITELIB}/test_utils/process_runners.py
+${PYSITELIB}/test_utils/process_runners.pyc
+${PYSITELIB}/test_utils/process_runners.pyo
diff -r f9103e26e6a9 -r 635af5acf835 devel/py-test-utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-utils/distinfo      Fri Sep 29 14:09:01 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 14:09:01 joerg Exp $
+
+SHA1 (test-utils-0.1.0.tar.gz) = 4e9f6597a6eeb22e75219f110d735b16a2327e78
+RMD160 (test-utils-0.1.0.tar.gz) = 1e311cfeeb6c8cdfddddbd1b6a64a29294c241b4
+SHA512 (test-utils-0.1.0.tar.gz) = a02b013be2189df4014ae582057ce7f1c0dc4484355ae63819650c5199c5312e1145b79d10e62fc4c689c0cf3698d0f631ac72548faa3131a943ccf1c7f3417a
+Size (test-utils-0.1.0.tar.gz) = 2998 bytes



Home | Main Index | Thread Index | Old Index