dev-python/better-exceptions - 0.2.1 (yellow)

Search

Install

Install this version:

emerge -a =dev-python/better-exceptions-0.2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/better-exceptions-0.2.1

Or alternatively:

emerge --autounmask-write -a =dev-python/better-exceptions-0.2.1

Package Information

Description:
Pretty and useful exceptions in Python, automatically.
Homepage:
https://github.com/qix-/better-exceptions
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.1 8 ~amd64 0
View Raw Ebuild
# SPDX-License-Identifier: GPL-2.0 OR ISC
# Copyright 2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License

EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=(python3_{11..13} python3_13t)
inherit distutils-r1

DESCRIPTION="Pretty and useful exceptions in Python, automatically."
HOMEPAGE="https://github.com/qix-/better-exceptions"
SRC_URI="https://github.com/qix-/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="test" # tests failed on pupose

DEPEND="
	${PYTHON_DEPS}
"
#test? (
#		dev-python/pytest
#		dev-python/pytest-cov
#	)
#	"
RDEPEND="${DEPEND}"

# distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	

RDEPEND

	

Manifest for 0.2.1

Type File Size Source URLs
DIST better-exceptions-0.2.1.gh.tar.gz 106565 bytes https://github.com/qix-/better-exceptions/archive/refs/tags/0.2.1.tar.gz