mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 00:08:05 +03:00
dev-python/tblib: Bump to 3.2.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST tblib-3.1.0.tar.gz 30766 BLAKE2B aa28e1f4a851b8562d0545643afc7293e3c0cf173a4a0ca04927958b143ace94ad36f449401fd237797a7f978d10f3080f4419fdc89f0e07503f5dbe7ad1f05f SHA512 619e3a45322da4833e839e1af92231fee515f88fadf31f2544ba04d994f203778e4bb7c83abb937d89ff8fa1aa6949d3769cc7d828daf600833801f479bdfd33
|
||||
DIST tblib-3.2.0.tar.gz 33384 BLAKE2B 22df8b178a11c4db288b74bf694a663854c67982cdebea18e462c9bb7bbab6d0f4bc4655b90a44f49ef6ae655d7276dc6c2d2b0156021a589ffef00c9ac96602 SHA512 89a59c75ee177310494f12e3fdef8e51a1b17ca5461664fa7c1ea87e9187cb2225fff423b656ee605c0eac0d47b1bd575c9500788275f7ea88c8f877d2e5caa0
|
||||
DIST tblib-3.2.1.tar.gz 34562 BLAKE2B f94796438f4e9e99cbc563b33b16b2f1380bbb0f73c1d9b01870f385edfb63cc7ca01c5be4744ae03d1fd8494803f90881c827562a92e79f5b246d7f0204cbec SHA512 025ab5c7944a279e8ee3bdb8ef9a1797e085f3ecf85d2bbda0861ee2d8d2de578464d36db388f991216db408179ef02bc09bdae23f9dbb95862aa5d31a7dfa21
|
||||
|
||||
43
dev-python/tblib/tblib-3.2.1.ebuild
Normal file
43
dev-python/tblib/tblib-3.2.1.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Traceback fiddling library for Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/ionelmc/python-tblib/
|
||||
https://pypi.org/project/tblib/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/twisted[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
sed -i -e '/--benchmark-disable/d' pytest.ini || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_IGNORE=(
|
||||
tests/test_perf.py
|
||||
)
|
||||
|
||||
local -x PYTHONNODEBUGRANGES=yes
|
||||
epytest
|
||||
}
|
||||
Reference in New Issue
Block a user