dev-python/voluptuous: re-add 0.14.1 from main repo

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-24 10:04:22 +01:00
parent bf34733b8a
commit f4cc82a702
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -617,14 +617,14 @@ 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 1940 Ebuilds in total, 1929 of them have in total 1948 (42 different) licenses assigned.
There are 1941 Ebuilds in total, 1930 of them have in total 1949 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1090|
|Apache-2.0|449|
|GPL-3|130|
|BSD|108|
|BSD|109|
|LGPL-3|25|
|GPL-2|21|
|BSD-2|15|

View File

@ -1,4 +1,6 @@
AUX voluptuous-0.11.5-fix-doctest.patch 193 BLAKE2B 7880210f220cc65a4ac3692da728fe607e2accea6722232dd0bbef2fcc29187e661afb326741caa0d47f9dc96b6b5bb1cfcd064019dae66636054e1b2704f01f SHA512 d261e24685e551de96cdd68e1e0090aa639198f2647ad5d68f7d0d45b834ede99c52e5439ed0b41f3271aaf934519105c8e0820ead288b1748b18b0ee734e977
DIST voluptuous-0.13.1.gh.tar.gz 42466 BLAKE2B ee66abe131d5ed6f49fb6ecc0227c6108617cadc694132826c88abf33b83538db1c97d38451983d2fb1191d5e7066491194fb01399e920b21a9e75d54df2d3fa SHA512 874960bdd3fce213e46f8017fbc56ede02133de6f8cb439d810db38ca06d9c5fcf5496150ef4c73fd19d9e06489ba08a510fd96aa16b8825564a52fd01cc3f4f
EBUILD voluptuous-0.13.1-r1.ebuild 543 BLAKE2B b2fb74005a4ee215fcc13752b9aae8c2fcc40bd3ddb360d07c2d198b7d0549123db51daecd54b8523c7583d5c46269c0072ebaec5b9a233669c8a66aa7edddc7 SHA512 0238faa4b6fc639d745f075cb357f9a4cdb7375df06f44663e7adc0437f88dc21d16eef31b4b914e5016acb92320668ed16eca132460dd8fad7296c7cf8e8fa5
DIST voluptuous-0.14.1.gh.tar.gz 42345 BLAKE2B 86866944bc391cabe7ac6c8cc00cc80d09a9d8890bab7c91f057d297b75554058da646e370cbaa9efe8d6707705c3f144af268d3d5cd6a15ac4568cac8bf146c SHA512 20d8c242b36e71c4eec7d0d7b638596b4f3762c30f8f1e0a4c0b38a4463f0a4c51279168be35a2e11d4e75428487d447e52218cccc78b61e5bab4ae0c5457120
EBUILD voluptuous-0.13.1-r1.ebuild 543 BLAKE2B 723f7afb410443d457ba214784e214d9e24a18db76c33fbb10f4a01adb80e581eeb3fbbe307af002941f720efdf31ccfb3d1e849322995c829c9cc296506d5bb SHA512 6c81eb63ed372c7d44a250e564d731aa1509d5d80ac74f082c9a60589680b92f3d080a651827b38c0cf7b4b17ff63795c6a035debfe7d885510b829fa1c1faee
EBUILD voluptuous-0.14.1.ebuild 525 BLAKE2B 1cca6249ecb3872afd31b56a00e0d9bc3aae3eff0a11bc716529aa59fcb1afa24122a40eb9a8a5e7a331ae46f217b3e276547b173cc0652cc4a7bba2332ded15 SHA512 5d3f585767370ba893f0b9cddb810280c17cd9aac1197d13ec8a50d3e61fdd99aa7db8b734cf437654540c9f69fcc8124c91dbb66e8c7e36e9e74920e8b33016
MISC metadata.xml 513 BLAKE2B 6f3af2fc470a8b2fcaef02a267a05b34df3018659e1970478d0cde6f8b8ed189fd21390d73e774844de3ceb682eb06ab4eabbef11abba80a29e823a3810bcb13 SHA512 e7001419b7003c471351ac697e0033ffc4ea8433e549f7bee0eba5d2316948ab9d204acaf407f8e8a8bcea5eaab4d8349c08e2b93f39efd56f5e037d79deae2b

View File

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

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
DESCRIPTION="A Python data validation library"
HOMEPAGE="
https://github.com/alecthomas/voluptuous/
https://pypi.org/project/voluptuous/
"
SRC_URI="
https://github.com/alecthomas/voluptuous/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
distutils_enable_tests pytest