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/simplejson/
Date: Tue, 24 Aug 2021 06:59:20
Message-Id: 1629788345.4365ff2aace8b178624ca84a0a26a6aac4615d83.mgorny@gentoo
1 commit: 4365ff2aace8b178624ca84a0a26a6aac4615d83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 06:29:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 06:59:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4365ff2a
7
8 dev-python/simplejson: Bump to 3.17.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/simplejson/Manifest | 1 +
13 dev-python/simplejson/simplejson-3.17.5.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
17 index 3095b65df82..183b775a0ae 100644
18 --- a/dev-python/simplejson/Manifest
19 +++ b/dev-python/simplejson/Manifest
20 @@ -1 +1,2 @@
21 DIST simplejson-3.17.3.tar.gz 82434 BLAKE2B ae6f303a204f0c5a6bc7a10aa8da3dadbd4fc3a257abb15e330d13299dcbd5bc6be97506f6d5b48f3a3fe24570ac28b331644870d03aa30f80d40e69f4d2ec15 SHA512 b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6
22 +DIST simplejson-3.17.5.tar.gz 83182 BLAKE2B 8fbaa83c81a7478b3c62c6625e717874f6dd3bef236b85504788a66d2b820dbf601e65edbcc7056528e67a66b806b3847b8efcc522464604bd4987dce9870643 SHA512 f5af32e4f9b4575323f9c0eb8163e794270a8607710d08a72cece953f57861e3619038798369ea049d82b9b53f293b9d9eefdeb4dd94ab4f043506bc3f1ddfad
23
24 diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild b/dev-python/simplejson/simplejson-3.17.5.ebuild
25 new file mode 100644
26 index 00000000000..4eeb70ccbda
27 --- /dev/null
28 +++ b/dev-python/simplejson/simplejson-3.17.5.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} pypy3 )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
39 +HOMEPAGE="https://github.com/simplejson/simplejson https://pypi.org/project/simplejson/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="|| ( MIT AFL-2.1 )"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
45 +
46 +DOCS=( README.rst CHANGES.txt )
47 +
48 +distutils_enable_tests unittest