mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/flake8-import-order: treeclean
Closes: https://bugs.gentoo.org/813918 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST flake8-import-order-0.18.tar.gz 18507 BLAKE2B 01d9ea712dd5cc4177aec2c1ea2c2dfa72266edfa6b9143657076edab02548058a5bb4642a9a9b7c3dcad36cd76491114cc36a128d57076d09e4cd9e0f1568fe SHA512 8a897d42c81e99d9373fdf03e975b65309700fddf7c38294fe65562ce788e788c9d6c2ec8dd2c8d24e65b4360b3b3577a7a66eb279a5952f8b9d212b06047395
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Flake8 plugin that checks import order against various Python Style Guides"
|
||||
HOMEPAGE="https://github.com/PyCQA/flake8-import-order"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/pycodestyle[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/flake8[${PYTHON_USEDEP}]
|
||||
dev-python/pycodestyle[${PYTHON_USEDEP}]
|
||||
dev-python/pylama[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
pytest -vv tests || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
<name>Zac Medico</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">flake8-import-order</remote-id>
|
||||
<remote-id type="github">PyCQA/flake8-import-order</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -254,12 +254,6 @@ media-libs/webrtc-audio-processing:1
|
||||
# Removal on 2021-10-23. Bug #814449.
|
||||
dev-python/python-jwt
|
||||
|
||||
# Louis Sautier <sbraz@gentoo.org> (2021-09-19)
|
||||
# Last release in 2019, no reverse dependencies.
|
||||
# dev-python/isort provides similar functionality.
|
||||
# Removal on 2021-10-19, bug #813918.
|
||||
dev-python/flake8-import-order
|
||||
|
||||
# Alfredo Tupone <tupone@gentoo.org> (2021-09-19)
|
||||
# Mask gnat-gpl-2018 and gnat-gpl-2019. Please switch
|
||||
# to a fresher gnat-gpl branch.
|
||||
|
||||
Reference in New Issue
Block a user