commit: 6cc71c8656ff2348ed5e7971baac62e4189c87bd Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Mar 29 09:08:57 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Mar 29 09:29:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cc71c86
dev-python/pytest-instafail: new package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/pytest-instafail/Manifest | 1 + dev-python/pytest-instafail/metadata.xml | 13 +++++++++ .../pytest-instafail/pytest-instafail-0.4.1.ebuild | 32 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/pytest-instafail/Manifest b/dev-python/pytest-instafail/Manifest new file mode 100644 index 0000000..002fbd8 --- /dev/null +++ b/dev-python/pytest-instafail/Manifest @@ -0,0 +1 @@ +DIST pytest-instafail-0.4.1.tar.gz 5237 BLAKE2B 697aca533e3654204d5c7cdee245c7c2f7811b7941f195923983be8a30d76b0a132d1eff984c86070a9c4a5463adb6143d1f8915a105c2c75d59e8ca92149e86 SHA512 f043a1a58a2fc92c740e916008fe3e8bb66d3086f2c518f34ef8d63362169cd1b4f4a5f39b70382329cda837e0fd6c02cbb7504292d0aed95994d473c6430488 diff --git a/dev-python/pytest-instafail/metadata.xml b/dev-python/pytest-instafail/metadata.xml new file mode 100644 index 0000000..450c13e --- /dev/null +++ b/dev-python/pytest-instafail/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <remote-id type="github">pytest-dev/pytest-instafail</remote-id> + <remote-id type="pypi">pytest-instafail</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild new file mode 100644 index 0000000..7defbbd --- /dev/null +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Plugin for py.test that shows failures and errors instantly instead of waiting until the end of test session" +HOMEPAGE=" + https://github.com/pytest-dev/pytest-instafail + https://pypi.org/project/pytest-instafail +" +SRC_URI="https://github.com/pytest-dev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/pytest-2.9[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest
