diff --git a/dev-python/pytest-flake8/Manifest b/dev-python/pytest-flake8/Manifest new file mode 100644 index 0000000000000..1bb722a7517ae --- /dev/null +++ b/dev-python/pytest-flake8/Manifest @@ -0,0 +1 @@ +DIST pytest-flake8-0.8.1.tar.gz 7359 SHA256 aa10a6db147485d71dad391d4149388904c3072194d51755f64784ff128845fd SHA512 b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89 WHIRLPOOL a1e5531216244617e647f10c0550c8a1b9c74929b0b1dec4d392930b02fbb699e15209ebd705e3571012d7cf7c81ecd0427f5a10e00c61e70dec00917caebb8e diff --git a/dev-python/pytest-flake8/metadata.xml b/dev-python/pytest-flake8/metadata.xml new file mode 100644 index 0000000000000..2ef8e4f36f303 --- /dev/null +++ b/dev-python/pytest-flake8/metadata.xml @@ -0,0 +1,16 @@ + + + + + python@gentoo.org + Python + + + titanofold@gentoo.org + Aaron W. Swenson + + + pytest-flake8 + tholo/pytest-flake8 + + diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild new file mode 100644 index 0000000000000..3023f8be88d94 --- /dev/null +++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild @@ -0,0 +1,25 @@ +# 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} ) + +inherit distutils-r1 + +DESCRIPTION="py.test plugin for flake8" +HOMEPAGE="https://github.com/tholo/${PN} https://pypi.python.org/pypi/${PN}" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-python/flake8-3.3.0[${PYTHON_USEDEP}] + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +"