From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3D6C1395E2 for ; Mon, 7 Nov 2016 19:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B7ECE0BB8; Mon, 7 Nov 2016 19:53:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5056FE0BB8 for ; Mon, 7 Nov 2016 19:53:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D09C534100F for ; Mon, 7 Nov 2016 19:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A4FB7D2 for ; Mon, 7 Nov 2016 19:53:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1478548385.3bf7c5fba57b5b0dcbab3e16a43c23fbd23ae232.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-html/Manifest dev-python/pytest-html/metadata.xml dev-python/pytest-html/pytest-html-1.10.1.ebuild X-VCS-Directories: dev-python/pytest-html/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3bf7c5fba57b5b0dcbab3e16a43c23fbd23ae232 X-VCS-Branch: master Date: Mon, 7 Nov 2016 19:53:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d51d76e7-8b39-41a8-b1ed-4298d2bcb2bb X-Archives-Hash: 73f62dc807570424975645a45ec8f8f5 commit: 3bf7c5fba57b5b0dcbab3e16a43c23fbd23ae232 Author: Zac Medico gentoo org> AuthorDate: Mon Nov 7 19:50:28 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Nov 7 19:53:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf7c5fb dev-python/pytest-html: add package Package-Manager: portage-2.3.2 dev-python/pytest-html/Manifest | 1 + dev-python/pytest-html/metadata.xml | 11 ++++++++++ dev-python/pytest-html/pytest-html-1.10.1.ebuild | 28 ++++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/pytest-html/Manifest b/dev-python/pytest-html/Manifest new file mode 100644 index 00000000..b25ebcc --- /dev/null +++ b/dev-python/pytest-html/Manifest @@ -0,0 +1 @@ +DIST pytest-html-1.10.1.tar.gz 15380 SHA256 f6fc1ccefe94fb17ba289ee385bebaeccfd44cf4f05eef9116572cae699af6d6 SHA512 56d49fcb293adcf1424b0dfd3f64b62da560b744594007028c02e4bd722f92201709a089afb4283e6b711ae616eebd0bd4da204f4b974e4a4fc38bc7ab11d077 WHIRLPOOL ff2023e5dad07aa790c3b08f5e0ba497d45e7c916de4475d42c07e734650c7f0e88a004a1012092f8fddd75cbcb4cb272f87c502d903ec77c8b0a740d6984ea2 diff --git a/dev-python/pytest-html/metadata.xml b/dev-python/pytest-html/metadata.xml new file mode 100644 index 00000000..2084166 --- /dev/null +++ b/dev-python/pytest-html/metadata.xml @@ -0,0 +1,11 @@ + + + + + pytest-html + pytest-dev/pytest-html + + + zmedico@gentoo.org + + diff --git a/dev-python/pytest-html/pytest-html-1.10.1.ebuild b/dev-python/pytest-html/pytest-html-1.10.1.ebuild new file mode 100644 index 00000000..10199b1 --- /dev/null +++ b/dev-python/pytest-html/pytest-html-1.10.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Plugin for generating HTML reports for py.test results" +HOMEPAGE="https://github.com/pytest-dev/pytest-html/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +# Lots of test failures... +RESTRICT="test" +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}]" + +python_test() { + PYTHONPATH=${PWD}${PYTHONPATH:+:}${PYTHONPATH} \ + py.test test_pytest_html.py || die +}