Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dev-python/libarchive-c: run tests, add Python 3.10
Closes: https://bugs.gentoo.org/798090
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jul 17, 2021
1 parent 6aa6c10 commit 008fadd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-python/libarchive-c/libarchive-c-2.9.ebuild
Expand Up @@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python3_{7..9} )

PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1

DESCRIPTION="A Python interface to libarchive"
Expand All @@ -13,6 +13,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""

RDEPEND="app-arch/libarchive"
BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"

distutils_enable_tests pytest

0 comments on commit 008fadd

Please sign in to comment.