summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-07 22:08:35 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-08 00:15:25 +0100
commit4f321fb344a27e1f36525498fa13dc1288ab4308 (patch)
treeaeae0e7c3d64d0f278a3cef675b4f394c74cedc1 /app-portage
parentapp-portage/gentoopm: Limit to py3.8+ due to pkgcore (diff)
downloadgentoo-4f321fb344a27e1f36525498fa13dc1288ab4308.tar.gz
gentoo-4f321fb344a27e1f36525498fa13dc1288ab4308.tar.bz2
gentoo-4f321fb344a27e1f36525498fa13dc1288ab4308.zip
app-portage/gpyutils: Limit to py3.8+ due to pkgcore
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gpyutils/gpyutils-0.4.5.ebuild4
-rw-r--r--app-portage/gpyutils/gpyutils-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
index 9d9f29ecbc57..f00bb9f55f46 100644
--- a/app-portage/gpyutils/gpyutils-0.4.5.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 41621a1faf25..69f7071f9a78 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
inherit distutils-r1 git-r3