diff options
-rw-r--r-- | dev-python/hidapi/hidapi-0.7.99_p21.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hidapi/hidapi-0.9.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/hidapi/hidapi-0.7.99_p21.ebuild b/dev-python/hidapi/hidapi-0.7.99_p21.ebuild index 734e5ce7..e3fc87c2 100644 --- a/dev-python/hidapi/hidapi-0.7.99_p21.ebuild +++ b/dev-python/hidapi/hidapi-0.7.99_p21.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_7,3_8} ) inherit distutils-r1 MY_P="${P/_p/.post}" diff --git a/dev-python/hidapi/hidapi-0.9.0.ebuild b/dev-python/hidapi/hidapi-0.9.0.ebuild index 52421d6e..bd7dac8b 100644 --- a/dev-python/hidapi/hidapi-0.9.0.ebuild +++ b/dev-python/hidapi/hidapi-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8} ) inherit distutils-r1 DESCRIPTION="Python wrapper for dev-libs/hidapi" |