diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-07-30 20:40:53 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-02 10:16:53 +0200 |
commit | c33899717ea36da9f083c64708a01613f2cc33b4 (patch) | |
tree | ebce8d03a5509ae240b5c8f8646e9e179ee954a4 /dev-python/agate-dbf | |
parent | dev-python/agate: mark ALLARCHES (diff) | |
download | gentoo-c33899717ea36da9f083c64708a01613f2cc33b4.tar.gz gentoo-c33899717ea36da9f083c64708a01613f2cc33b4.tar.bz2 gentoo-c33899717ea36da9f083c64708a01613f2cc33b4.zip |
dev-python/agate-dbf: bump EAPI=8, add python 3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/agate-dbf')
-rw-r--r-- | dev-python/agate-dbf/agate-dbf-0.2.2.ebuild | 10 |
1 files 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 772d11bd4f56..04248032f373 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" |