Skip to content

Commit

Permalink
dev-python/awscli: Remove Py2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Dec 28, 2019
1 parent 4193453 commit e0508ac
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.104.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

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

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.125.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

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

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.148.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

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

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.190.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

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

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.215.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

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

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.220.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

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

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.233-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{5,6,7} )

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.261.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{5,6,7} )

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.278.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{5,6,7} )

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.283.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{5,6,7} )

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.292.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{5,6,7} )

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.300.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{5,6,7} )

inherit bash-completion-r1 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/awscli/awscli-1.16.308.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="7"

PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{5,6,7} )

inherit bash-completion-r1 distutils-r1

Expand Down

0 comments on commit e0508ac

Please sign in to comment.