commit: 69e5462d258be1b60107cd07671fb9016aa6ca04
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Jan 12 05:01:21 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 13 03:11:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69e5462d
app-office/beancount: disable py3.8, py3.9
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
app-office/beancount/beancount-2.3.5.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-office/beancount/beancount-2.3.5.ebuild
b/app-office/beancount/beancount-2.3.5.ebuild
index f92273fb2..2c0f06f5d 100644
--- a/app-office/beancount/beancount-2.3.5.ebuild
+++ b/app-office/beancount/beancount-2.3.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
DITUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
@@ -52,7 +52,8 @@ python_compile() {
distutils-r1_python_compile
# keep in sync with hashsrc.py, otherwise expect test failures
- cp
beancount/parser/{lexer.l,grammar.y,decimal.h,decimal.c,macros.h,parser.h,parser.c,tokens.h}
"${BUILD_DIR}"/lib/${PN}/parser || die
+ cp
beancount/parser/{lexer.l,grammar.y,decimal.h,decimal.c,macros.h,parser.h,parser.c,tokens.h}
\
+ "${BUILD_DIR}"/lib/${PN}/parser || die
}
python_test(){