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/canonicaljson/
Date: Sat, 05 Nov 2022 14:34:27
Message-Id: 1667658857.ce76e4f8f42bb10325bf4a276173e4b323e2d587.mgorny@gentoo
1 commit: ce76e4f8f42bb10325bf4a276173e4b323e2d587
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 11:23:48 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 14:34:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce76e4f8
7
8 dev-python/canonicaljson: Bump to 1.6.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/canonicaljson/Manifest | 1 +
13 .../canonicaljson/canonicaljson-1.6.4.ebuild | 31 ++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/canonicaljson/Manifest b/dev-python/canonicaljson/Manifest
17 index 3c36ae0e100a..d6441fc9ba93 100644
18 --- a/dev-python/canonicaljson/Manifest
19 +++ b/dev-python/canonicaljson/Manifest
20 @@ -1 +1,2 @@
21 DIST canonicaljson-1.6.3.gh.tar.gz 10400 BLAKE2B 9d97ad9f8c0803fdfd1f4d2f85291fb175d19be23fb9c3bdf717030b9dae30f810329118c484cdf9dab5d77f01ea41b08653559fa188c90305126bdf3f4e5f9d SHA512 4b2cb7524425b8a4dde2359273f60110ca01081d31b0add158f106ff1f8874366978d6a15baed53a948503d4013b87a0b75ad7f6e8ea6ce42f3f9fc95672280f
22 +DIST canonicaljson-1.6.4.gh.tar.gz 10408 BLAKE2B 4d55bb90cd4bbd5e019ffd0d505651c99dc6b296e9c0a52582265438586890cd6b663116ba0b66807b7a665c54eea001e039ca86c2fef9175b72a318a11a79a7 SHA512 7be1300c17d51f917b1e81931f6d0dd681b1eef9b7f4e82ba3ae683609d74fd924eb3a832c8261611f556c190329748966bf15abe34bc1d22f2ecdf29372b560
23
24 diff --git a/dev-python/canonicaljson/canonicaljson-1.6.4.ebuild b/dev-python/canonicaljson/canonicaljson-1.6.4.ebuild
25 new file mode 100644
26 index 000000000000..fdad35dc04ab
27 --- /dev/null
28 +++ b/dev-python/canonicaljson/canonicaljson-1.6.4.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 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_{9..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Canonical JSON"
41 +HOMEPAGE="
42 + https://github.com/matrix-org/python-canonicaljson/
43 + https://pypi.org/project/canonicaljson/
44 +"
45 +SRC_URI="
46 + https://github.com/matrix-org/python-canonicaljson/archive/v${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +S="${WORKDIR}/python-${P}"
51 +
52 +LICENSE="Apache-2.0"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~ppc64"
55 +
56 +RDEPEND="
57 + dev-python/simplejson[${PYTHON_USEDEP}]
58 +"
59 +
60 +distutils_enable_tests unittest