commit:     6eb195391a11a2a1fe61c192d329e2aa9cceeffa
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Tue Jun  6 12:36:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 16:10:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb19539

dev-python/imapclient: enable py3.12

- add pypi HOMEPAGE
- wrap SRC_URI

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/imapclient/imapclient-2.3.1.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/imapclient/imapclient-2.3.1.ebuild 
b/dev-python/imapclient/imapclient-2.3.1.ebuild
index ae5dee39f694..da997065b844 100644
--- a/dev-python/imapclient/imapclient-2.3.1.ebuild
+++ b/dev-python/imapclient/imapclient-2.3.1.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="easy-to-use, pythonic, and complete IMAP client library"
-HOMEPAGE="https://github.com/mjs/imapclient";
-SRC_URI="https://github.com/mjs/imapclient/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+       https://github.com/mjs/imapclient/
+       https://pypi.org/project/IMAPClient/
+"
+SRC_URI="
+       https://github.com/mjs/imapclient/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to