Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pkcs11/
Date: Sun, 29 May 2022 21:05:01
Message-Id: 1653858291.494bbfb28a3c1b90fb2173fa5ccfeb17f7fc4efe.Alessandro-Barbieri@gentoo
1 commit: 494bbfb28a3c1b90fb2173fa5ccfeb17f7fc4efe
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:48:07 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 21:04:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=494bbfb2
7
8 dev-python/python-pkcs11: EAPI 8
9
10 Closes: https://bugs.gentoo.org/848294
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 .../{python-pkcs11-0.7.0.ebuild => python-pkcs11-0.7.0-r1.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 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
17 similarity index 91%
18 rename from dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
19 rename to dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild
20 index 628dadf7a..cd358edc7 100644
21 --- a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
22 +++ b/dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild
23 @@ -1,13 +1,12 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="7"
29 -
30 -PYTHON_COMPAT=( python3_{8,9} )
31 +EAPI=8
32
33 DOCS_BUILDER="sphinx"
34 DOCS_DIR="${S}/docs"
35 DOCS_DEPEND="dev-python/sphinx_rtd_theme"
36 +PYTHON_COMPAT=( python3_{8..10} )
37
38 inherit distutils-r1 docs