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/jmespath/
Date: Thu, 04 Jan 2018 21:50:51
Message-Id: 1515102634.a10016296044791f5781e0c75da58d0e06851cfc.mgorny@gentoo
1 commit: a10016296044791f5781e0c75da58d0e06851cfc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 20:39:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:50:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1001629
7
8 dev-python/jmespath: Clean old up
9
10 dev-python/jmespath/Manifest | 2 --
11 dev-python/jmespath/jmespath-0.9.0.ebuild | 26 --------------------------
12 dev-python/jmespath/jmespath-0.9.2.ebuild | 26 --------------------------
13 3 files changed, 54 deletions(-)
14
15 diff --git a/dev-python/jmespath/Manifest b/dev-python/jmespath/Manifest
16 index 6c7ba0c230b..443cec1755f 100644
17 --- a/dev-python/jmespath/Manifest
18 +++ b/dev-python/jmespath/Manifest
19 @@ -1,3 +1 @@
20 -DIST jmespath-0.9.0.tar.gz 20855 BLAKE2B ad3707f70c37a2ecdaa60448e1e0a092da21a3a72aecb7f66fb0e57f942618d45c6dd133b11eead48d74e9057ed14e85d72ba87707ab3838957db964b860aca4 SHA512 c3a707bde5e529554638255a6a6dcf49591ec7573e28d84d34b3c1b8f84d13289ab054818f88b72ac8aee0f1af6ae830cb661f027e90efe9fb9edb4dcf5128c9
21 -DIST jmespath-0.9.2.tar.gz 22773 BLAKE2B 69cc25f8efa48d1ec53d1704bb2933f53b72d50f286e89e1c5d64c790f2013f5d8d419d97392fec8b9a76935475d08582c6266acd2d9779f388debbba2cd5fec SHA512 8363c234955d35d292ef27630a98d13c68e9f22d19892c44c68796eaa9c12d0a11921cfdbf9b517b2956b82943ae0b9dafc9a4b756bf0f15c4c6b1e3fe4efe1f
22 DIST jmespath-0.9.3.tar.gz 22967 BLAKE2B c640b0fb29863e833adf200f2d3e364e65ff782f0f6046cf53463194cb8a69289e0146fc519c0e4d73a0606821f6d43d943e820b429b6fb53de06546688b39f7 SHA512 eeab444df7a29c0bc64bd8064c942a5b02772d39d6d262dbef1d43ebaf7e4eb97c34fb1df3a47c6da011a632ec5f9b1ffe62ac51929e8d412368b907ebbb85a7
23
24 diff --git a/dev-python/jmespath/jmespath-0.9.0.ebuild b/dev-python/jmespath/jmespath-0.9.0.ebuild
25 deleted file mode 100644
26 index 574ec820226..00000000000
27 --- a/dev-python/jmespath/jmespath-0.9.0.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="5"
34 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="JSON Matching Expressions"
39 -HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~x86"
45 -IUSE="test"
46 -
47 -DEPEND="
48 - dev-python/setuptools[${PYTHON_USEDEP}]
49 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
50 -"
51 -RDEPEND=""
52 -
53 -python_test() {
54 - nosetests || die
55 -}
56
57 diff --git a/dev-python/jmespath/jmespath-0.9.2.ebuild b/dev-python/jmespath/jmespath-0.9.2.ebuild
58 deleted file mode 100644
59 index 2280da92103..00000000000
60 --- a/dev-python/jmespath/jmespath-0.9.2.ebuild
61 +++ /dev/null
62 @@ -1,26 +0,0 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI="5"
67 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="JSON Matching Expressions"
72 -HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE="test"
79 -
80 -DEPEND="
81 - dev-python/setuptools[${PYTHON_USEDEP}]
82 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
83 -"
84 -RDEPEND=""
85 -
86 -python_test() {
87 - nosetests || die
88 -}