From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/pytest-flake8/Manifest | 1 + dev-python/pytest-flake8/metadata.xml | 17 +++++++++++++ .../pytest-flake8/pytest-flake8-0.9.1.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-python/pytest-flake8/Manifest create mode 100644 dev-python/pytest-flake8/metadata.xml create mode 100644 dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild (limited to 'dev-python/pytest-flake8') diff --git a/dev-python/pytest-flake8/Manifest b/dev-python/pytest-flake8/Manifest new file mode 100644 index 000000000000..a0577a1ff53f --- /dev/null +++ b/dev-python/pytest-flake8/Manifest @@ -0,0 +1 @@ +DIST pytest-flake8-0.9.1.tar.gz 7959 BLAKE2B d0ef55385dbbf47968abdfc14e69a0420cd52bdf65c0f74ec72abeb1ab28ad27806593dd592f448f3c01dcdf29af4042c1e1c8affde46a1405ba7b4155c174a4 SHA512 eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1 diff --git a/dev-python/pytest-flake8/metadata.xml b/dev-python/pytest-flake8/metadata.xml new file mode 100644 index 000000000000..11332949e2b0 --- /dev/null +++ b/dev-python/pytest-flake8/metadata.xml @@ -0,0 +1,17 @@ + + + + + python@gentoo.org + Python + + + titanofold@gentoo.org + Aaron W. Swenson + + + pytest-flake8 + tholo/pytest-flake8 + + gentoo-staging + diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild new file mode 100644 index 000000000000..9a28f875f218 --- /dev/null +++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild @@ -0,0 +1,28 @@ +# 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="py.test plugin for flake8" +HOMEPAGE="https://github.com/tholo/pytest-flake8 https://pypi.org/project/pytest-flake8" +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}] +" + +python_test() { + pytest -v || die "tests failed with ${EPYTHON}" +} -- cgit v1.3.1