dev-python/pyhumps: add 3.8.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 22:31:32 +02:00
parent e604765898
commit 5e03bcf447
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 6 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 2077 Ebuilds in total, 2066 of them have in total 2094 (42 different) licenses assigned.
There are 2079 Ebuilds in total, 2068 of them have in total 2096 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1198|
|MIT|1199|
|Apache-2.0|471|
|GPL-3|127|
|BSD|111|
@ -620,8 +620,8 @@ There are 2077 Ebuilds in total, 2066 of them have in total 2094 (42 different)
|GPL-3+|16|
|BSD-2|15|
|LGPL-3+|15|
|Unlicense|10|
|PSF-2|10|
|Unlicense|9|
|ISC|6|
|MPL-2.0|6|
|EPL-1.0|4|

View File

@ -1,3 +1,5 @@
DIST pyhumps-3.5.0.tar.gz 7532 BLAKE2B b2eb3ab6833bef2295273f86c270de2a54a92419208f3f433a39768e88327a2dd286c353982ae39b474b1399254bee50fb565fe5d20f9821405a4181a14e1ee1 SHA512 064ee7ff6e71facf3f2d92ded4e2256d2a612fcbcb793a003c98b2b1b7c1c62d822d43ef3fb28f8107ede8892be21e3b3b663e23a4b4df6d2e6e9116e9b72c5b
EBUILD pyhumps-3.5.0-r1.ebuild 567 BLAKE2B a230bc20d4bcf6aeb43fb53ebb97bfddcb8a380d3ab3438b33128b84bdecbf9b8be37833d2c9f7c348a596218998a0721f557d6afdf498a2d9c54fc4641dda8b SHA512 0f7886df9746a3b2ef1db8ae91fe145552b6d93726d9c158ce45406a6bc1794340701129d247b449c8e44495cd7f41f546c6afba601155950925f39f1af55e4c
DIST pyhumps-3.8.0.tar.gz 9018 BLAKE2B a61a99d40c2c43c39efc39332b0e8e294d40abb5960ff08bc10ab731068aaf09a08f57aba3f1ed90618696d79367aab1e0256742877e26f60bcd528d62551c14 SHA512 4fcb90c7c7219aad4ee49493904fe3bbcb4fbe989ed4ad7fded29ee022315d04abd16b7577e836f33c0365f8832bcdbd953d06348e66950dd3362c796004e095
EBUILD pyhumps-3.5.0-r1.ebuild 567 BLAKE2B d6f3da5b76ed5bf51f697e6fc1a8083e39e15c812f701484c12a415195a1b955af77ecfab2ef8ff222d3a93fb7219a1ac77e4fe7a9d406d3d488f6878ab1f8fe SHA512 bf66a2fa7a63b311a11c310c413a72f9153c304edc95230c50df634125d7b3965fbdc1cb29ffafd23ae04c68337a288e70e1e1b750daaba107ae045a43e4c51e
EBUILD pyhumps-3.8.0.ebuild 567 BLAKE2B d6f3da5b76ed5bf51f697e6fc1a8083e39e15c812f701484c12a415195a1b955af77ecfab2ef8ff222d3a93fb7219a1ac77e4fe7a9d406d3d488f6878ab1f8fe SHA512 bf66a2fa7a63b311a11c310c413a72f9153c304edc95230c50df634125d7b3965fbdc1cb29ffafd23ae04c68337a288e70e1e1b750daaba107ae045a43e4c51e
MISC metadata.xml 503 BLAKE2B 4b582d7fc8b0c4bf80d70c1c4d4c458e8812db330e4b4c81e5ae4a2452fe0ff024a383e0d73e4b874bf7963dba2d2b4eb28429defa9a1b7d411c1a3df831cfa7 SHA512 c643c49bac0508325ec095d32ab507db332cac8c7088dcf8158e6db96606cfe3d9ce636487044c7a39d851c5ed3e1b04360d73f682cd53d0c60fd6dc78656599

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=poetry
inherit distutils-r1 pypi

View File

@ -0,0 +1,21 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node"
HOMEPAGE="https://github.com/nficano/humps https://pypi.org/project/pyhumps/"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest