diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-29 12:06:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-29 12:06:53 +0100 |
commit | 0ce1a92238eb77aaf2c4a13e526f98b54e048852 (patch) | |
tree | 827d809da2332b9cb5ab8af7eb50a0aeab156ce0 /dev-python/xdoctest | |
parent | sys-libs/compiler-rt-sanitizers: Also strip prefix patch here (diff) | |
download | gentoo-0ce1a92238eb77aaf2c4a13e526f98b54e048852.tar.gz gentoo-0ce1a92238eb77aaf2c4a13e526f98b54e048852.tar.bz2 gentoo-0ce1a92238eb77aaf2c4a13e526f98b54e048852.zip |
dev-python/xdoctest: Restore accidentally removed HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xdoctest')
-rw-r--r-- | dev-python/xdoctest/xdoctest-0.15.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/xdoctest/xdoctest-0.15.3.ebuild b/dev-python/xdoctest/xdoctest-0.15.3.ebuild index 3859ad1c316e..8453e2c4d62f 100644 --- a/dev-python/xdoctest/xdoctest-0.15.3.ebuild +++ b/dev-python/xdoctest/xdoctest-0.15.3.ebuild @@ -9,6 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness" +HOMEPAGE="https://github.com/Erotemic/xdoctest/" SRC_URI=" https://github.com/Erotemic/xdoctest/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" |