Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/
Date: Wed, 03 May 2017 19:47:51
Message-Id: 1493840862.081d5705261ad72c3d530837a81d083af70d6afb.zmedico@gentoo
1 commit: 081d5705261ad72c3d530837a81d083af70d6afb
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 19:45:50 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 19:47:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081d5705
7
8 dev-python/jsonschema: version bump to 2.6.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/jsonschema/Manifest | 1 +
13 dev-python/jsonschema/jsonschema-2.6.0.ebuild | 33 +++++++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
17 index a4c7cb6c1f7..839d3fa406b 100644
18 --- a/dev-python/jsonschema/Manifest
19 +++ b/dev-python/jsonschema/Manifest
20 @@ -1,3 +1,4 @@
21 DIST jsonschema-2.3.0.tar.gz 43115 SHA256 a79dcee3769d7cf749836da840966a83cd2e33e361264e77b74df9490ffe5c89 SHA512 8c39c47c236904d3deb3893d43fd1a9332896e8a1883901ef6040607575250b0d661b010d94be6b0d52515b42e2c7924c93d352ca9b209cec54514e856d95c75 WHIRLPOOL 7f61838ac7173ac2d0dde16f83a864b8dcd82905d139c4de8d7b698ce022f1a63003ff45be53cf134a30747533cb034d2d5d944559a1b6990a37d8073b38d0ea
22 DIST jsonschema-2.4.0.tar.gz 48293 SHA256 1298a2f1b2f4c4a7b921cccd159e4e42f6d7b0fb75c86c0cdecfc71f061833fa SHA512 111d60f6b490c016a69bed6b0b22cc6395c949d4510fdcb530757d6e61720cd2e1e3346293a5dd1b6501b262b36510ec08ab4ed76dc7484065e692e041232a93 WHIRLPOOL 1bcec6c3e09f72ad314db49e73d92f854e5f69c490e9ad46b4d0e31564392fb27bf387eec6d376237735396a7da989dcd601e33e2a43e35ed2559fc83b7ebf63
23 DIST jsonschema-2.5.1.tar.gz 50855 SHA256 36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41 SHA512 9e8f6ce16504b7ae7ef1ceb44ecb07eab85923e40967bd8e502b9fa779e772b547db90f56ca951d06591b951e7240db1071e909ac75543d42f6f2495f6de3298 WHIRLPOOL 24da2ad53ecfe9b46d6b9f469719899ddfe54d425aa10e7e83d715e88ee09ba6e80501f1a33dec153af5436fc62abc29ac3ac8af3de6d748e1c007bb771ba642
24 +DIST jsonschema-2.6.0.tar.gz 53252 SHA256 6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02 SHA512 03f916abd023b32fbe60f91718d6f2f94d8834bd1bd8ec85ab02f591a145161275c2cde25b037c4d2e94703b870159feb776d3556f011e4c394d2e20ab897b0b WHIRLPOOL 21f52b990c2047ce14889032ea574e8cae46046fabeaf1ce4041e24c6d8eafb93a7832e5bd7a15babff3e18e87a77539e9a7bac0c8f63c907c28d58383cb1ba2
25
26 diff --git a/dev-python/jsonschema/jsonschema-2.6.0.ebuild b/dev-python/jsonschema/jsonschema-2.6.0.ebuild
27 new file mode 100644
28 index 00000000000..d14f996f1e0
29 --- /dev/null
30 +++ b/dev-python/jsonschema/jsonschema-2.6.0.ebuild
31 @@ -0,0 +1,33 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="An implementation of JSON-Schema validation for Python"
42 +HOMEPAGE="https://pypi.python.org/pypi/jsonschema https://github.com/Julian/jsonschema"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
48 +IUSE="test"
49 +
50 +RDEPEND="
51 + dev-python/rfc3986[${PYTHON_USEDEP}]
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 + dev-python/strict-rfc3339[${PYTHON_USEDEP}]
54 + dev-python/webcolors[${PYTHON_USEDEP}]
55 + $(python_gen_cond_dep \
56 + 'dev-python/functools32[${PYTHON_USEDEP}]' 'python2*' pypy)
57 + "
58 +DEPEND="${RDEPEND}
59 + >=dev-python/vcversioner-2.16.0.0[${PYTHON_USEDEP}]
60 + test? ( dev-python/mock[${PYTHON_USEDEP}] )"
61 +
62 +python_test() {
63 + "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}"
64 +}