diff --git a/dev-python/pytest-expect/Manifest b/dev-python/pytest-expect/Manifest new file mode 100644 index 0000000000000..e9a6f42baf418 --- /dev/null +++ b/dev-python/pytest-expect/Manifest @@ -0,0 +1 @@ +DIST pytest-expect-1.1.0.tar.gz 3595 SHA256 36b4462704450798197d090809a05f4e13649d9cba9acdc557ce9517da1fd847 SHA512 41d2b296844e9dab9429f34eec37fe106a4e6c2039824c37067ed048dcc328b13e666b22d3482ccfc6153af4e44b5d895f3011ec45df55ffa07a98459e3caefd WHIRLPOOL b56ca4fb02dc9a844fe12128f09531ba1a199276276f976472e24ca2337990b9b99fac691d6118a714408531d373e25dad23586da43d1ea07cb5821ff0312e93 diff --git a/dev-python/pytest-expect/metadata.xml b/dev-python/pytest-expect/metadata.xml new file mode 100644 index 0000000000000..b6e0ef321536e --- /dev/null +++ b/dev-python/pytest-expect/metadata.xml @@ -0,0 +1,11 @@ + + + + + pytest-expect + gsnedders/pytest-expect + + + zmedico@gentoo.org + + diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild new file mode 100644 index 0000000000000..c547dff331ce6 --- /dev/null +++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="py.test plugin that stores test expectations by saving the set of failing tests" +HOMEPAGE="https://github.com/gsnedders/pytest-expect/ https://pypi.python.org/pypi/pytest-expect/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] + dev-python/u-msgpack[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"