diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-04 13:43:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-04 13:43:36 +0200 |
commit | a4966bf020aaeae772fc02aca21389f1f248959c (patch) | |
tree | 8e9f4ef33ecd9113d43f8b866ceccdab42737129 /dev-python/pytest-flake8 | |
parent | dev-python/pytest-describe: Remove old (diff) | |
download | gentoo-a4966bf020aaeae772fc02aca21389f1f248959c.tar.gz gentoo-a4966bf020aaeae772fc02aca21389f1f248959c.tar.bz2 gentoo-a4966bf020aaeae772fc02aca21389f1f248959c.zip |
dev-python/pytest-flake8: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r-- | dev-python/pytest-flake8/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pytest-flake8/Manifest b/dev-python/pytest-flake8/Manifest index 1360ec299cb1..a0577a1ff53f 100644 --- a/dev-python/pytest-flake8/Manifest +++ b/dev-python/pytest-flake8/Manifest @@ -1,2 +1 @@ -DIST pytest-flake8-0.8.1.tar.gz 7359 BLAKE2B fd45d50fa68e329569a5964407fae301075907aabf0ec2c85c7ad9b9c28aa7a92acfaf9b7b4e06036c940ca6c7a35388cefb0d9b9151471fe98c968a43cf5a95 SHA512 b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89 DIST pytest-flake8-0.9.1.tar.gz 7959 BLAKE2B d0ef55385dbbf47968abdfc14e69a0420cd52bdf65c0f74ec72abeb1ab28ad27806593dd592f448f3c01dcdf29af4042c1e1c8affde46a1405ba7b4155c174a4 SHA512 eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1 diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild deleted file mode 100644 index d391b017378f..000000000000 --- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -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}] -" |