From 4ce5838ebba1f8c00df5fe6c4f01f084fac123e7 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 15 Oct 2022 10:18:53 +0200 Subject: [PATCH] remove unused dev-python/pipdeptree --- README.md | 4 +-- dev-python/pipdeptree/Manifest | 7 ---- dev-python/pipdeptree/metadata.xml | 15 --------- dev-python/pipdeptree/pipdeptree-2.1.0.ebuild | 33 ------------------- dev-python/pipdeptree/pipdeptree-2.2.0.ebuild | 33 ------------------- dev-python/pipdeptree/pipdeptree-2.2.1.ebuild | 33 ------------------- 6 files changed, 2 insertions(+), 123 deletions(-) delete mode 100644 dev-python/pipdeptree/Manifest delete mode 100644 dev-python/pipdeptree/metadata.xml delete mode 100644 dev-python/pipdeptree/pipdeptree-2.1.0.ebuild delete mode 100644 dev-python/pipdeptree/pipdeptree-2.2.0.ebuild delete mode 100644 dev-python/pipdeptree/pipdeptree-2.2.1.ebuild diff --git a/README.md b/README.md index 243ebc00f..f0b9eef0e 100644 --- a/README.md +++ b/README.md @@ -538,11 +538,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## 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 1798 Ebuilds in total, 1791 of them have in total 1803 (35 different) licenses assigned. +There are 1795 Ebuilds in total, 1788 of them have in total 1800 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1073| +|MIT|1070| |Apache-2.0|344| |GPL-3|113| |BSD|101| diff --git a/dev-python/pipdeptree/Manifest b/dev-python/pipdeptree/Manifest deleted file mode 100644 index 4d2533fa7..000000000 --- a/dev-python/pipdeptree/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST pipdeptree-2.1.0.tar.gz 21920 BLAKE2B ac2842d93163bdf65969fec25b1f371490592505de09b65b035f806c250954b3c981bbc71af035e2e0bb329ac6969d636ddce31541cf63bf47d81483ea3821b6 SHA512 9b694e7a017ca43d7e3302091c7f6e18291620fcbc9eaeffd0b6c515d390e294e75a45df1c2469fde8156267557eeb264fd504ef6e903f6493437f4ebcbbd10c -DIST pipdeptree-2.2.0.tar.gz 21931 BLAKE2B ba641272bf1897f293f8b646c8784253ff0404ea749879d4b74de444e4003c6c19740d920a6af314d96c9acb0ee6a9597d79bba15a0d266e8acce8775fad073b SHA512 26a3dc63ff376807f5be41cc9cb0d9a16f9180b370c3c53d20a7720ed45887203b2ec81c5e6e8e0f0012d52dbcea39715b22a476dcec7668261b125776e45f35 -DIST pipdeptree-2.2.1.tar.gz 22430 BLAKE2B 3a82abbd154b0547d2222bc3baa33cb753dc67f66ad3bd4d36f128414b749af124055122eb25949dc647233f81766877d3584a17c8faa491d361f05a2d70f282 SHA512 8067a0bfc8adeb5cc49c87ca451806c69e6b5eb6d294d5d587094ec24d96552285670b9726e17205ebed5517b8e93e524c9577ab0d0c54124b718d7c825cd01d -EBUILD pipdeptree-2.1.0.ebuild 782 BLAKE2B 72c85a95895fd5d51c052fb475051a3f3c2b00469033a016c452f303e3b5d13f15c7b1a1be9f2885182fc6d5345cdba75e8f806c0d2bff42429a5ae59126d38b SHA512 85cd9651fce56e8fcd3837e682b446f410de2fe127380a768be86512b2c7dffd1530add1e95f013d55e29cb90eb09a0ddb02f671a7e62194e1a549abdc731d16 -EBUILD pipdeptree-2.2.0.ebuild 780 BLAKE2B bf10c924b07979ad5938cfe7799bc6abfd7ca33b959aea9dd8f54ce5e2c83e0fea1f72306dc33e04d39d7881bc3fd29efd2689919db737f8d6405be15be6a1fb SHA512 14519a92ac7a54fb81b9d064bf1b194a65446024bc2226bcee7920619b44a79fa18dbffdff0baa9f46cedce9de9b419052c2d623d897bd6893ff13c9d9789d96 -EBUILD pipdeptree-2.2.1.ebuild 780 BLAKE2B bf10c924b07979ad5938cfe7799bc6abfd7ca33b959aea9dd8f54ce5e2c83e0fea1f72306dc33e04d39d7881bc3fd29efd2689919db737f8d6405be15be6a1fb SHA512 14519a92ac7a54fb81b9d064bf1b194a65446024bc2226bcee7920619b44a79fa18dbffdff0baa9f46cedce9de9b419052c2d623d897bd6893ff13c9d9789d96 -MISC metadata.xml 451 BLAKE2B ddb8fcd7ad736ff4e6578429385a52a4416ae047ddb0426ce46c9e7ea52ac7a02bb950133bd28a11f0fed6463d546e55a9a5777baa6dc51dbddc8ff16958dcf2 SHA512 d320342f6cc551df3c329bbd8ff720dfc3d8e0b28b666956075d573b45ed5766ffa194c9f87904db2d87f2018a32809ed3d94dceb20f6d08c73fb37ba50d431b diff --git a/dev-python/pipdeptree/metadata.xml b/dev-python/pipdeptree/metadata.xml deleted file mode 100644 index 920b26b95..000000000 --- a/dev-python/pipdeptree/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - b@edevau.net - Andreas Billmeier - - - pipdeptree - - naikvin@gmail.com - Vineet Naik - - - diff --git a/dev-python/pipdeptree/pipdeptree-2.1.0.ebuild b/dev-python/pipdeptree/pipdeptree-2.1.0.ebuild deleted file mode 100644 index 12460dfbf..000000000 --- a/dev-python/pipdeptree/pipdeptree-2.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Command line utility to show dependency tree of packages" -HOMEPAGE="https://github.com/naiquevin/pipdeptree https://pypi.org/project/pipdeptree/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.rst" - -RDEPEND=">=dev-python/pip-6.0.0[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - nosetests --verbose || die - py.test -v -v || die -} diff --git a/dev-python/pipdeptree/pipdeptree-2.2.0.ebuild b/dev-python/pipdeptree/pipdeptree-2.2.0.ebuild deleted file mode 100644 index 8b6e771a2..000000000 --- a/dev-python/pipdeptree/pipdeptree-2.2.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Command line utility to show dependency tree of packages" -HOMEPAGE="https://github.com/naiquevin/pipdeptree https://pypi.org/project/pipdeptree/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.rst" - -RDEPEND=">=dev-python/pip-6.0.0[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - nosetests --verbose || die - py.test -v -v || die -} diff --git a/dev-python/pipdeptree/pipdeptree-2.2.1.ebuild b/dev-python/pipdeptree/pipdeptree-2.2.1.ebuild deleted file mode 100644 index 8b6e771a2..000000000 --- a/dev-python/pipdeptree/pipdeptree-2.2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Command line utility to show dependency tree of packages" -HOMEPAGE="https://github.com/naiquevin/pipdeptree https://pypi.org/project/pipdeptree/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.rst" - -RDEPEND=">=dev-python/pip-6.0.0[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - nosetests --verbose || die - py.test -v -v || die -}