dev-python/emoji: drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:30:39 +02:00
parent be97828c07
commit c4bf51031d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 26 deletions

View File

@ -617,14 +617,14 @@ 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 1976 Ebuilds in total, 1965 of them have in total 1985 (42 different) licenses assigned.
There are 1973 Ebuilds in total, 1962 of them have in total 1982 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1119|
|MIT|1117|
|Apache-2.0|450|
|GPL-3|128|
|BSD|111|
|BSD|110|
|LGPL-3|26|
|GPL-2|21|
|BSD-2|15|

View File

@ -1,5 +1,3 @@
DIST emoji-1.5.0.tar.gz 185955 BLAKE2B 61bf2a5f87227afbe9394ef1faee601396ca0e4b97c00345628bfb9be8d4b880f05b06878e11e8fdcad21b7e692f3268d60bc27bb587dfce467d18b7551303e7 SHA512 aab01bd6a4e4156aaaa29ecd5b7ab261ba642c3718a31ca483ae5f9ba3a49c18f77566a3874847fc21a649bed76181d747e4966082e778aed6958cd3f7ad77d7
DIST emoji-2.8.0.tar.gz 363892 BLAKE2B 81a20be17f41be3ae5d03d5d77df1e35e165d3bae4a7b0f4f1540d2fdfc7c25b4b18e9b23392928090bc20500f91a889b3c3fe95f4614a64ad5eed99f6db0a4b SHA512 e53fdf5f086260b34239b85dec8642c9f2cad042432a498636c7abc696712fadc69f0bb43b0f48321edbce761f62f5ffa38d171308e9bec0e5a27d5885322578
EBUILD emoji-1.5.0.ebuild 390 BLAKE2B 1f18a579c3656859869034783a91d652348c367a881f4eb141cdb55f378845491417131dde8ab51ff8429e3f582ab4ec688d8f787e257e91924123b3479a9f01 SHA512 cf80be50bab861c3fb5fe867368f4e2ac9f5e5c98cba7c017b3f3f84d5e950d91ede456d3c475c7718e77307e6eba24fa932d901dfb5635b2a97ac7d24cc4705
EBUILD emoji-2.8.0.ebuild 390 BLAKE2B 1f18a579c3656859869034783a91d652348c367a881f4eb141cdb55f378845491417131dde8ab51ff8429e3f582ab4ec688d8f787e257e91924123b3479a9f01 SHA512 cf80be50bab861c3fb5fe867368f4e2ac9f5e5c98cba7c017b3f3f84d5e950d91ede456d3c475c7718e77307e6eba24fa932d901dfb5635b2a97ac7d24cc4705
EBUILD emoji-2.8.0.ebuild 390 BLAKE2B 90c21a930c206b6e4a6a2c5c83ef5cecbe04f5beb70103b916338656670a9139121313431cb118eabc235f9c2b7552efdb2151541c6969dd8e2383006d89d643 SHA512 357b6c29746322eea048b8046c9789996c1fc7d21381aa560eca269a8308c334b765d227cebcb873f81543e4d794edd785e62585f3dddf9e41b7863dd8121952
MISC metadata.xml 520 BLAKE2B e59dd991d192380cf0e13583c2b0667f4bf870b7adbcf3cadac3ef06c1f30ec033786b43571c687f57a2a41af88cb2a0a2979e49ddc50740dcc5fbb58ad85701 SHA512 1eb6b3b7a31935594ef2e2bf9fa8bed88ce1db7df894adccb81d5abffba0dd1eeefcbf08460ac6899ce9146f76f2bc2ffb5c0c40a6d16379bdf090522eef0a54

View File

@ -1,19 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Emoji for Python"
HOMEPAGE="https://github.com/carpedm20/emoji/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.rst"
distutils_enable_tests pytest

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi