commit:     c524406da8ab6e52cfd0efc479cb819118008686
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 07:10:09 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 17 07:21:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c524406d

dev-python/pastedeploy: Enable py3.11

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

 dev-python/pastedeploy/pastedeploy-2.1.1-r3.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/pastedeploy/pastedeploy-2.1.1-r3.ebuild 
b/dev-python/pastedeploy/pastedeploy-2.1.1-r3.ebuild
index f783815afabb..8fda2c1f81ff 100644
--- a/dev-python/pastedeploy/pastedeploy-2.1.1-r3.ebuild
+++ b/dev-python/pastedeploy/pastedeploy-2.1.1-r3.ebuild
@@ -4,16 +4,22 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
 MY_PN="PasteDeploy"
 MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Load, configure, and compose WSGI applications and servers"
-HOMEPAGE="https://pypi.org/project/PasteDeploy/";
+HOMEPAGE="
+       https://github.com/Pylons/pastedeploy/
+       https://pypi.org/project/PasteDeploy/
+"
 # pypi tarball does not include tests
-SRC_URI="https://github.com/Pylons/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="
+       https://github.com/Pylons/pastedeploy/archive/${PV}.tar.gz
+               -> ${P}.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to