Skip to content

Commit f4cc82a

Browse files
committed
dev-python/voluptuous: re-add 0.14.1 from main repo
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent bf34733 commit f4cc82a

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,14 +617,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1940 Ebuilds in total, 1929 of them have in total 1948 (42 different) licenses assigned.
620+
There are 1941 Ebuilds in total, 1930 of them have in total 1949 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1090|
625625
|Apache-2.0|449|
626626
|GPL-3|130|
627-
|BSD|108|
627+
|BSD|109|
628628
|LGPL-3|25|
629629
|GPL-2|21|
630630
|BSD-2|15|

dev-python/voluptuous/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
AUX voluptuous-0.11.5-fix-doctest.patch 193 BLAKE2B 7880210f220cc65a4ac3692da728fe607e2accea6722232dd0bbef2fcc29187e661afb326741caa0d47f9dc96b6b5bb1cfcd064019dae66636054e1b2704f01f SHA512 d261e24685e551de96cdd68e1e0090aa639198f2647ad5d68f7d0d45b834ede99c52e5439ed0b41f3271aaf934519105c8e0820ead288b1748b18b0ee734e977
22
DIST voluptuous-0.13.1.gh.tar.gz 42466 BLAKE2B ee66abe131d5ed6f49fb6ecc0227c6108617cadc694132826c88abf33b83538db1c97d38451983d2fb1191d5e7066491194fb01399e920b21a9e75d54df2d3fa SHA512 874960bdd3fce213e46f8017fbc56ede02133de6f8cb439d810db38ca06d9c5fcf5496150ef4c73fd19d9e06489ba08a510fd96aa16b8825564a52fd01cc3f4f
3-
EBUILD voluptuous-0.13.1-r1.ebuild 543 BLAKE2B b2fb74005a4ee215fcc13752b9aae8c2fcc40bd3ddb360d07c2d198b7d0549123db51daecd54b8523c7583d5c46269c0072ebaec5b9a233669c8a66aa7edddc7 SHA512 0238faa4b6fc639d745f075cb357f9a4cdb7375df06f44663e7adc0437f88dc21d16eef31b4b914e5016acb92320668ed16eca132460dd8fad7296c7cf8e8fa5
3+
DIST voluptuous-0.14.1.gh.tar.gz 42345 BLAKE2B 86866944bc391cabe7ac6c8cc00cc80d09a9d8890bab7c91f057d297b75554058da646e370cbaa9efe8d6707705c3f144af268d3d5cd6a15ac4568cac8bf146c SHA512 20d8c242b36e71c4eec7d0d7b638596b4f3762c30f8f1e0a4c0b38a4463f0a4c51279168be35a2e11d4e75428487d447e52218cccc78b61e5bab4ae0c5457120
4+
EBUILD voluptuous-0.13.1-r1.ebuild 543 BLAKE2B 723f7afb410443d457ba214784e214d9e24a18db76c33fbb10f4a01adb80e581eeb3fbbe307af002941f720efdf31ccfb3d1e849322995c829c9cc296506d5bb SHA512 6c81eb63ed372c7d44a250e564d731aa1509d5d80ac74f082c9a60589680b92f3d080a651827b38c0cf7b4b17ff63795c6a035debfe7d885510b829fa1c1faee
5+
EBUILD voluptuous-0.14.1.ebuild 525 BLAKE2B 1cca6249ecb3872afd31b56a00e0d9bc3aae3eff0a11bc716529aa59fcb1afa24122a40eb9a8a5e7a331ae46f217b3e276547b173cc0652cc4a7bba2332ded15 SHA512 5d3f585767370ba893f0b9cddb810280c17cd9aac1197d13ec8a50d3e61fdd99aa7db8b734cf437654540c9f69fcc8124c91dbb66e8c7e36e9e74920e8b33016
46
MISC metadata.xml 513 BLAKE2B 6f3af2fc470a8b2fcaef02a267a05b34df3018659e1970478d0cde6f8b8ed189fd21390d73e774844de3ceb682eb06ab4eabbef11abba80a29e823a3810bcb13 SHA512 e7001419b7003c471351ac697e0033ffc4ea8433e549f7bee0eba5d2316948ab9d204acaf407f8e8a8bcea5eaab4d8349c08e2b93f39efd56f5e037d79deae2b

dev-python/voluptuous/voluptuous-0.13.1-r1.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{10..12} )
7+
PYTHON_COMPAT=( python3_{11..12} )
88

99
inherit distutils-r1
1010

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DISTUTILS_USE_PEP517=setuptools
7+
PYTHON_COMPAT=( python3_{11..12} )
8+
9+
inherit distutils-r1
10+
11+
DESCRIPTION="A Python data validation library"
12+
HOMEPAGE="
13+
https://github.com/alecthomas/voluptuous/
14+
https://pypi.org/project/voluptuous/
15+
"
16+
SRC_URI="
17+
https://github.com/alecthomas/voluptuous/archive/${PV}.tar.gz
18+
-> ${P}.gh.tar.gz
19+
"
20+
21+
LICENSE="BSD"
22+
SLOT="0"
23+
KEYWORDS="amd64 arm arm64 x86"
24+
25+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)