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/ijson/
Date: Tue, 02 Mar 2021 08:44:01
Message-Id: 1614674628.25b6927fe001844c545dbeceb2b31d919fee3453.mgorny@gentoo
1 commit: 25b6927fe001844c545dbeceb2b31d919fee3453
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 2 08:40:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 2 08:43:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b6927f
7
8 dev-python/ijson: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ijson/Manifest | 1 -
13 dev-python/ijson/ijson-3.1.1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
17 index db0eeed3ed4..32677cc044d 100644
18 --- a/dev-python/ijson/Manifest
19 +++ b/dev-python/ijson/Manifest
20 @@ -1,2 +1 @@
21 -DIST ijson-3.1.1.tar.gz 124875 BLAKE2B 6f20efa076cf9e9a9f22eec65c7658440cc2ddffc2bf88054025f76f2df48e395d1c11a52501a45e7b5301448ce5874fb3e62d9111963f49f976ee68836c39d1 SHA512 c693444ac757c3b6e1f762d4a877a82b11ccaaecc922d34b868d236a78d9cf8f8648cb6d1188f0444caf61a0758f3080d3bfbd79c1ee51114bbd7c0a34bc633e
22 DIST ijson-3.1.3.tar.gz 125658 BLAKE2B 3866c89b3dab6f55138b51d52c55a1b2c83e4e26d98e08724cd3d96ccb28a7d2a5fb1889e59f499cfe3b4ee8642933f88fbb18111ac94a8195a97109fbf8a08f SHA512 f4da9e44cc42fac7d9eeb6ba897ba7c3b477e07b4fb6e91abda59a83638d29dc41a845ba9ff5907130657a78ccfb788a6b88d8026f58b2095174e6939e25ef8a
23
24 diff --git a/dev-python/ijson/ijson-3.1.1.ebuild b/dev-python/ijson/ijson-3.1.1.ebuild
25 deleted file mode 100644
26 index 31e0b1239f2..00000000000
27 --- a/dev-python/ijson/ijson-3.1.1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
35 -
36 -inherit distutils-r1
37 -
38 -MY_PV="${PV//_p/.post}"
39 -DESCRIPTION="Iterative JSON parser with a Pythonic interface"
40 -HOMEPAGE="
41 - https://github.com/ICRAR/ijson
42 - https://pypi.org/project/ijson/
43 -"
44 -SRC_URI="https://github.com/ICRAR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
45 -S="${WORKDIR}/${PN}-${MY_PV}"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -RDEPEND="
52 - dev-libs/yajl
53 -"
54 -DEPEND="${RDEPEND}"
55 -
56 -distutils_enable_tests pytest