Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json-rpc/
Date: Thu, 26 Nov 2015 10:26:11
Message-Id: 1448533561.bf96367b623e6dd2811c811f18ef395ec896c0e3.jlec@gentoo
1 commit: bf96367b623e6dd2811c811f18ef395ec896c0e3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 26 09:35:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 10:26:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf96367b
7
8 dev-python/json-rpc: Drop old
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/json-rpc/Manifest | 1 -
14 dev-python/json-rpc/json-rpc-1.7.0.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-python/json-rpc/Manifest b/dev-python/json-rpc/Manifest
18 index f729296..ec03086 100644
19 --- a/dev-python/json-rpc/Manifest
20 +++ b/dev-python/json-rpc/Manifest
21 @@ -1,2 +1 @@
22 DIST json-rpc-1.10.1.tar.gz 25410 SHA256 3edffc0905a08090edb4036f8767a08826ec618f9f02717251fd2eb3e1c6983b SHA512 bb69cbb12c0a64286fb1e98db21ca75cb19daf20c6d6f5721f82891a17e44d2cda172e73bd389a02077d094b8f6deb0959952b0498b0c1b4a0acfaa5e3ba3922 WHIRLPOOL c08c465be4951055a12979de5bca056cf56e35c874f491ba4891125e9fbfcc985f85d120c2a5fcb1d8b8264487af90efb34e0316981ccf546190421df5fdc885
23 -DIST json-rpc-1.7.0.tar.gz 21699 SHA256 9961113fc66bb4e34abd4fa6e8eb2086d14aee88c789e00a023751b5c84dd34b SHA512 f89ae1c2da9f0fa3e3a6552ea89a13ef1806b1a5d4d03ab7c420a1648dde6980af6743a5c70d500224ad5d0d8a5aa6b74ad7de43ea3aeefb1cba0e5dc6cc5fa4 WHIRLPOOL 02bd37b82b6259b9b8fb513615499b1105a0cbbea8b4e6e37800560b6114beb237efa397bf6f50312a26e500eedd0ddc89bf798162742788200f51a563a713ab
24
25 diff --git a/dev-python/json-rpc/json-rpc-1.7.0.ebuild b/dev-python/json-rpc/json-rpc-1.7.0.ebuild
26 deleted file mode 100644
27 index 840cfd9..0000000
28 --- a/dev-python/json-rpc/json-rpc-1.7.0.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=(python{2_7,3_{3,4}})
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="JSON-RPC transport implementation for python"
41 -HOMEPAGE="https://github.com/pavlov99/json-rpc"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64"
47 -IUSE="test"
48 -
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - test? (
51 - dev-python/nose[${PYTHON_USEDEP}]
52 - dev-python/mock[${PYTHON_USEDEP}]
53 - )"
54 -
55 -python_test() {
56 - esetup.py test
57 -}