commit:     b4400e0b8c0953829a00f3fae699d0bc2b686c98
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 10:33:19 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 10:33:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4400e0b

dev-python/jaraco-collections: Modernize & cleanup

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

 .../jaraco-collections/jaraco-collections-3.5.2.ebuild    | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
index 3962c5c51519..c05bf6e60547 100644
--- a/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
@@ -5,13 +5,17 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
-MY_PN="${PN/-/.}"
+MY_P=${P/-/.}
 DESCRIPTION="Models and classes to supplement the stdlib collections module"
-HOMEPAGE="https://github.com/jaraco/jaraco.collections";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
+HOMEPAGE="
+       https://github.com/jaraco/jaraco.collections/
+       https://pypi.org/project/jaraco.collections/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
@@ -25,7 +29,4 @@ BDEPEND="
        >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
 "
 
-distutils_enable_sphinx docs \
-       '>=dev-python/jaraco-packaging-3.2' \
-       '>=dev-python/rst-linker-1.9'
 distutils_enable_tests pytest

Reply via email to