diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-12 15:14:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-12 15:14:50 +0200 |
commit | 4bae3c322e62cb35925d5426f8197037f59118bd (patch) | |
tree | a7f7d36d9ef04a6d71bb3c40c6afef135b210d5e /dev-python/pip-run | |
parent | dev-python/pytest-virtualenv: Enable py3.11 (diff) | |
download | gentoo-4bae3c322e62cb35925d5426f8197037f59118bd.tar.gz gentoo-4bae3c322e62cb35925d5426f8197037f59118bd.tar.bz2 gentoo-4bae3c322e62cb35925d5426f8197037f59118bd.zip |
dev-python/pip-run: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip-run')
-rw-r--r-- | dev-python/pip-run/pip-run-8.8.0.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pip-run/pip-run-8.8.0.ebuild b/dev-python/pip-run/pip-run-8.8.0.ebuild index c6f180405527..4ce3a99ddf97 100644 --- a/dev-python/pip-run/pip-run-8.8.0.ebuild +++ b/dev-python/pip-run/pip-run-8.8.0.ebuild @@ -4,15 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Install packages and run Python with them" -HOMEPAGE="https://pypi.org/project/pip-run/ - https://github.com/jaraco/pip-run" +HOMEPAGE=" + https://github.com/jaraco/pip-run/ + https://pypi.org/project/pip-run/ +" SRC_URI=" https://github.com/jaraco/pip-run/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |