From ead3fb06ce5d0a239e4f6225f4ff4bf521f41e41 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 18:43:32 +0100 Subject: dev-python/hidapi: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- dev-python/hidapi/hidapi-0.7.99_p21.ebuild | 4 ++-- dev-python/hidapi/hidapi-0.9.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python') 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" -- cgit v1.2.3