bump iso4217-1.11.20220401

This commit is contained in:
Andreas Billmeier 2022-07-19 17:38:53 +02:00 committed by Andreas Billmeier
parent ae9982d617
commit 39a7736087
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 42 additions and 5 deletions

View File

@ -521,12 +521,12 @@ 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 1796 Ebuilds in total, 1789 of them have in total 1797 (35 different) licenses assigned.
There are 1799 Ebuilds in total, 1792 of them have in total 1800 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1089|
|Apache-2.0|325|
|Apache-2.0|327|
|GPL-3|109|
|BSD|103|
|LGPL-3|30|
@ -537,8 +537,8 @@ There are 1796 Ebuilds in total, 1789 of them have in total 1797 (35 different)
|all-rights-reserved|13|
|LGPL-2.1|7|
|Unlicense|6|
|public-domain|5|
|EPL-1.0|5|
|public-domain|4|
|LGPL-2+|3|
|BSD-4|3|
|LGPL-2.1+|3|

View File

@ -1,3 +1,5 @@
DIST iso4217-1.11.20220401.tar.gz 12406 BLAKE2B 78c9c5a010be33d3059a17d658243a9630fc2f881e4135003ce21f367b037cf38c440d25d56e5e017b84f5037b12070a2d8e6a62478946c61600fd44f6220874 SHA512 c75f9422b6ac336e062784be84321b261257467ac0bb685e697b29c640dbb4ed58c838a47cd80d60566ad266d3701768450cd0eab81712d13989e69acccb04c9
DIST iso4217-1.6.20180829.tar.gz 11503 BLAKE2B 742ae8acf0c49cc35e8f5c3f881418f769f061281cae802442b98b1488c69284e4ae26b9cc29a9ea3323f1d489f8402fe7ce094fba77bf128f1bf9ac6a59ec5e SHA512 2d74f18df142fe740c3e5cb4038914920ae974e86b2b1b5a6a205194a0b4b9b4eb12712a746573b13462baa188802d73f5a003dddf1ae4357e586a83c47df5be
EBUILD iso4217-1.6.20180829.ebuild 716 BLAKE2B 2d563c570cde476b9c033f4feef628f21548cf0f080886dffc57abf8e451ebd62211680d25d351fa96e13e9273cc69dfb5305a0f30b7c2cf352b5a5cb46e2bbc SHA512 0448d787db773104138c8fa9fbe5d7b4d34e97b611a2416695175b030a8d781033d2dbd314fd7075f00118b1718f9529726f14de1f280d8dae97aa53d5c6321d
EBUILD iso4217-1.11.20220401.ebuild 719 BLAKE2B 260d04e2eec3f3491c1492280b93972cd8bae5e7e275690714415481f9c7fdb42887376549a066afc5c70301e83c01b82609ca1e9aec0e12da14d24ce2b3494e SHA512 76cc988e53ed5ac46b02543e4e4d14b66cd8584f095006ea0e5d3ed1e240905cc98f1d3121378fdb6546f35b5c3f648eb79eb0398fa3077a6ce46c8bba8b8263
EBUILD iso4217-1.6.20180829.ebuild 688 BLAKE2B 898a1c9279411d337ddd9b2e80ace5925c878f0e055f0720bb9bacca76a04eae0ddf02992b0517bb979a75b03eec58c232bf15f880bb0ade0b63cedb79f54918 SHA512 a0369a54b67ac4dc2b7aa3b99fdb146db10dd311a4b68a6c1e6e26909c64a7f45ffddd5e9c1a4caaf4f130e3fc4fc6e1bf7288c5f7cb583ababe68d2a0558fc9
MISC metadata.xml 452 BLAKE2B 30d0cdb91d73e074ad0ca803fc9ca5f256dfbb2bfe7be6e3550d39ba9ac53fa4398ac3d0ed938514575d184ad72bc2959257a88272d967269479d6992b2958f6 SHA512 7ad4afcc3e5635db8639cba6ff089330e220a1c72066b32d85c0c2771e472b128644c5e5ff71a5ccba6065ab0055b1f1eb86d76a507bfc54b233f07aef15d3ab

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="ISO 4217 currency data package for Python"
HOMEPAGE="https://github.com/dahlia/iso4217 https://pypi.org/project/iso4217/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"