pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-exam Exam is a Python toolkit for writing bet...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a308e345a35
branches:  trunk
changeset: 372041:1a308e345a35
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 26 17:10:16 2017 +0000

description:
Exam is a Python toolkit for writing better tests. It aims to remove a lot of
the boiler plate testing code one often writes, while still following Python
conventions and adhering to the unit testing interface.

diffstat:

 devel/py-exam/DESCR    |   3 +++
 devel/py-exam/Makefile |  19 +++++++++++++++++++
 devel/py-exam/PLIST    |  31 +++++++++++++++++++++++++++++++
 devel/py-exam/distinfo |   6 ++++++
 4 files changed, 59 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 4d63b6c46057 -r 1a308e345a35 devel/py-exam/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-exam/DESCR       Sun Nov 26 17:10:16 2017 +0000
@@ -0,0 +1,3 @@
+Exam is a Python toolkit for writing better tests. It aims to remove a lot of
+the boiler plate testing code one often writes, while still following Python
+conventions and adhering to the unit testing interface.
diff -r 4d63b6c46057 -r 1a308e345a35 devel/py-exam/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-exam/Makefile    Sun Nov 26 17:10:16 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/11/26 17:10:16 adam Exp $
+
+DISTNAME=      exam-0.10.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/exam/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/fluxx/exam
+COMMENT=       Helpers for better testing
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4d63b6c46057 -r 1a308e345a35 devel/py-exam/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-exam/PLIST       Sun Nov 26 17:10:16 2017 +0000
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/26 17:10:16 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/exam/__init__.py
+${PYSITELIB}/exam/__init__.pyc
+${PYSITELIB}/exam/__init__.pyo
+${PYSITELIB}/exam/asserts.py
+${PYSITELIB}/exam/asserts.pyc
+${PYSITELIB}/exam/asserts.pyo
+${PYSITELIB}/exam/cases.py
+${PYSITELIB}/exam/cases.pyc
+${PYSITELIB}/exam/cases.pyo
+${PYSITELIB}/exam/decorators.py
+${PYSITELIB}/exam/decorators.pyc
+${PYSITELIB}/exam/decorators.pyo
+${PYSITELIB}/exam/fixtures.py
+${PYSITELIB}/exam/fixtures.pyc
+${PYSITELIB}/exam/fixtures.pyo
+${PYSITELIB}/exam/helpers.py
+${PYSITELIB}/exam/helpers.pyc
+${PYSITELIB}/exam/helpers.pyo
+${PYSITELIB}/exam/mock.py
+${PYSITELIB}/exam/mock.pyc
+${PYSITELIB}/exam/mock.pyo
+${PYSITELIB}/exam/objects.py
+${PYSITELIB}/exam/objects.pyc
+${PYSITELIB}/exam/objects.pyo
diff -r 4d63b6c46057 -r 1a308e345a35 devel/py-exam/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-exam/distinfo    Sun Nov 26 17:10:16 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/11/26 17:10:16 adam Exp $
+
+SHA1 (exam-0.10.6.tar.gz) = 24311aaaf70367819100f9d580fc5d55ddc19859
+RMD160 (exam-0.10.6.tar.gz) = 38f6df621626c84e9bd831617af9066624150200
+SHA512 (exam-0.10.6.tar.gz) = 1cc082b4fb9a7270ea81750ee3f34400f3f6eac65dd1488af333a43d0623bf8f9176b73e2948c324bb9c0062296284bae66fe215263456baf9db378676c8a4f0
+Size (exam-0.10.6.tar.gz) = 15028 bytes



Home | Main Index | Thread Index | Old Index