rework, remove olds

This commit is contained in:
Andreas Billmeier 2022-10-15 07:08:55 +02:00 committed by Andreas Billmeier
parent 5ce0503dd9
commit 8b5549f7db
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 9 additions and 7 deletions

View File

@ -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 1936 Ebuilds in total, 1929 of them have in total 1941 (35 different) licenses assigned.
There are 1935 Ebuilds in total, 1928 of them have in total 1940 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -552,8 +552,8 @@ There are 1936 Ebuilds in total, 1929 of them have in total 1941 (35 different)
|LGPL-3+|17|
|all-rights-reserved|15|
|BSD-2|14|
|LGPL-2.1|8|
|Unlicense|7|
|LGPL-2.1|7|
|EPL-1.0|5|
|LGPL-2.1+|4|
|public-domain|4|

View File

@ -1,3 +1,3 @@
DIST PyUserInput-0.1.11.tar.gz 28664 BLAKE2B 1f8009fac6ec017494afa4c8f624155cf8380e9817eca3f4954962f068fab30469a990cdebe3d6b07f92929442547a2539489289aac0bc3da482281f1f93917a SHA512 583c830e97838fbbe61256860957e9ac34e92d7da3d2517438790c6cb0901aa1292452376d6d4e16dedebc99e20f6564a6984d0e710b3aa564dd7dc3cc64ffd8
EBUILD PyUserInput-0.1.11.ebuild 794 BLAKE2B acf9a1fc24461a1d09998ee52c9b151c32b4b2c0af1192d248d6a4e083254fa96b1f50811abeb469a1d881e54f9c40d15ee6a62234be63db1496d81156f630b3 SHA512 94ec529885dd32df7b927ce2eb5b0ab858040c28506d46d81cb7cde9e7ec65b25e8958fa317cc0bce63b0fb05701cf74f95dc1a2821be312045f9e435a2bb77b
EBUILD PyUserInput-0.1.11.ebuild 795 BLAKE2B cd6b5be9a38b44391df91f5f830887ba937822ef7c4ebb0fef5441f12e1fab657d3c642b0e6071a8647b166ec876083b7a73fcdf724a5261cb1f29742c11962c SHA512 cd9e8ee3beb8f8b3009746c7f3bf469bfa94ea1b88231b43160cc56948ae55761d38b609a868851c1761ae6e82ee13201d4b4be18f23260a6f6949b22be89681
MISC metadata.xml 517 BLAKE2B b8cb160830d9b6bf84c7e082dd9f8aee079b0072dd285a1420ee8e2490ff61a35eb3261e50608c60983b5cf42853354ddc44dcb1f934415a004b703cd7c6547f SHA512 47559fd204b9165ea2335cbbdd18cb5511452ea8507dd10686b7f22e7726c64467eef0e143672e7c715167f2d92f476c3850d4b6a9407ce2023f8f401a12f075

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -31,3 +31,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest