Skip to content

Commit

Permalink
dev-python/agate-dbf: bump EAPI=8, add python 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
arthurzam authored and mgorny committed Aug 2, 2021
1 parent fbbb93f commit c338997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-python/agate-dbf/agate-dbf-0.2.2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c338997

Please sign in to comment.