Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/
Date: Fri, 31 May 2019 00:57:31
Message-Id: 1559264166.e8a87407824ffe3f8aaa697888b252ce5568ab13.bman@gentoo
1 commit: e8a87407824ffe3f8aaa697888b252ce5568ab13
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:24:26 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 00:56:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a87407
7
8 dev-python/jmespath: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/12023
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-python/jmespath/jmespath-0.9.3.ebuild | 26 --------------------------
15 1 file changed, 26 deletions(-)
16
17 diff --git a/dev-python/jmespath/jmespath-0.9.3.ebuild b/dev-python/jmespath/jmespath-0.9.3.ebuild
18 deleted file mode 100644
19 index 115fb480368..00000000000
20 --- a/dev-python/jmespath/jmespath-0.9.3.ebuild
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="5"
27 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="JSON Matching Expressions"
32 -HOMEPAGE="https://github.com/boto/jmespath https://pypi.org/project/jmespath/"
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
38 -IUSE="test"
39 -
40 -DEPEND="
41 - dev-python/setuptools[${PYTHON_USEDEP}]
42 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
43 -"
44 -RDEPEND=""
45 -
46 -python_test() {
47 - nosetests || die
48 -}