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: Wed, 02 Sep 2020 06:41:47
Message-Id: 1599028797.54bef50a47bd0f9cf34e91d20026231b3523313a.mgorny@gentoo
1 commit: 54bef50a47bd0f9cf34e91d20026231b3523313a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 06:00:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:39:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bef50a
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-2.5.1.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
17 index 2aa404d8584..9aa023fca83 100644
18 --- a/dev-python/ijson/Manifest
19 +++ b/dev-python/ijson/Manifest
20 @@ -1,2 +1 @@
21 -DIST ijson-2.5.1.tar.gz 23258 BLAKE2B e41cb4d903399384a1a1d18941a2ecf36e80c762e5d4e3e854e9337f3a72cab3a61576d9d5170b11e1513bd82ca0e2158b8a88d4c30855674366fbc9172c5042 SHA512 f8d2cf0496357d3385e2744a4604cef1fd6fcd92cbd52c8803d7e831c091c18b718ad0c1dc8735c3f10df04e25fe69ef73d6935b2df6f67845493935e2ca529e
22 DIST ijson-3.1_p0.tar.gz 123536 BLAKE2B d8ed0da77e219aee8ca287a2ede4eccd8e965a5778ff95485376bcfdcca07b48ae5c0e22b271fad0a489342403b11716971663158f340c97b80031bb2cc8c060 SHA512 af2db5b3c9f2cc93aa2d15462b6476a970e5c394a8f5bd9740ebbe134e8a2fa973c95057447bd02d3c4262ddf22fc7d231840d3a91b919a1411bae07d38cfd93
23
24 diff --git a/dev-python/ijson/ijson-2.5.1.ebuild b/dev-python/ijson/ijson-2.5.1.ebuild
25 deleted file mode 100644
26 index 34cef4c2265..00000000000
27 --- a/dev-python/ijson/ijson-2.5.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +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_{6,7} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Iterative JSON parser with a Pythonic interface"
39 -HOMEPAGE="https://github.com/ICRAR/ijson https://pypi.org/project/ijson/"
40 -SRC_URI="https://github.com/ICRAR/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -RDEPEND="dev-libs/yajl"
47 -DEPEND="${RDEPEND}"
48 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 -
50 -python_test() {
51 - "${EPYTHON}" tests.py -v || die
52 -}