From d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 Jan 2021 00:36:06 +0100 Subject: */*: Remove obsolete values from PYTHON_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-mail/b4/b4-0.6.1.ebuild | 2 +- net-mail/django-mailman3/django-mailman3-1.3.4.ebuild | 2 +- net-mail/fetchmail/fetchmail-6.4.14.ebuild | 2 +- net-mail/fetchmail/fetchmail-6.4.15.ebuild | 2 +- net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +- net-mail/hyperkitty/hyperkitty-1.3.3.ebuild | 2 +- net-mail/mailman/mailman-3.3.1-r1.ebuild | 2 +- net-mail/mailmanclient/mailmanclient-3.3.1.ebuild | 2 +- net-mail/mailutils/mailutils-3.10.ebuild | 2 +- net-mail/mailutils/mailutils-3.8.ebuild | 2 +- net-mail/mailutils/mailutils-3.9.ebuild | 2 +- net-mail/notmuch/notmuch-0.29.3-r2.ebuild | 2 +- net-mail/notmuch/notmuch-0.30-r1.ebuild | 2 +- net-mail/notmuch/notmuch-0.31-r2.ebuild | 2 +- net-mail/notmuch/notmuch-0.31.2.ebuild | 2 +- net-mail/notmuch/notmuch-0.31.3.ebuild | 2 +- net-mail/notmuch/notmuch-0.31.ebuild | 2 +- net-mail/postorius/postorius-1.3.3.ebuild | 2 +- net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild | 2 +- net-mail/rss2email/rss2email-3.12.2.ebuild | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'net-mail') diff --git a/net-mail/b4/b4-0.6.1.ebuild b/net-mail/b4/b4-0.6.1.ebuild index a266b07c5e73..753bd0cedb09 100644 --- a/net-mail/b4/b4-0.6.1.ebuild +++ b/net-mail/b4/b4-0.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/net-mail/django-mailman3/django-mailman3-1.3.4.ebuild b/net-mail/django-mailman3/django-mailman3-1.3.4.ebuild index 26934af93d6b..42fef6919102 100644 --- a/net-mail/django-mailman3/django-mailman3-1.3.4.ebuild +++ b/net-mail/django-mailman3/django-mailman3-1.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 diff --git a/net-mail/fetchmail/fetchmail-6.4.14.ebuild b/net-mail/fetchmail/fetchmail-6.4.14.ebuild index 1a8bae797ef5..6c2e6a41f1b0 100644 --- a/net-mail/fetchmail/fetchmail-6.4.14.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="tk" inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs diff --git a/net-mail/fetchmail/fetchmail-6.4.15.ebuild b/net-mail/fetchmail/fetchmail-6.4.15.ebuild index 1a8bae797ef5..6c2e6a41f1b0 100644 --- a/net-mail/fetchmail/fetchmail-6.4.15.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="tk" inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild b/net-mail/fetchmail/fetchmail-6.4.8.ebuild index 124e3b8c36c1..9c20c407b40c 100644 --- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="tk" inherit python-single-r1 systemd toolchain-funcs autotools diff --git a/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild b/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild index f6e67ffe7037..1c68c3f4ba38 100644 --- a/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild +++ b/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 diff --git a/net-mail/mailman/mailman-3.3.1-r1.ebuild b/net-mail/mailman/mailman-3.3.1-r1.ebuild index f2b0f734e408..878e9fb39abb 100644 --- a/net-mail/mailman/mailman-3.3.1-r1.ebuild +++ b/net-mail/mailman/mailman-3.3.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 diff --git a/net-mail/mailmanclient/mailmanclient-3.3.1.ebuild b/net-mail/mailmanclient/mailmanclient-3.3.1.ebuild index 33eaccae0f09..7ada696e8dc5 100644 --- a/net-mail/mailmanclient/mailmanclient-3.3.1.ebuild +++ b/net-mail/mailmanclient/mailmanclient-3.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/net-mail/mailutils/mailutils-3.10.ebuild b/net-mail/mailutils/mailutils-3.10.ebuild index 338fc4b79203..7a8971fad43d 100644 --- a/net-mail/mailutils/mailutils-3.10.ebuild +++ b/net-mail/mailutils/mailutils-3.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools elisp-common eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/net-mail/mailutils/mailutils-3.8.ebuild b/net-mail/mailutils/mailutils-3.8.ebuild index 24529b70fdea..c26b8260a69a 100644 --- a/net-mail/mailutils/mailutils-3.8.ebuild +++ b/net-mail/mailutils/mailutils-3.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit autotools elisp-common eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/net-mail/mailutils/mailutils-3.9.ebuild b/net-mail/mailutils/mailutils-3.9.ebuild index 940e2b52ef46..6353e86f2d9e 100644 --- a/net-mail/mailutils/mailutils-3.9.ebuild +++ b/net-mail/mailutils/mailutils-3.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit autotools elisp-common eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/net-mail/notmuch/notmuch-0.29.3-r2.ebuild b/net-mail/notmuch/notmuch-0.29.3-r2.ebuild index 9d7b13f40a90..31d62079eee6 100644 --- a/net-mail/notmuch/notmuch-0.29.3-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.29.3-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \ pax-utils readme.gentoo-r1 toolchain-funcs diff --git a/net-mail/notmuch/notmuch-0.30-r1.ebuild b/net-mail/notmuch/notmuch-0.30-r1.ebuild index 36c6213ab658..5bc0909030c7 100644 --- a/net-mail/notmuch/notmuch-0.30-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.30-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \ pax-utils toolchain-funcs diff --git a/net-mail/notmuch/notmuch-0.31-r2.ebuild b/net-mail/notmuch/notmuch-0.31-r2.ebuild index 88f4451fc0b1..fc743453f793 100644 --- a/net-mail/notmuch/notmuch-0.31-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.31-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.31.2.ebuild b/net-mail/notmuch/notmuch-0.31.2.ebuild index 26c459bf4d05..b100aef710ba 100644 --- a/net-mail/notmuch/notmuch-0.31.2.ebuild +++ b/net-mail/notmuch/notmuch-0.31.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index b769f25d2179..d538001bf035 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.31.ebuild b/net-mail/notmuch/notmuch-0.31.ebuild index dc44f4976cc8..03f24db64a5c 100644 --- a/net-mail/notmuch/notmuch-0.31.ebuild +++ b/net-mail/notmuch/notmuch-0.31.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \ pax-utils toolchain-funcs diff --git a/net-mail/postorius/postorius-1.3.3.ebuild b/net-mail/postorius/postorius-1.3.3.ebuild index 047a837da928..366a5da93549 100644 --- a/net-mail/postorius/postorius-1.3.3.ebuild +++ b/net-mail/postorius/postorius-1.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild index 1e771646ecc1..8a35395794c7 100644 --- a/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild +++ b/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit python-single-r1 diff --git a/net-mail/rss2email/rss2email-3.12.2.ebuild b/net-mail/rss2email/rss2email-3.12.2.ebuild index 5da3f971c5e1..c8baac16ebdd 100644 --- a/net-mail/rss2email/rss2email-3.12.2.ebuild +++ b/net-mail/rss2email/rss2email-3.12.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad