summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-30 11:16:14 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-30 11:16:14 +0100
commit7a55b8993e05e8701b1913ef5040318f7533b081 (patch)
tree11b2641c6da5e15116cbdc887d153efb522dbcb5 /net-libs
parentdev-python/pyClamd: Python 3.10 support, config path fix. (diff)
downloadgentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.gz
gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.bz2
gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.zip
*/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libpsl/libpsl-0.21.0.ebuild4
-rw-r--r--net-libs/libpsl/libpsl-0.21.1.ebuild4
-rw-r--r--net-libs/stem/stem-1.8.0-r1.ebuild4
-rw-r--r--net-libs/stem/stem-1.8.0_p20211118.ebuild4
4 files changed, 8 insertions, 8 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild
index d07938849562..33ab42070c4a 100644
--- a/net-libs/libpsl/libpsl-0.21.0.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
inherit multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"
diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild b/net-libs/libpsl/libpsl-0.21.1.ebuild
index 379fbf8773d1..3af43132fb4f 100644
--- a/net-libs/libpsl/libpsl-0.21.1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
inherit multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"
diff --git a/net-libs/stem/stem-1.8.0-r1.ebuild b/net-libs/stem/stem-1.8.0-r1.ebuild
index 33afc5191683..5faf782e56e7 100644
--- a/net-libs/stem/stem-1.8.0-r1.ebuild
+++ b/net-libs/stem/stem-1.8.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 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_{8..9} pypy3 )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
diff --git a/net-libs/stem/stem-1.8.0_p20211118.ebuild b/net-libs/stem/stem-1.8.0_p20211118.ebuild
index b4a053ab34d7..76aaf7a77c52 100644
--- a/net-libs/stem/stem-1.8.0_p20211118.ebuild
+++ b/net-libs/stem/stem-1.8.0_p20211118.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_{7,8,9,10} pypy3)
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1