dev-python/kiwiki-client: update LICENSE

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 23:27:23 +01:00
parent b967bee752
commit 0294bc6e95
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 16 deletions

View File

@ -623,11 +623,11 @@ There are 1659 Ebuilds in total, 1648 of them have in total 1667 (42 different)
|-------|-----|
|MIT|944|
|Apache-2.0|363|
|GPL-3|108|
|GPL-3|109|
|BSD|93|
|LGPL-3|23|
|GPL-2|20|
|all-rights-reserved|15|
|all-rights-reserved|14|
|BSD-2|11|
|GPL-3+|11|
|LGPL-3+|11|

View File

@ -1,3 +1,3 @@
DIST kiwiki_client-0.1.1.tar.gz 2418 BLAKE2B bccafbe5f17b1c52e022a3b0207928a4563a8e634b10d97674cfc8d6807826466f8a1ee7eb6d5a8079682af4e6ee0a9f63caeaa9ad5c7ac308a567c89157d779 SHA512 5c46a9d6771940cf71bac32263e1b4c3c40c8548fd6c5c2f9df2cc42ecd72320141f39a744d4e818aeb414af76e3f7590f76f9edb696dbd8148fde57605231d0
EBUILD kiwiki-client-0.1.1.ebuild 699 BLAKE2B 2c80bfae8be41c447043062e6ce406e5df187ab9a18b8a6e992e6eac500b315744fbce8766792db95a48fb6c1d57b1e075cab6c73223d9603867292c259000a0 SHA512 792eb6889a573d44e246c89d016d5621e844b987d12b5892b8406439e35714e009d465a711084fa0ed6823c8d17b75e05a042e19b83fc0d5b3d45496baa1dbcb
EBUILD kiwiki-client-0.1.1.ebuild 556 BLAKE2B 58fe333f50333ebf3fea8a7b339956c5669b86b461fa60941c25c8e2c72e837ac18313af8e64be6b70905eb1c94a77acb9329868e7d845665800d32ef4a0f90b SHA512 ca340d667703ed7c7cb4cfc208d3b6ea1e4ab4326945a20cda647672cf0d3b56a4f3c6ce55e9b94594c3164b37386839d29c19e40145cc70c50d739db20de2b3
MISC metadata.xml 529 BLAKE2B 829c17b1d24f694ff34bc83b2bc34caf37b1482ce0143d362a4a7cc37092fcc3c2eed5616688991e3fcd9eb04e9155fc7fdb5169d604a43a2f0a4a28e68534ea SHA512 ad4a48f3a3d7e94c316d7495bf6e38134705dc233fd233c3c0e70a5cb15e3a5492c5b93af318c64fae7378751905e60cdbe451200455cea4d167e66462aba615

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -10,24 +10,13 @@ inherit distutils-r1 pypi
DESCRIPTION="KIWI Lock Client Library"
HOMEPAGE="https://github.com/c7h/kiwiki_client https://pypi.org/project/kiwiki-client/"
LICENSE="all-rights-reserved"
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest