diff --git a/README.md b/README.md index 257252486..279a07589 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ 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 1919 Ebuilds in total, 1912 of them have in total 1924 (35 different) licenses assigned. +There are 1918 Ebuilds in total, 1911 of them have in total 1923 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| @@ -551,7 +551,7 @@ There are 1919 Ebuilds in total, 1912 of them have in total 1924 (35 different) |GPL-3+|17| |LGPL-3+|16| |all-rights-reserved|15| -|BSD-2|14| +|BSD-2|13| |Unlicense|7| |LGPL-2.1|7| |EPL-1.0|5| diff --git a/dev-python/feedparser/Manifest b/dev-python/feedparser/Manifest deleted file mode 100644 index 1d5b9a279..000000000 --- a/dev-python/feedparser/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST feedparser-6.0.2.tar.gz 251508 BLAKE2B e571bbd1a26ff06536ce3a134a5f91ff2cfc65ef7074ba7d1e17f4ed57ba19f8db395991b0a8137f9a7db931d4bda2a8a9157588ea5764ffde3bfd0616c71a35 SHA512 8ffcfb2934070ed6f0fc1a3b3d7c6a055c8c8e29dee8d56fa489832b71b94bc70dd8c8360061a103894ea9a80c6a91a6708da16999e36619092674ccfda36a75 -EBUILD feedparser-6.0.2.ebuild 808 BLAKE2B 38d42885c7a799f1e2e42ed4823c88a79eb44ad0556667d592137826e632f98723f0837e2f4fae5185f34682e9655b8ba2271523b8cd83b067e55c616fc7c991 SHA512 aabd8ba51c20957163d51ca1b15c746a8f0d081ac318c603b8c86c92182c56750dc8777f5b3d8f91a06e074e52625b46b3547358dde0520b4e946a6e0f237b38 -MISC metadata.xml 508 BLAKE2B ef7da3cb0232f9f7276a95a40f68711640fce52a264ce99bbe7e23be816ed0d7a4ebcb77438a35b3461e6ec9b32b30916d57dc900af9e284e7bae284e1ceaf0e SHA512 9b3437688f27dabe370c9c3866904eef282fdd194eb4954cb853b28e9bc2bbdd963f33d5bafefac1bd228328a908469b63ecfc65d8cf493c4d3b170e7df83ae5 diff --git a/dev-python/feedparser/feedparser-6.0.2.ebuild b/dev-python/feedparser/feedparser-6.0.2.ebuild deleted file mode 100644 index 86fe60c06..000000000 --- a/dev-python/feedparser/feedparser-6.0.2.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="Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds" -HOMEPAGE="https://github.com/kurtmckee/feedparser https://pypi.org/project/feedparser/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.rst" - -RDEPEND=">=dev-python/sgmllib3k-1.0.0" -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/feedparser/metadata.xml b/dev-python/feedparser/metadata.xml deleted file mode 100644 index a21cc8932..000000000 --- a/dev-python/feedparser/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - b@edevau.net - Andreas Billmeier - - - feedparser - https://pythonhosted.org/feedparser/ - - contactme@kurtmckee.org - Kurt McKee - - -