From 5e03bcf4479057a1153795e753ea2fa0d52f7593 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Fri, 25 Oct 2024 22:31:32 +0200 Subject: [PATCH] dev-python/pyhumps: add 3.8.0 Signed-off-by: Andreas Billmeier --- README.md | 6 +++--- dev-python/pyhumps/Manifest | 4 +++- dev-python/pyhumps/pyhumps-3.5.0-r1.ebuild | 4 ++-- dev-python/pyhumps/pyhumps-3.8.0.ebuild | 21 +++++++++++++++++++++ 4 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 dev-python/pyhumps/pyhumps-3.8.0.ebuild diff --git a/README.md b/README.md index 681aad2bf..5698a6c03 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/pyhumps/Manifest b/dev-python/pyhumps/Manifest index 2303e1985..4d1d04278 100644 --- a/dev-python/pyhumps/Manifest +++ b/dev-python/pyhumps/Manifest @@ -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 diff --git a/dev-python/pyhumps/pyhumps-3.5.0-r1.ebuild b/dev-python/pyhumps/pyhumps-3.5.0-r1.ebuild index 18c56256c..5d9f79d14 100644 --- a/dev-python/pyhumps/pyhumps-3.5.0-r1.ebuild +++ b/dev-python/pyhumps/pyhumps-3.5.0-r1.ebuild @@ -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 diff --git a/dev-python/pyhumps/pyhumps-3.8.0.ebuild b/dev-python/pyhumps/pyhumps-3.8.0.ebuild new file mode 100644 index 000000000..5d9f79d14 --- /dev/null +++ b/dev-python/pyhumps/pyhumps-3.8.0.ebuild @@ -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