From 5d98ae8f4f03f5794a8d5db1657be972949bec3a Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 20 Mar 2022 09:31:29 +0100 Subject: [PATCH] remove old flake8 --- README.md | 4 +- dev-python/flake8/Manifest | 5 --- dev-python/flake8/flake8-3.7.9.ebuild | 52 ------------------------ dev-python/flake8/flake8-3.8.4-r1.ebuild | 45 -------------------- dev-python/flake8/metadata.xml | 12 ------ 5 files changed, 2 insertions(+), 116 deletions(-) delete mode 100644 dev-python/flake8/Manifest delete mode 100644 dev-python/flake8/flake8-3.7.9.ebuild delete mode 100644 dev-python/flake8/flake8-3.8.4-r1.ebuild delete mode 100644 dev-python/flake8/metadata.xml diff --git a/README.md b/README.md index 9739099bf..05d0f95ae 100644 --- a/README.md +++ b/README.md @@ -496,11 +496,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1719 Ebuilds in total, 1711 of them have in total 1718 (34 different) licenses assigned. +There are 1717 Ebuilds in total, 1709 of them have in total 1716 (34 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1042| +|MIT|1040| |Apache-2.0|315| |GPL-3|105| |BSD|96| diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest deleted file mode 100644 index be48ca376..000000000 --- a/dev-python/flake8/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST flake8-3.7.9.tar.gz 150123 BLAKE2B fd46710c0dcce7d3dcb3d5fc8ff7a83a35315679fa838e68abafd5bdc342c13218706fec0dac3fc9a6d919971f1f846c855f00cbd60c925e979378e431dace0b SHA512 c3c753ad050d8a8f87f7c28c8a1c953ed9bd04f08b09512d9323152b4eebb57d67fbfb0f5317d629174fa12fa234e1a86d6a633dd951fff6a45330b1c4f62850 -DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0 SHA512 51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0 -EBUILD flake8-3.7.9.ebuild 1500 BLAKE2B 51b81928c4d181ea8ec86fbbc1d174ad4276c880d8965858fc5f363edd86d5043d1fb62913e8468b917db371955c894c5b441c6b4a8651c8323d0c99af753692 SHA512 331a814977ea55a1032682c382456c35e7b16e0eb1623597d76d4948ba7c9f4a9193bb3760b0b347659b178c2b5e1d806b2237b9bd2feec0a6c52c6546097710 -EBUILD flake8-3.8.4-r1.ebuild 1337 BLAKE2B 2a204a3b419df86fe8835d8373db08663270267d2a984b13b688dbe299800a7d167c516812d69c7fa053c04a07b5969c40cfbed2bdefeb5f7fd02fdb7c59583f SHA512 cacf4a82791a43d6ff8bb45b0d0d4dae5ef97c9c99d33e639551a5932669f862bfc6807f3661e21ad362b8bcaa668bc149dda2ce79571a8c0bb289c727258aa3 -MISC metadata.xml 373 BLAKE2B af4d7678c87281f631048d3c49b0a642ceee1d771be2b662458888659b7c8e262c98adcd7bcb7f6ab251783998950725729ed35c887c004f8d8da87da81eda7d SHA512 449aa40152590e7103a4bf10006a33e6a0d5010a7846b0c5fbee8a78d99a3539995eccf441845c205bf48fc1e9b35cd7b1d6af0d98b469bdd06989baf8b88646 diff --git a/dev-python/flake8/flake8-3.7.9.ebuild b/dev-python/flake8/flake8-3.7.9.ebuild deleted file mode 100644 index b3e32c105..000000000 --- a/dev-python/flake8/flake8-3.7.9.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe" -HOMEPAGE="https://github.com/PyCQA/flake8 https://pypi.org/project/flake8/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -# requires.txt inc. mccabe however that creates a circular dep -RDEPEND=" - >=dev-python/pyflakes-2.0.0[${PYTHON_USEDEP}] - =dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}] - - - - - python@gentoo.org - Python - - - flake8 - pycqa/flake8 - -