diff options
| author | 2022-05-29 22:48:07 +0200 | |
|---|---|---|
| committer | 2022-05-29 23:04:51 +0200 | |
| commit | 494bbfb28a3c1b90fb2173fa5ccfeb17f7fc4efe (patch) | |
| tree | c9f5761cbaf6dae0ce29c9b2b893ec5b01a0e0c5 | |
| parent | dev-python/python-binary-memcached: enable py3.10 (diff) | |
| download | guru-494bbfb28a3c1b90fb2173fa5ccfeb17f7fc4efe.tar.gz guru-494bbfb28a3c1b90fb2173fa5ccfeb17f7fc4efe.tar.bz2 guru-494bbfb28a3c1b90fb2173fa5ccfeb17f7fc4efe.zip | |
dev-python/python-pkcs11: EAPI 8
Closes: https://bugs.gentoo.org/848294
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
| -rw-r--r-- | dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild (renamed from dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild b/dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild index 628dadf7a9..cd358edc75 100644 --- a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild +++ b/dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" - -PYTHON_COMPAT=( python3_{8,9} ) +EAPI=8 DOCS_BUILDER="sphinx" DOCS_DIR="${S}/docs" DOCS_DEPEND="dev-python/sphinx_rtd_theme" +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 docs |
