commit:     7ce188ed97dfa74c4d2d900f0f3a6e909069c4ed
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  3 06:30:32 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  3 07:31:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce188ed

dev-python/logfury: enable py3.10, EAPI=8, clean deps

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/logfury/logfury-0.1.2-r1.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-python/logfury/logfury-0.1.2-r1.ebuild 
b/dev-python/logfury/logfury-0.1.2-r1.ebuild
index 5bb4e74c940..7b049bb73c7 100644
--- a/dev-python/logfury/logfury-0.1.2-r1.ebuild
+++ b/dev-python/logfury/logfury-0.1.2-r1.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Boilerplate library for logging method calls"
@@ -15,16 +14,15 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-PATCHES=(
-       "${FILESDIR}/${P}-fix-requirements-remove-dev-tests.patch"
-)
-
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 
-BDEPEND="${RDEPEND}
+BDEPEND="
        test? (
                dev-python/testfixtures[${PYTHON_USEDEP}]
-               dev-python/nose[${PYTHON_USEDEP}]
        )"
 
-distutils_enable_tests setup.py
+PATCHES=(
+       "${FILESDIR}/${P}-fix-requirements-remove-dev-tests.patch"
+)
+
+distutils_enable_tests nose

Reply via email to