diff options
Diffstat (limited to 'dev-python/css-parser')
-rw-r--r-- | dev-python/css-parser/css-parser-1.0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/css-parser/css-parser-1.0.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild index e7bc561a48cf..a4463625ab4d 100644 --- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild +++ b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild @@ -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 diff --git a/dev-python/css-parser/css-parser-1.0.4.ebuild b/dev-python/css-parser/css-parser-1.0.4.ebuild index acae24f4a4b0..ae8265ea555d 100644 --- a/dev-python/css-parser/css-parser-1.0.4.ebuild +++ b/dev-python/css-parser/css-parser-1.0.4.ebuild @@ -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{2_7,3_{5,6}} pypy ) +PYTHON_COMPAT=( python{2_7,3_6} ) inherit distutils-r1 |