gentoo/dev-python/crashtest/crashtest-0.4.1.ebuild
Michał Górny e454e5f4ba
dev-python/crashtest: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-02-27 21:51:02 +01:00

26 lines
625 B
Bash

# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Python library that makes exceptions handling and inspection easier"
HOMEPAGE="
https://github.com/python-poetry/crashtest/
https://pypi.org/project/crashtest/
"
SRC_URI="
https://github.com/python-poetry/crashtest/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
distutils_enable_tests pytest