diff --git a/README.md b/README.md index 9ec26565d..6b12a1f2c 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,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 1835 Ebuilds in total, 1824 of them have in total 1841 (40 different) licenses assigned. +There are 1834 Ebuilds in total, 1823 of them have in total 1840 (40 different) licenses assigned. |License| Ebuilds using it| |-------|-----| @@ -602,7 +602,7 @@ There are 1835 Ebuilds in total, 1824 of them have in total 1841 (40 different) |GPL-2|26| |LGPL-3|24| |all-rights-reserved|15| -|BSD-2|12| +|BSD-2|11| |GPL-3+|11| |LGPL-3+|11| |Unlicense|8| diff --git a/dev-python/pyasn1/Manifest b/dev-python/pyasn1/Manifest deleted file mode 100644 index 5c1db2e16..000000000 --- a/dev-python/pyasn1/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pyasn1-0.4.8.tar.gz 146820 BLAKE2B 5c00b47c2014e599d1aa2e14c3004b3688786c7afd160c85709d5a0f324166abb1d29ebbd9f3e13100166e7176710e4dc6e1b8fcf80db5f5bdaa202912f8a023 SHA512 e64e70b325c8067f87ace7c0673149e82fe564aa4b0fa146d29b43cb588ecd6e81b1b82803b8cfa7a17d3d0489b6d88b4af5afb3aa0052bf92e8a1769fe8f7b0 -EBUILD pyasn1-0.4.8-r2.ebuild 458 BLAKE2B 0b1802f2ecc17281a252b20c3ba0d2da51dc7f44db7841e5561ba7c95250882a328ca1c78f5deed5afc7675a236f84c68f5c4afff9a4466561f54fab43c9355e SHA512 1d521e86aa60cd45072640e51cc3179a115593963dae48e25125d25fd048a8458f572a81e85d8f3877ba6c84fcab9864e66367928f72b346e7562622728f7177 -MISC metadata.xml 510 BLAKE2B c4d9d1262b957521bc2d4ed0120da1db5e631c65802be6bb87e98f3f65872f978d8b4883f2949e2bcf9b6f09582c2ba0bb28722bdc23ccb65be0b24ab2d7c4d4 SHA512 aabaf816d5551f4ea65c30d8a8a81d73f760b5b008b88a14ae78f36ece9bb4fac5bc0b33939dbd77edd8d686947b0c41dff33f9f199731f5eac616072dccb50d diff --git a/dev-python/pyasn1/metadata.xml b/dev-python/pyasn1/metadata.xml deleted file mode 100644 index e5e7a5bbc..000000000 --- a/dev-python/pyasn1/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - b@edevau.net - Andreas Billmeier - - - pyasn1 - pyasn1/pyasn1 - - christian@python.org - Christian Heimes - - - diff --git a/dev-python/pyasn1/pyasn1-0.4.8-r2.ebuild b/dev-python/pyasn1/pyasn1-0.4.8-r2.ebuild deleted file mode 100644 index 7f696e385..000000000 --- a/dev-python/pyasn1/pyasn1-0.4.8-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="ASN.1 library for Python" -HOMEPAGE=" - https://pypi.org/project/pyasn1/ - https://github.com/etingof/pyasn1/ -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" - -distutils_enable_tests unittest -distutils_enable_sphinx "docs/source"