diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:43:32 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:08 +0100 |
commit | ead3fb06ce5d0a239e4f6225f4ff4bf521f41e41 (patch) | |
tree | 0c90f051a2ce9931926aeb95abe137b89c8ea8b3 | |
parent | dev-python/mnemonic: move to EAPI 7 (diff) | |
download | portage-ead3fb06ce5d0a239e4f6225f4ff4bf521f41e41.tar.xz |
dev-python/hidapi: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-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" |