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/nose_fixes/
Date: Mon, 21 Sep 2015 09:55:15
Message-Id: 1442829301.d5a64c2aee787a8bac922e7c8f86db5a645047b9.jlec@gentoo
1 commit: d5a64c2aee787a8bac922e7c8f86db5a645047b9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 09:55:01 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 09:55:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a64c2a
7
8 dev-python/nose_fixes: Fix DESCRIPTION
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/nose_fixes/nose_fixes-1.3.ebuild | 13 ++++++++-----
14 1 file changed, 8 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/nose_fixes/nose_fixes-1.3.ebuild b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
17 index 994702e..ae125dd 100644
18 --- a/dev-python/nose_fixes/nose_fixes-1.3.ebuild
19 +++ b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
20 @@ -1,14 +1,15 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27 +
28 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
29
30 inherit distutils-r1
31
32 -DESCRIPTION="Python package for providing Mozilla's CA Bundle"
33 -HOMEPAGE="http://packages.python.org/nose_fixes"
34 +DESCRIPTION="A plugin to make nose behave better"
35 +HOMEPAGE="https://pythonhosted.org/nose_fixes/ https://pypi.python.org/pypi/nose_fixes/"
36 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37
38 LICENSE="MIT"
39 @@ -20,8 +21,10 @@ RDEPEND="
40 dev-python/setuptools[${PYTHON_USEDEP}]
41 dev-python/nose[${PYTHON_USEDEP}]"
42 DEPEND="${RDEPEND}
43 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
44 - $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' python2_7) )"
45 + doc? (
46 + dev-python/sphinx[${PYTHON_USEDEP}]
47 + $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' python2_7)
48 + )"
49
50 python_prepare_all() {
51 sed -e 's:../bin/sphinx-build:/usr/bin/sphinx-build:' -i docs/Makefile || die