Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/voluptuous/
Date: Wed, 30 Mar 2022 18:45:57
Message-Id: 1648665938.c1d620db3b21b54bec8233b74f7e22865d18db42.mgorny@gentoo
1 commit: c1d620db3b21b54bec8233b74f7e22865d18db42
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 17:43:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 18:45:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d620db
7
8 dev-python/voluptuous: Bump to 0.13.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/voluptuous/Manifest | 1 +
13 dev-python/voluptuous/voluptuous-0.13.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/voluptuous/Manifest b/dev-python/voluptuous/Manifest
17 index 3a2ee0654ac5..8e9bfccc528f 100644
18 --- a/dev-python/voluptuous/Manifest
19 +++ b/dev-python/voluptuous/Manifest
20 @@ -1 +1,2 @@
21 DIST voluptuous-0.12.2.tar.gz 48477 BLAKE2B c1cc26b3ac87bcd357d522c8a5210397f1a16e68f812727f2e8ab18c6731d12a04c2e9a96735e25926854eb378feaaeb8bafc083f394b7e9c2dfa2a503abeeb9 SHA512 86193294c1c6a593f6556f23a9a2c093690a06cbdabb7e268db135e36af6a15c113e78f3e05d000276b6ff54b8e17a0a01d589e9232da9eb5320500fdb5757e1
22 +DIST voluptuous-0.13.0.tar.gz 47117 BLAKE2B 101cb8bb2e06cde87e1f19306188a9b7df9fa93cf940f69443b6730b678db09c93d2999b22cb22ad108b9f08c1096e4f9055330d77d31dded9bda1ae99a158d0 SHA512 a4b76a7d7e3f1f2697c09b025c2386b77c48e7f9d001e05ab0b93c91167e438352ac682d52527e2cc01d009787fedd4674cf7c926ed908022fe381c09d488f29
23
24 diff --git a/dev-python/voluptuous/voluptuous-0.13.0.ebuild b/dev-python/voluptuous/voluptuous-0.13.0.ebuild
25 new file mode 100644
26 index 000000000000..7bd4bed29249
27 --- /dev/null
28 +++ b/dev-python/voluptuous/voluptuous-0.13.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A Python data validation library"
41 +HOMEPAGE="https://github.com/alecthomas/voluptuous/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 +
48 +PATCHES=( "${FILESDIR}"/${PN}-0.11.5-fix-doctest.patch )
49 +
50 +distutils_enable_tests nose