diff options
| author | t0b3 <thomas.bettler@gmail.com> | 2022-11-19 09:58:54 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-09 21:04:30 +0100 |
| commit | 083873a66dc6c3f04838e29129407b30c3e848a1 (patch) | |
| tree | 2f5b287484d75e042a429482e02a9e1f90b8120d /dev-util/kdevelop-python | |
| parent | 16bf393ef8458a05b7ea0a2215054cece8506d3d (diff) | |
| download | kde-083873a66dc6c3f04838e29129407b30c3e848a1.tar.gz kde-083873a66dc6c3f04838e29129407b30c3e848a1.tar.bz2 kde-083873a66dc6c3f04838e29129407b30c3e848a1.zip | |
dev-util/kdevelop-python: upstream added py3.10
Bug: https://bugs.gentoo.org/835921
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/kde/pull/914
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop-python')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-22.12.0.ebuild b/dev-util/kdevelop-python/kdevelop-python-22.12.0.ebuild index 2475904a239..48a1ab94381 100644 --- a/dev-util/kdevelop-python/kdevelop-python-22.12.0.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-22.12.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="forceoptional" KDE_ORG_CATEGORY="kdevelop" KDE_ORG_NAME="kdev-python" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) KFMIN=5.99.0 QTMIN=5.15.5 inherit ecm gear.kde.org python-single-r1 diff --git a/dev-util/kdevelop-python/kdevelop-python-22.12.49.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-22.12.49.9999.ebuild index 14caea43da0..f41bb5602dd 100644 --- a/dev-util/kdevelop-python/kdevelop-python-22.12.49.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-22.12.49.9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="forceoptional" KDE_ORG_CATEGORY="kdevelop" KDE_ORG_NAME="kdev-python" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) KFMIN=5.99.0 QTMIN=5.15.5 inherit ecm gear.kde.org python-single-r1 diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index 1e48a52e07f..155ab0126cc 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="forceoptional" KDE_ORG_CATEGORY="kdevelop" KDE_ORG_NAME="kdev-python" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) KFMIN=5.100.0 QTMIN=5.15.5 inherit ecm gear.kde.org python-single-r1 |
