Skip to content

Commit

Permalink
*/*: Clean PYTHON_COMPAT of obsolete impls
Browse files Browse the repository at this point in the history
Closes: gentoo#14246
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 5, 2020
1 parent 79f0222 commit cd3f25d
Show file tree
Hide file tree
Showing 5,004 changed files with 9,913 additions and 9,913 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions app-accessibility/accerciser/accerciser-3.22.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python{3_5,3_6} )
PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="xml"

inherit gnome2 python-r1
Expand Down
4 changes: 2 additions & 2 deletions app-accessibility/brltty/brltty-5.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_6 )
FINDLIB_USE="ocaml"

inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic usr-ldscript \
Expand Down
4 changes: 2 additions & 2 deletions app-accessibility/brltty/brltty-6.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
PYTHON_COMPAT=( python{2_7,3_{6,7}} )
FINDLIB_USE="ocaml"
JAVA_PKG_WANT_SOURCE="1.8"
JAVA_PKG_WANT_TARGET="1.8"
Expand Down
4 changes: 2 additions & 2 deletions app-accessibility/caribou/caribou-0.4.21.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_REQ_USE="xml"

inherit gnome2 python-r1
Expand Down
4 changes: 2 additions & 2 deletions app-accessibility/orca/orca-3.32.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="threads"

inherit gnome2 python-single-r1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )

inherit eutils python-r1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )

inherit eutils python-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/abrt/abrt-2.10.10-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )

inherit autotools gnome2-utils python-single-r1 systemd user

Expand Down
4 changes: 2 additions & 2 deletions app-admin/abrt/abrt-2.12.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )

inherit autotools gnome2-utils python-single-r1 systemd user

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python{3_5,3_6} )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ansible-lint/ansible-lint-4.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{6,7} )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ansible/ansible-2.7.15.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{6,7} )

inherit distutils-r1 eutils

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ansible/ansible-2.8.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{6,7} )

inherit distutils-r1 eutils

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ansible/ansible-2.9.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{6,7} )

inherit distutils-r1 eutils

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ansible/ansible-2.9.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{6,7} )

inherit distutils-r1 eutils

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ansible/ansible-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{6,7} )

inherit distutils-r1 git-r3 eutils

Expand Down
4 changes: 2 additions & 2 deletions app-admin/ara/ara-0.15.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_6 )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/calamares/calamares-3.2.12.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="true"
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )
inherit kde5 python-r1

DESCRIPTION="Distribution-independent installer framework"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/cdist/cdist-5.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python{3_5,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/cdist/cdist-6.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python{3_5,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/denyhosts/denyhosts-3.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_6 )

inherit distutils-r1 eutils readme.gentoo-r1 systemd

Expand Down
4 changes: 2 additions & 2 deletions app-admin/dxf/dxf-7.5.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1

DESCRIPTION="Docker registry v2 client in Python"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/dxf/dxf-7.5.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1

DESCRIPTION="Docker registry v2 client in Python"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
PYTHON_COMPAT=( python{2_7,3_{6,7}} )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/gixy/gixy-0.1.20.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_6} )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/glance/glance-17.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 user

DESCRIPTION="Services for discovering, registering, and retrieving VM images"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/glance/glance-18.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user

DESCRIPTION="Services for discovering, registering, and retrieving VM images"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/glance/glance-19.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user

DESCRIPTION="Services for discovering, registering, and retrieving VM images"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/glance/glance-2018.2.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 user

DESCRIPTION="Services for discovering, registering, and retrieving VM images"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/glance/glance-2019.1.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user

DESCRIPTION="Services for discovering, registering, and retrieving VM images"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/glance/glance-2019.2.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user

DESCRIPTION="Services for discovering, registering, and retrieving VM images"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_6 )

inherit autotools gnome2-utils python-single-r1

Expand Down
4 changes: 2 additions & 2 deletions app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )

inherit autotools python-r1

Expand Down
Loading

0 comments on commit cd3f25d

Please sign in to comment.