remove unused dev-python/pipdeptree
This commit is contained in:
parent
d3be795013
commit
4ce5838ebb
@ -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|
|
||||
|
||||
@ -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
|
||||
@ -1,15 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pipdeptree</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>naikvin@gmail.com</email>
|
||||
<name>Vineet Naik</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user