Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/
Date: Fri, 29 Jan 2021 11:08:44
Message-Id: 1611918413.0ce1a92238eb77aaf2c4a13e526f98b54e048852.mgorny@gentoo
1 commit: 0ce1a92238eb77aaf2c4a13e526f98b54e048852
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 11:06:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 11:06:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce1a922
7
8 dev-python/xdoctest: Restore accidentally removed HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xdoctest/xdoctest-0.15.3.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/xdoctest/xdoctest-0.15.3.ebuild b/dev-python/xdoctest/xdoctest-0.15.3.ebuild
16 index 3859ad1c316..8453e2c4d62 100644
17 --- a/dev-python/xdoctest/xdoctest-0.15.3.ebuild
18 +++ b/dev-python/xdoctest/xdoctest-0.15.3.ebuild
19 @@ -9,6 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
20 inherit distutils-r1
21
22 DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness"
23 +HOMEPAGE="https://github.com/Erotemic/xdoctest/"
24 SRC_URI="
25 https://github.com/Erotemic/xdoctest/archive/${PV}.tar.gz
26 -> ${P}.gh.tar.gz"