pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ParamUnittest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr  4 13:41:23 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-ParamUnittest/DESCR \
    pkgsrc/devel/py-ParamUnittest/Makefile \
    pkgsrc/devel/py-ParamUnittest/PLIST \
    pkgsrc/devel/py-ParamUnittest/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-ParamUnittest/DESCR
diff -u /dev/null pkgsrc/devel/py-ParamUnittest/DESCR:1.1
--- /dev/null   Tue Apr  4 13:41:23 2017
+++ pkgsrc/devel/py-ParamUnittest/DESCR Tue Apr  4 13:41:23 2017
@@ -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.
Index: pkgsrc/devel/py-ParamUnittest/Makefile
diff -u /dev/null pkgsrc/devel/py-ParamUnittest/Makefile:1.1
--- /dev/null   Tue Apr  4 13:41:23 2017
+++ pkgsrc/devel/py-ParamUnittest/Makefile      Tue Apr  4 13:41:23 2017
@@ -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"
Index: pkgsrc/devel/py-ParamUnittest/PLIST
diff -u /dev/null pkgsrc/devel/py-ParamUnittest/PLIST:1.1
--- /dev/null   Tue Apr  4 13:41:23 2017
+++ pkgsrc/devel/py-ParamUnittest/PLIST Tue Apr  4 13:41:23 2017
@@ -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
Index: pkgsrc/devel/py-ParamUnittest/distinfo
diff -u /dev/null pkgsrc/devel/py-ParamUnittest/distinfo:1.1
--- /dev/null   Tue Apr  4 13:41:23 2017
+++ pkgsrc/devel/py-ParamUnittest/distinfo      Tue Apr  4 13:41:23 2017
@@ -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