Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ujson/
Date: Wed, 27 Oct 2021 04:40:11
Message-Id: 1635309588.bd0da25b650e73da71b78a8952749cff65eddc1a.arthurzam@gentoo
1 commit: bd0da25b650e73da71b78a8952749cff65eddc1a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 04:34:41 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 04:39:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0da25b
7
8 dev-python/ujson: drop 4.1.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/ujson/Manifest | 1 -
13 dev-python/ujson/ujson-4.1.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest
17 index eea9001388c..dcd81786579 100644
18 --- a/dev-python/ujson/Manifest
19 +++ b/dev-python/ujson/Manifest
20 @@ -1,2 +1 @@
21 -DIST ujson-4.1.0.tar.gz 7129002 BLAKE2B 0a9b8d90ca977b3abf7a3dbcb42fc40d9b6faa120ea59aac2aacb83faadf36cb3c0ca1073579f6bc5f94c6bd45550d82e55e1859b0afc7b3bed511e63626703f SHA512 b3661c23fcdad2dbbac1d92b319f85ad3b7b575c1e773f5207cc83811974ed8de0e9780acb50986fcdea1c4237d5ded8d10a9bb641468b198824f5da15b8ae0e
22 DIST ujson-4.2.0.tar.gz 7129419 BLAKE2B 478ff6a3de9603478e9b747935ebc966f980dc832252974dda444b2ccb53878b3565ebdf7e8c223c687304d5f95607027d0652956d1f804cf2d80df6ce19be1a SHA512 894316eeeafe80eb3328958f4336c1989c9591caf84de5a9442f9d028c85f67d08e7c295e74f5828abc93ad56ffa2d12b98ebe0ecf4bca27ae37642fbffe47e4
23
24 diff --git a/dev-python/ujson/ujson-4.1.0.ebuild b/dev-python/ujson/ujson-4.1.0.ebuild
25 deleted file mode 100644
26 index f7d4a69a222..00000000000
27 --- a/dev-python/ujson/ujson-4.1.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Ultra fast JSON encoder and decoder for Python"
39 -HOMEPAGE="https://pypi.org/project/ujson/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
45 -
46 -BDEPEND="
47 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
48 - test? ( dev-python/pytz[${PYTHON_USEDEP}] )
49 -"
50 -
51 -distutils_enable_tests pytest