From 6c6ff2e8415071b9f2ce776a5619e271f84e75a4 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 Mar 2020 11:27:19 +0200 Subject: dev-python/autoflake: new package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri --- dev-python/autoflake/autoflake-1.3.1.ebuild | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-python/autoflake/autoflake-1.3.1.ebuild (limited to 'dev-python/autoflake/autoflake-1.3.1.ebuild') diff --git a/dev-python/autoflake/autoflake-1.3.1.ebuild b/dev-python/autoflake/autoflake-1.3.1.ebuild new file mode 100644 index 000000000..752b394e8 --- /dev/null +++ b/dev-python/autoflake/autoflake-1.3.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Removes unused imports and unused variables as reported by pyflakes" +HOMEPAGE=" + https://github.com/myint/autoflake + https://pypi.org/project/autoflake +" +SRC_URI="https://github.com/myint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + >=dev-python/pyflakes-1.1.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +python_test() { + "${EPYTHON}" test_autoflake.py || die +} -- cgit v1.2.3-18-g5258