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: Sun, 05 Jun 2022 16:49:04
Message-Id: 1654447735.ad9f098512a2621e8416df5e6645faef4101b668.mgorny@gentoo
1 commit: ad9f098512a2621e8416df5e6645faef4101b668
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 16:31:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 16:48:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9f0985
7
8 dev-python/simplejson: Bump to 3.17.6
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.6.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
17 index e8eb2c660310..a81eb9b0c418 100644
18 --- a/dev-python/simplejson/Manifest
19 +++ b/dev-python/simplejson/Manifest
20 @@ -1 +1,2 @@
21 DIST simplejson-3.17.5.tar.gz 83182 BLAKE2B 8fbaa83c81a7478b3c62c6625e717874f6dd3bef236b85504788a66d2b820dbf601e65edbcc7056528e67a66b806b3847b8efcc522464604bd4987dce9870643 SHA512 f5af32e4f9b4575323f9c0eb8163e794270a8607710d08a72cece953f57861e3619038798369ea049d82b9b53f293b9d9eefdeb4dd94ab4f043506bc3f1ddfad
22 +DIST simplejson-3.17.6.tar.gz 83134 BLAKE2B 5aa9275673a0c8feab2a86f1bc85864791a847a7eda77ea6f3e4f8d8677ff88d2277ff659285d183d2d439c58e78b25846badb3a2fddbc959d40eb23273dfa2b SHA512 4a25032fcc78025d82db571716deef8769f036a330560f92e14563687db4a42dbe60866b8afb57baf24104ef94fcbe938cdbddfc169542664957eef2d00d04e3
23
24 diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild b/dev-python/simplejson/simplejson-3.17.6.ebuild
25 new file mode 100644
26 index 000000000000..84d4dee1f814
27 --- /dev/null
28 +++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
29 @@ -0,0 +1,24 @@
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..11} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
41 +HOMEPAGE="
42 + https://github.com/simplejson/simplejson/
43 + https://pypi.org/project/simplejson/
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="|| ( MIT AFL-2.1 )"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
50 +
51 +DOCS=( README.rst CHANGES.txt )
52 +
53 +distutils_enable_tests unittest