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/pip-run/
Date: Thu, 12 May 2022 13:15:18
Message-Id: 1652361290.4bae3c322e62cb35925d5426f8197037f59118bd.mgorny@gentoo
1 commit: 4bae3c322e62cb35925d5426f8197037f59118bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 13:14:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 13:14:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bae3c32
7
8 dev-python/pip-run: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pip-run/pip-run-8.8.0.ebuild | 12 ++++++++----
13 1 file changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pip-run/pip-run-8.8.0.ebuild b/dev-python/pip-run/pip-run-8.8.0.ebuild
16 index c6f180405527..4ce3a99ddf97 100644
17 --- a/dev-python/pip-run/pip-run-8.8.0.ebuild
18 +++ b/dev-python/pip-run/pip-run-8.8.0.ebuild
19 @@ -4,15 +4,19 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Install packages and run Python with them"
29 -HOMEPAGE="https://pypi.org/project/pip-run/
30 - https://github.com/jaraco/pip-run"
31 +HOMEPAGE="
32 + https://github.com/jaraco/pip-run/
33 + https://pypi.org/project/pip-run/
34 +"
35 SRC_URI="
36 https://github.com/jaraco/pip-run/archive/v${PV}.tar.gz
37 - -> ${P}.gh.tar.gz"
38 + -> ${P}.gh.tar.gz
39 +"
40
41 LICENSE="MIT"
42 SLOT="0"