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: Thu, 23 Sep 2021 08:16:33
Message-Id: 1632384971.3aff298c2d8a51ee91f98c8f4182d2ecbe7a1a4d.mgorny@gentoo
1 commit: 3aff298c2d8a51ee91f98c8f4182d2ecbe7a1a4d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 06:27:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 08:16:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aff298c
7
8 dev-python/voluptuous: Bump to 0.12.2
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.12.2.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/voluptuous/Manifest b/dev-python/voluptuous/Manifest
17 index 4bcf0fdff88..1ab7df0be7e 100644
18 --- a/dev-python/voluptuous/Manifest
19 +++ b/dev-python/voluptuous/Manifest
20 @@ -1 +1,2 @@
21 DIST voluptuous-0.12.1.tar.gz 47476 BLAKE2B aa991ab2131e478eb06909c8b7ca86158980b47431d7fae82f41ab2c09b2d23c21d6da937394732cb479436fc247268947c3b31701c6260132cd6f9c7f7e288f SHA512 14ead6bd99c9238318e7ed39fa543cb3363cbb0716a251061e6f533b8fae3fd5e754bd6b2756b6d76745da0e02236e04bfe0ae4e25dd87d291bb2a716660eebc
22 +DIST voluptuous-0.12.2.tar.gz 48477 BLAKE2B c1cc26b3ac87bcd357d522c8a5210397f1a16e68f812727f2e8ab18c6731d12a04c2e9a96735e25926854eb378feaaeb8bafc083f394b7e9c2dfa2a503abeeb9 SHA512 86193294c1c6a593f6556f23a9a2c093690a06cbdabb7e268db135e36af6a15c113e78f3e05d000276b6ff54b8e17a0a01d589e9232da9eb5320500fdb5757e1
23
24 diff --git a/dev-python/voluptuous/voluptuous-0.12.2.ebuild b/dev-python/voluptuous/voluptuous-0.12.2.ebuild
25 new file mode 100644
26 index 00000000000..0693690f26b
27 --- /dev/null
28 +++ b/dev-python/voluptuous/voluptuous-0.12.2.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A Python data validation library."
39 +HOMEPAGE="https://github.com/alecthomas/voluptuous"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
45 +
46 +PATCHES=( "${FILESDIR}"/${PN}-0.11.5-fix-doctest.patch )
47 +
48 +distutils_enable_tests nose