From c33899717ea36da9f083c64708a01613f2cc33b4 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 30 Jul 2021 20:40:53 +0300 Subject: [PATCH] dev-python/agate-dbf: bump EAPI=8, add python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arthur Zamarin Signed-off-by: Michał Górny --- dev-python/agate-dbf/agate-dbf-0.2.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild b/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild index 772d11bd4f565..04248032f3739 100644 --- a/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild +++ b/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild @@ -1,20 +1,20 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Adds read support for DBF files to agate." HOMEPAGE="https://github.com/wireservice/agate-dbf https://pypi.org/project/agate-dbf/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="test +xml" -RESTRICT="!test? ( test )" +IUSE="+xml" # Other packages have BDEPEND="test? ( dev-python/agate-dbf[xml] )" AGATE_VERSION_DEP=">=dev-python/agate-1.5.0"