commit:     61286e7ec6cb061c3d4ddccac8f446ef16866a4f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 08:46:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 08:49:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61286e7e

dev-python/leather: Enable py3.12

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

 dev-python/leather/leather-0.3.4-r1.ebuild | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-python/leather/leather-0.3.4-r1.ebuild 
b/dev-python/leather/leather-0.3.4-r1.ebuild
index 8d7d673ac3b5..6008524a98e6 100644
--- a/dev-python/leather/leather-0.3.4-r1.ebuild
+++ b/dev-python/leather/leather-0.3.4-r1.ebuild
@@ -4,13 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python charting for 80% of humans"
-HOMEPAGE="https://github.com/wireservice/leather 
https://pypi.org/project/leather/";
-SRC_URI="https://github.com/wireservice/leather/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+       https://github.com/wireservice/leather/
+       https://pypi.org/project/leather/
+"
+SRC_URI="
+       https://github.com/wireservice/leather/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"
@@ -20,7 +26,11 @@ RDEPEND="
        dev-python/cssselect[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
 "
-BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
+BDEPEND="
+       test? (
+               dev-python/lxml[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \

Reply via email to