diff options
Diffstat (limited to 'dev-python/nuitka')
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.0.6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.5.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/nuitka/nuitka-0.6.0.6.ebuild b/dev-python/nuitka/nuitka-0.6.0.6.ebuild index 06a0d5146b2f..a90782ff64ae 100644 --- a/dev-python/nuitka/nuitka-0.6.0.6.ebuild +++ b/dev-python/nuitka/nuitka-0.6.0.6.ebuild @@ -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 DESCRIPTION="Python to native compiler" diff --git a/dev-python/nuitka/nuitka-0.6.2.ebuild b/dev-python/nuitka/nuitka-0.6.2.ebuild index 46c45003b439..aafc213fc093 100644 --- a/dev-python/nuitka/nuitka-0.6.2.ebuild +++ b/dev-python/nuitka/nuitka-0.6.2.ebuild @@ -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} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 eutils DESCRIPTION="Python to native compiler" diff --git a/dev-python/nuitka/nuitka-0.6.4.ebuild b/dev-python/nuitka/nuitka-0.6.4.ebuild index 3216e3407634..fa269b1647e1 100644 --- a/dev-python/nuitka/nuitka-0.6.4.ebuild +++ b/dev-python/nuitka/nuitka-0.6.4.ebuild @@ -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 eutils DESCRIPTION="Python to native compiler" diff --git a/dev-python/nuitka/nuitka-0.6.5.ebuild b/dev-python/nuitka/nuitka-0.6.5.ebuild index c308feb02aa5..5fae159c09ac 100644 --- a/dev-python/nuitka/nuitka-0.6.5.ebuild +++ b/dev-python/nuitka/nuitka-0.6.5.ebuild @@ -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 eutils DESCRIPTION="Python to native compiler" |