pkgsrc-WIP-changes archive

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

Add py-test-html



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:18:29 2018 -0400
Changeset:	72d362a3bf152b70deadd77bbb79949a6da1a5d7

Modified Files:
	Makefile
Added Files:
	py-test-html/DESCR
	py-test-html/Makefile
	py-test-html/PLIST
	py-test-html/distinfo

Log Message:
Add py-test-html

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=72d362a3bf152b70deadd77bbb79949a6da1a5d7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  3 ++-
 py-test-html/DESCR    |  1 +
 py-test-html/Makefile | 19 +++++++++++++++++++
 py-test-html/PLIST    | 21 +++++++++++++++++++++
 py-test-html/distinfo |  6 ++++++
 5 files changed, 49 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index ff8d0ff026..f361c4f446 100644
--- a/Makefile
+++ b/Makefile
@@ -3787,7 +3787,8 @@ SUBDIR+=	py-technicolor
 SUBDIR+=	py-telepathy
 SUBDIR+=	py-teng
 SUBDIR+=	py-teradata
-SUBDIR+=	py-test-metadata
+SUBDIR+=	py-test-html
+SUBDIR+=	py-test-metadat1a
 SUBDIR+=	py-texml
 SUBDIR+=	py-textblob
 SUBDIR+=	py-thLib
diff --git a/py-test-html/DESCR b/py-test-html/DESCR
new file mode 100644
index 0000000000..4708d9466c
--- /dev/null
+++ b/py-test-html/DESCR
@@ -0,0 +1 @@
+Pytest plugin for generating HTML reports
diff --git a/py-test-html/Makefile b/py-test-html/Makefile
new file mode 100644
index 0000000000..cfd5c701fc
--- /dev/null
+++ b/py-test-html/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	pytest-html-1.17.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	devel python
+MASTER_SITES=   ${MASTER_SITE_PYPI:=p/pytest-html/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/pytest-dev/pytest-html
+COMMENT=	Pytest plugin for generating HTML reports
+LICENSE=	mpl-2.0
+
+DEPENDS+=       ${PYPKGPREFIX}-test>=3.5.0:../../devel/py-test
+DEPENDS+=       ${PYPKGPREFIX}-test-metadata>=1.7.0:../../wip/py-test-metadata
+
+.include "../../lang/python/egg.mk"
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-html/PLIST b/py-test-html/PLIST
new file mode 100644
index 0000000000..589929988b
--- /dev/null
+++ b/py-test-html/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${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_html/__init__.py
+${PYSITELIB}/pytest_html/__init__.pyc
+${PYSITELIB}/pytest_html/__init__.pyo
+${PYSITELIB}/pytest_html/extras.py
+${PYSITELIB}/pytest_html/extras.pyc
+${PYSITELIB}/pytest_html/extras.pyo
+${PYSITELIB}/pytest_html/hooks.py
+${PYSITELIB}/pytest_html/hooks.pyc
+${PYSITELIB}/pytest_html/hooks.pyo
+${PYSITELIB}/pytest_html/plugin.py
+${PYSITELIB}/pytest_html/plugin.pyc
+${PYSITELIB}/pytest_html/plugin.pyo
+${PYSITELIB}/pytest_html/resources/main.js
+${PYSITELIB}/pytest_html/resources/style.css
diff --git a/py-test-html/distinfo b/py-test-html/distinfo
new file mode 100644
index 0000000000..3809d6a53f
--- /dev/null
+++ b/py-test-html/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pytest-html-1.17.0.tar.gz) = 59f1f8f121daa441983ffa944319bb12c90d1bdb
+RMD160 (pytest-html-1.17.0.tar.gz) = 6aba3f28378bcfc2783cfae1d6521ae7c68aae5b
+SHA512 (pytest-html-1.17.0.tar.gz) = 7ff666d16d7360385812fbc5f99c4182ff95f9114f48bc61bdecd606439c7067f7b610b713c209900c1240d2dc0354f19ec5a3c1b1e233b041cd7b24e002b8ee
+Size (pytest-html-1.17.0.tar.gz) = 24915 bytes


Home | Main Index | Thread Index | Old Index