diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 00:11:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 13:10:55 +0200 |
commit | 68b748e48c6abb14f71c64ecc4e5b443cc96f916 (patch) | |
tree | 91a3dc105ac5402fd410adcaa3cd02df5c8b3bb0 /dev-python/bottle | |
parent | dev-python/pyprof2calltree: Remove old 1.4.4 (diff) | |
download | gentoo-68b748e48c6abb14f71c64ecc4e5b443cc96f916.tar.gz gentoo-68b748e48c6abb14f71c64ecc4e5b443cc96f916.tar.bz2 gentoo-68b748e48c6abb14f71c64ecc4e5b443cc96f916.zip |
dev-python/bottle: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bottle')
-rw-r--r-- | dev-python/bottle/bottle-0.12.19.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/bottle/bottle-0.12.19.ebuild b/dev-python/bottle/bottle-0.12.19.ebuild index 5c1cd408d779..38d13a17709b 100644 --- a/dev-python/bottle/bottle-0.12.19.ebuild +++ b/dev-python/bottle/bottle-0.12.19.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 optfeature @@ -18,7 +18,6 @@ IUSE="test" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-python/mako[${PYTHON_USEDEP}] )" -RDEPEND="" PATCHES=( "${FILESDIR}"/${PN}-0.12.8-py3.5-backport.patch |