diff options
Diffstat (limited to 'dev-python/notebook')
-rw-r--r-- | dev-python/notebook/notebook-5.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/notebook/notebook-5.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/notebook/notebook-5.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/notebook/notebook-5.7.8.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/notebook/notebook-5.0.0.ebuild b/dev-python/notebook/notebook-5.0.0.ebuild index 82871cfc8b3c..3309df6a5862 100644 --- a/dev-python/notebook/notebook-5.0.0.ebuild +++ b/dev-python/notebook/notebook-5.0.0.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,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/notebook/notebook-5.2.1.ebuild b/dev-python/notebook/notebook-5.2.1.ebuild index fcdb01cae5dd..027e68a44ae8 100644 --- a/dev-python/notebook/notebook-5.2.1.ebuild +++ b/dev-python/notebook/notebook-5.2.1.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 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/notebook/notebook-5.7.0.ebuild b/dev-python/notebook/notebook-5.7.0.ebuild index 59dcf29a5c1e..3add2447db86 100644 --- a/dev-python/notebook/notebook-5.7.0.ebuild +++ b/dev-python/notebook/notebook-5.7.0.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,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/notebook/notebook-5.7.8.ebuild b/dev-python/notebook/notebook-5.7.8.ebuild index e5db986f8da8..ce1b0e299a3b 100644 --- a/dev-python/notebook/notebook-5.7.8.ebuild +++ b/dev-python/notebook/notebook-5.7.8.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} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |