dev-python/voluptuous: Bump to 0.16.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-12-19 04:03:17 +01:00
parent 3a6624bb3b
commit 798fbc376d
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST voluptuous-0.15.2.gh.tar.gz 46075 BLAKE2B 4642be4fb4de37a80623c9dabd55d92ffa53ef3e8787fcf0b300c5e1950345bca0d49b37fac131f73c13cedde8480654f434f1a5f209312942c97b1ca7269ccf SHA512 e77d847b290ab68fe9a61831f6c9af23537836abbb9acf8b005592215138192c95fb696c7e6da8ac45b934b4d1a57ac902b15fcf66ebda83592c05c2d6da6238
DIST voluptuous-0.16.0.gh.tar.gz 48779 BLAKE2B 5d5113038ecbcda9b99e607fb27e7b6d86b0554731acbbfa4084be0c82877b62a552f4d55427dffc126ac202a88689a170ab544da2e8267e75c72731a0dc343c SHA512 51afc8d0d33981c4b45a897b72298718010f5fb55b3b69cd26477ace20df3734b033cc5f2fa1f11cc196a200dafa6d009ea32b47da05b5db176dbe3f3c647c3d

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
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="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest