diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-21 13:22:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-21 13:34:53 +0100 |
commit | 0fd9416c5063dfdc27da186f1dcb39b21c1277a8 (patch) | |
tree | 23cd9309561273713b6e92ca8c0f4912d737d58b /dev-python/environs | |
parent | app-emulation/virtualbox-guest-additions: x86 stable (bug #893606) (diff) | |
download | gentoo-0fd9416c5063dfdc27da186f1dcb39b21c1277a8.tar.gz gentoo-0fd9416c5063dfdc27da186f1dcb39b21c1277a8.tar.bz2 gentoo-0fd9416c5063dfdc27da186f1dcb39b21c1277a8.zip |
dev-python/environs: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/environs')
-rw-r--r-- | dev-python/environs/environs-9.5.0-r1.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/environs/environs-9.5.0-r1.ebuild b/dev-python/environs/environs-9.5.0-r1.ebuild index 6fc4aef974e7..d991b41a7421 100644 --- a/dev-python/environs/environs-9.5.0-r1.ebuild +++ b/dev-python/environs/environs-9.5.0-r1.ebuild @@ -4,13 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Python library for simplified environment variable parsing" -HOMEPAGE="https://github.com/sloria/environs" -SRC_URI="https://github.com/sloria/environs/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/sloria/environs/ + https://pypi.org/project/environs/ +" +SRC_URI=" + https://github.com/sloria/environs/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |