pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ParamUnittest Import py-ParamUnittest-0.2 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f5fa85f9469
branches:  trunk
changeset: 360627:4f5fa85f9469
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 04 13:41:23 2017 +0000

description:
Import py-ParamUnittest-0.2 as devel/py-ParamUnittest.

Based on wip/py-paramunittest by
Kamel Ibn Aziz Derouiche <kamel.derouiche%gmail.com@localhost>.

This package allows to create parametrized unit-tests that work
with the standard unittest package. A parametrized test case is
automatically converted to multiple test cases. Since they are
TestCase subclasses, they work with other test suites that recognize
TestCases.

diffstat:

 devel/py-ParamUnittest/DESCR    |   5 +++++
 devel/py-ParamUnittest/Makefile |  16 ++++++++++++++++
 devel/py-ParamUnittest/PLIST    |   8 ++++++++
 devel/py-ParamUnittest/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 217aa9756e7b -r 4f5fa85f9469 devel/py-ParamUnittest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ParamUnittest/DESCR      Tue Apr 04 13:41:23 2017 +0000
@@ -0,0 +1,5 @@
+This package allows to create parametrized unit-tests that work
+with the standard unittest package. A parametrized test case is
+automatically converted to multiple test cases. Since they are
+TestCase subclasses, they work with other test suites that recognize
+TestCases.
diff -r 217aa9756e7b -r 4f5fa85f9469 devel/py-ParamUnittest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ParamUnittest/Makefile   Tue Apr 04 13:41:23 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/04/04 13:41:23 wiz Exp $
+
+DISTNAME=      ParamUnittest-0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=P/ParamUnittest/}
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      https://github.com/rik0/ParamUnittest
+COMMENT=       Simple extension to have parametrized unit tests
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 217aa9756e7b -r 4f5fa85f9469 devel/py-ParamUnittest/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ParamUnittest/PLIST      Tue Apr 04 13:41:23 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/04 13:41:23 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/paramunittest.py
+${PYSITELIB}/paramunittest.pyc
+${PYSITELIB}/paramunittest.pyo
diff -r 217aa9756e7b -r 4f5fa85f9469 devel/py-ParamUnittest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ParamUnittest/distinfo   Tue Apr 04 13:41:23 2017 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2017/04/04 13:41:23 wiz Exp $
+
+SHA1 (ParamUnittest-0.2.tar.gz) = 663002387c2947fca84a853e27737f6d9ad6228e
+RMD160 (ParamUnittest-0.2.tar.gz) = 2c8a49069d565bc501ae4c9034eea06e7237e90d
+Size (ParamUnittest-0.2.tar.gz) = 2482 bytes



Home | Main Index | Thread Index | Old Index