dev-python/unicode-rbnf: add 1.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-26 22:54:10 +02:00
parent fd921c0d5e
commit 6c302ebb8b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 5 deletions

View File

@ -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 1956 Ebuilds in total, 1945 of them have in total 1969 (42 different) licenses assigned.
There are 1957 Ebuilds in total, 1946 of them have in total 1970 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1122|
|MIT|1123|
|Apache-2.0|441|
|GPL-3|114|
|BSD|113|

View File

@ -1,3 +1,5 @@
DIST unicode-rbnf-1.0.0.gh.tar.gz 82505 BLAKE2B 7268c3237b05f6581c024ead9ce817b39f38e565deca46f1c507f308f4fb23c82c810c03cc4a72cc030b7d23ff99bc0d1d4a868560a685e9d551c2d25b93625b SHA512 5625fdc2940d9c45570fde15e0fa775112065e0decf5b59783c0fdae9c07309c064a328c061512b18105c616aad3ef857dac549343ac6ae68be2f9029000727e
EBUILD unicode-rbnf-1.0.0.ebuild 680 BLAKE2B 1b9619555db653256e2a1abf9d41414ef6344fd7619c0a1fe04e755e3adbbf205e2b1ea732b70612a9cbae20d432034d80603678a49418f7e7db490f83856c2d SHA512 c741e0f3a61bb34a8be01e7dabecf04c74cdd1e76bd611e175eeca6306b1189fe2a76ca12123d20df8dfd52fae9add7cfd6a7322865f52dbc270f365799ba665
DIST unicode-rbnf-1.1.0.gh.tar.gz 83653 BLAKE2B 3494d8f21621676aa05a0dc6f871c6a2653818c3d11fceb4eb316c3103b0dd47d811f074e15899884e44763f811acff453effc5ecd822b3f48eb6e9f3d912a16 SHA512 1b3d6488e80f3cd3f05779420de4294d763cc3e94a8dd4adb762cde96f5df51b6d6e98661fe08b39a79210d979855c2a53c7f11b64912c870a1d6833a944e6d4
EBUILD unicode-rbnf-1.0.0.ebuild 680 BLAKE2B 22c24ba7cfa1591985c9fd46e191c383ac0a48740c73c2b95cc995353f3de38d20e83d4b5f494ada152ce43e9f6c5e3db83a6b5c8618d0a1e8959efcb877b991 SHA512 a24879db947256a1ce0d1e3b5847757cbabdce46d90d1808e6d73a7fe5ad28668d0133537df19b7320e42b00b098b63663669ef856805c49c9cb911aaa1cbb3e
EBUILD unicode-rbnf-1.1.0.ebuild 577 BLAKE2B cc8fcaecdee661ab8deb0b9bdaa25d61335535b7aa4d2bd268e8245aca999c840d03e18a3fd5c858d4f6b6b42b7bbcdaa8caa9957bab3d33cc773ffd466a14ff SHA512 734605af93c8e58671ebcaaad2973c9e003dd549da21a6fe21f426e5deb958f6b003f19a467941faab6fe05424599f72ba99aafbcc2effbb5368817ac88ce009
MISC metadata.xml 512 BLAKE2B afd1649321b0a57848e07bf99b67b7ac9baac4f920e640827c9abd005f4d8e137057f6eba61214d99ce1172b3af53e31eb2a1673a7dce95a933722c50e13eb81 SHA512 faa716c3792634a9732e7a169e90c460dc4471f2b77d6d04c0601e4f1155acf7ba11a3554c07fb25611485dd427a25734b8a83ef8bb49a11ceb46516356c99b4

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

View File

@ -0,0 +1,20 @@
# 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
DESCRIPTION="Rule-based number formatting using Unicode CLDR data"
HOMEPAGE="https://github.com/rhasspy/unicode-rbnf https://pypi.org/project/unicode-rbnf/"
SRC_URI="https://github.com/rhasspy/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
distutils_enable_tests pytest