diff options
author | 2022-05-13 17:08:08 +0200 | |
---|---|---|
committer | 2022-05-13 18:10:59 +0200 | |
commit | 09a03792b292e9fdbb143da877d60fdad6e04bb9 (patch) | |
tree | b1d9e231537f0e13cf17abdb4d3466ae349f46ea /dev-python | |
parent | dev-python/outcome: Enable py3.11 (diff) | |
download | gentoo-09a03792b292e9fdbb143da877d60fdad6e04bb9.tar.gz gentoo-09a03792b292e9fdbb143da877d60fdad6e04bb9.tar.bz2 gentoo-09a03792b292e9fdbb143da877d60fdad6e04bb9.zip |
dev-python/immutables: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/immutables/immutables-0.17.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/immutables/immutables-0.17.ebuild b/dev-python/immutables/immutables-0.17.ebuild index 4e758bdef258..1de1e58477af 100644 --- a/dev-python/immutables/immutables-0.17.ebuild +++ b/dev-python/immutables/immutables-0.17.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A high-performance immutable mapping type for Python" -HOMEPAGE="https://github.com/MagicStack/immutables" +HOMEPAGE=" + https://github.com/MagicStack/immutables/ + https://pypi.org/project/immutables/ +" SRC_URI=" https://github.com/MagicStack/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz |