Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkginfo/
Date: Sun, 09 Jul 2017 12:06:57
Message-Id: 1499602001.307f544b3906140f507ef70fad419b528dba4c0c.heroxbd@gentoo
1 commit: 307f544b3906140f507ef70fad419b528dba4c0c
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 12:02:57 2017 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 12:06:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307f544b
7
8 dev-python/pkginfo: remove the sphinx-build path hack.
9
10 Bug: 624200
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-python/pkginfo/pkginfo-1.2.1.ebuild | 3 ---
15 1 file changed, 3 deletions(-)
16
17 diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild
18 index 3911aa247f3..604957471a4 100644
19 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild
20 +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild
21 @@ -20,9 +20,6 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
22 RDEPEND="${DEPEND}"
23
24 python_prepare_all() {
25 - sed -e 's:SPHINXBUILD = sphinx-build:SPHINXBUILD = /usr/bin/sphinx-build:' \
26 - -i docs/Makefile || die
27 -
28 # Disable tests that seek to read the version of pkginfo from an installed state
29 # These test will still become installed and testable once installed
30 sed -e 's:test_w_directory_no_EGG_INFO:_&:' \