commit:     6205f1eb0eda23dfec6a3f678871a8de2e029c09
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 10:34:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 10:34:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6205f1eb

dev-python/jaraco-functools: Modernize & cleanup

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
index 4819bf48342f..acc8167daef6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
@@ -11,9 +11,12 @@ inherit distutils-r1
 
 MY_P=${P/-/.}
 DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+HOMEPAGE="
+       https://github.com/jaraco/jaraco.functools/
+       https://pypi.org/project/jaraco.functools/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
@@ -28,9 +31,6 @@ BDEPEND="
        )
 "
 
-distutils_enable_sphinx docs \
-       ">=dev-python/jaraco-packaging-3.2" \
-       ">=dev-python/rst-linker-1.9"
 distutils_enable_tests pytest
 
 src_configure() {

Reply via email to