Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/poetry-core/
Date: Thu, 12 May 2022 14:01:26
Message-Id: 1652364079.f79c02f105afd832876a0cda9e223b4875dce935.mgorny@gentoo
1 commit: f79c02f105afd832876a0cda9e223b4875dce935
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 13:45:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 14:01:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79c02f1
7
8 dev-python/poetry-core: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/poetry-core/poetry-core-1.0.8.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/poetry-core/poetry-core-1.0.8.ebuild b/dev-python/poetry-core/poetry-core-1.0.8.ebuild
16 index ee2d78cdaa1a..e5d93f22a8f1 100644
17 --- a/dev-python/poetry-core/poetry-core-1.0.8.ebuild
18 +++ b/dev-python/poetry-core/poetry-core-1.0.8.ebuild
19 @@ -4,11 +4,15 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=standalone
23 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Poetry PEP 517 Build Backend"
29 -HOMEPAGE="https://pypi.org/project/poetry-core/ https://github.com/python-poetry/poetry-core"
30 +HOMEPAGE="
31 + https://github.com/python-poetry/poetry-core/
32 + https://pypi.org/project/poetry-core/
33 +"
34 SRC_URI="
35 https://github.com/python-poetry/poetry-core/archive/${PV}.tar.gz
36 -> ${P}.gh.tar.gz