diff --git a/README.md b/README.md index d912f307d6..db1d55494f 100644 --- a/README.md +++ b/README.md @@ -606,11 +606,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 2317 Ebuilds in total, 2303 of them have in total 2341 (43 different) licenses assigned. +There are 2316 Ebuilds in total, 2302 of them have in total 2340 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1318| +|MIT|1317| |Apache-2.0|542| |GPL-3|143| |BSD|125| diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest index db6b23b087..8f94c7039a 100644 --- a/dev-python/xmltodict/Manifest +++ b/dev-python/xmltodict/Manifest @@ -1,5 +1,3 @@ -DIST xmltodict-0.12.0.tar.gz 18481 BLAKE2B f7b7b71a6eaacc833a54369be38aa988b5c27845b19001c1d13e955df1f3a26c04dd2a1b45f0c0e704c4df6f4d380abdda7189944cc45b001eeef55405c43299 SHA512 1ec3de3ebd05adbe032ca569a71048e72097c0f5fc864b63f168d661f72d13d0981e6e62bb9ca2ffe925a3b2f7c2fb90a44177427d4bdf68137842342a9cd2c8 DIST xmltodict-0.13.0.tar.gz 33813 BLAKE2B 54fd4532323d8682e81e8db9ec811c772aa1b772ee5a9fa2debb93030a44a165e282901a445f76c8a477626b151ec9ed210f1e790bd9426b5f071c9a4ad60bdf SHA512 fea256017e9806074f0b1dbece393a6e90cdb045842970015daeef2c035d210b3333196a57635192f889b1d2e570731707f7725e020c678db34f590f8c9ad400 -EBUILD xmltodict-0.12.0-r1.ebuild 423 BLAKE2B 020accdc1d8086a92e225aa34c0bb7acdf62899a633762eecc94d4272fee73c87e067130e7b83cee5f69699a5c698aad9aa830da062d1b55795146bcb761db38 SHA512 d60cbcb7476103d3ec94c226f0e3d6d6300ace8fdf0e54d2bd25e4e95ac73c301e713cb3344882e4e1402edb60bc6de9b66701f0f72e24441b1f628bfa08068a EBUILD xmltodict-0.13.0.ebuild 392 BLAKE2B fbf18f2a8f805319862a005d606b70aefd853448af3a15a454141ba871902d7068fa3fb8b995480c86126bf5b003c5502121fff30ba0865f9c1c27075c389269 SHA512 394ac8ea47e29f2476e88ec2a6e88ac82db7088b3750956c70cd46eb8c0e79aa97aabe6918116361f34f9fb5ba7ea47de9692484208874580fb3b4cf7e25e98a MISC metadata.xml 518 BLAKE2B ba9bd44fe5afd8e88feef54fa288acc06de2e9c5da5ec87cf534f8c18df78a2a02cc8421d5c9561efe6e587dec243b359c6a6fd507cdb3424dce01e16ed62753 SHA512 5fd098f3d93bb2739a0f8a1defdd4ed4e667246d5181522c734cbc91fd1b7df624f444f28fa1f21a19ede87c8ca7318434512fc61d5c81a077307f72da67ffc3 diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild deleted file mode 100644 index d9129fd671..0000000000 --- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Makes working with XML feel like you are working with JSON" -HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.org/project/xmltodict/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86"