dev-python/pyasn1: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-10-22 13:29:07 +02:00
committed by Andreas Billmeier
parent 8b995a784a
commit 0fe9ddd431
4 changed files with 2 additions and 43 deletions

View File

@@ -591,7 +591,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses ## 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. 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| |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| |GPL-2|26|
|LGPL-3|24| |LGPL-3|24|
|all-rights-reserved|15| |all-rights-reserved|15|
|BSD-2|12| |BSD-2|11|
|GPL-3+|11| |GPL-3+|11|
|LGPL-3+|11| |LGPL-3+|11|
|Unlicense|8| |Unlicense|8|

View File

@@ -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

View File

@@ -1,16 +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">pyasn1</remote-id>
<remote-id type="github">pyasn1/pyasn1</remote-id>
<maintainer status="unknown">
<email>christian@python.org</email>
<name>Christian Heimes</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -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"