commit: fe2a4da7ed2e0d590b85bca795184a1103153152
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 10:35:08 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 10:35:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2a4da7
dev-python/jaraco-stream: Modernize & cleanup
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
b/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
index 9cbc7b4c46e2..9a46016d00b8 100644
--- a/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
+++ b/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
@@ -5,11 +5,15 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
inherit distutils-r1
MY_P=${P/-/.}
DESCRIPTION="Routines for handling streaming data"
-HOMEPAGE="https://github.com/jaraco/jaraco.stream"
+HOMEPAGE="
+ https://github.com/jaraco/jaraco.stream/
+ https://pypi.org/project/jaraco.stream/
+"
SRC_URI="mirror://pypi/${MY_P::1}/${PN/-/.}/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
@@ -24,7 +28,4 @@ BDEPEND="
)
"
-distutils_enable_sphinx docs \
- ">=dev-python/jaraco-packaging-3.2" \
- ">=dev-python/rst-linker-1.9"
distutils_enable_tests pytest