mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/transaction: add py3.11, drop py3.8
use PEP517 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -28,10 +29,10 @@ BDEPEND="
|
||||
|
||||
DOCS="CHANGES.rst README.rst"
|
||||
|
||||
distutils_enable_tests nose
|
||||
distutils_enable_tests unittest
|
||||
distutils_enable_sphinx docs
|
||||
|
||||
src_test() {
|
||||
cd src || die
|
||||
python_foreach_impl python_test
|
||||
cd "${S}/src" || die
|
||||
distutils-r1_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user