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/appdirs/
Date: Mon, 23 Nov 2015 10:05:51
Message-Id: 1448273131.65b5fed33c9238ebe65901353fa03cbaa78c70a0.jlec@gentoo
1 commit: 65b5fed33c9238ebe65901353fa03cbaa78c70a0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 23 09:07:30 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 23 10:05:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b5fed3
7
8 dev-python/appdirs: Drop old
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/appdirs/Manifest | 1 -
14 dev-python/appdirs/appdirs-1.2.0-r1.ebuild | 31 ------------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/dev-python/appdirs/Manifest b/dev-python/appdirs/Manifest
18 index 0c9e793..8c037ed 100644
19 --- a/dev-python/appdirs/Manifest
20 +++ b/dev-python/appdirs/Manifest
21 @@ -1,2 +1 @@
22 -DIST appdirs-1.2.0.zip 22478 SHA256 266036a5f1eb785a5eff2a362f552b7943dc7d83737a6a201f21276bd9ef234d SHA512 26605262f01f6f4cd508155b8199a88645d8203700b87660bdf6f3bfa409b04136df101a5ca3ddbcf7f97a30bea2fc5ce34e197e8be21f6a20b1257b44440093 WHIRLPOOL 60ab7b58dfd63d161d8d30ca411cb8f4d654f2a56bb7b0078ee85f0f315abbb13035e0609c7f87d5f8cce44234fa714ad461edad3f0817adaa8388a73ba91411
23 DIST appdirs-1.4.0.tar.gz 14358 SHA256 8fc245efb4387a4e3e0ac8ebcc704582df7d72ff6a42a53f5600bbb18fdaadc5 SHA512 a16fbad419e593acf1b58a3f8f893d206b3fc1a269757213a34d129e6fc39aa041efacb7964d326b82376373315357c93e85b272f374a096d9a63e73e3ce1dac WHIRLPOOL 0e12bf1875e489fbfb2ed48b125917bb6e176b90051a0afe2b64f431bbd1f5be499b7c0631302513387c440a05b2eb067fefaf54141424c260834cba854b7e6f
24
25 diff --git a/dev-python/appdirs/appdirs-1.2.0-r1.ebuild b/dev-python/appdirs/appdirs-1.2.0-r1.ebuild
26 deleted file mode 100644
27 index 8a7433f..0000000
28 --- a/dev-python/appdirs/appdirs-1.2.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,31 +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 -
37 -PYTHON_COMPAT=( python{2_7,3_3} pypy )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Module for determining appropriate platform-specific dirs"
42 -HOMEPAGE="https://github.com/ActiveState/appdirs"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE=""
49 -
50 -RDEPEND=""
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 -
53 -# api.doctests is missing in the dist zipfile
54 -# and the 'internal' doctest does nothing
55 -RESTRICT=test
56 -
57 -python_test() {
58 - cd test || die
59 - "${PYTHON}" test.py \
60 - || die "Tests fail with ${EPYTHON}"
61 -}