Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-lru/
Date: Thu, 09 Feb 2017 16:02:49
Message-Id: 1486656152.eae439d93f38a0bccd00c6e9012ba09ea5025cbe.mrueg@gentoo
1 commit: eae439d93f38a0bccd00c6e9012ba09ea5025cbe
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 16:02:32 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 16:02:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae439d9
7
8 dev-python/repoze-lru: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild | 27 --------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild b/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild
16 deleted file mode 100644
17 index b7e4db1b44..0000000000
18 --- a/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
28 -
29 -inherit distutils-r1
30 -
31 -MY_PN=${PN/-/.}
32 -MY_P=${MY_PN}-${PV}
33 -
34 -DESCRIPTION="A tiny LRU cache implementation and decorator"
35 -HOMEPAGE="http://www.repoze.org"
36 -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz"
37 -
38 -LICENSE="repoze"
39 -SLOT="0"
40 -KEYWORDS="amd64 ~arm64 x86"
41 -IUSE=""
42 -
43 -S=${WORKDIR}/${MY_P}
44 -
45 -python_test() {
46 - esetup.py test
47 -}