dev-python/tablib: add 3.7.0

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2025-01-07 22:26:23 +01:00
parent d18c331d09
commit 468b47506f
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
2 changed files with 36 additions and 0 deletions

View file

@ -1,2 +1,3 @@
DIST tablib-3.4.0.tar.gz 94510 BLAKE2B 950137a3e4ea0eb0392bcda815ff8cba4a32c1442e686670697886e302dfe9b4c9ecf7f7b7e7b43c1728ca6b30e8e3116002b01c29d4eb0df601972277aecfa8 SHA512 bc7aa3c378211ec9b81cfa24a9052977cdf13a867ac8dd0a1b1ada0c0835e3bce47951b2ecc182dedc01781f81c73f433379486390d5f142dd06bda6d891a1c9
DIST tablib-3.5.0.tar.gz 94795 BLAKE2B d94f099b45fb76a5e06309a532641e6b1f0cc5e9c0264a2e051b6f44b2a2f6d3de6775884ff0e5f24af0cfc58c6753d58b2c7d79283e83c3770046d63955d4c3 SHA512 cc47bc6087040abb1e9cbcc31b3a75c2a977edb1fdf840a4da72457a0a802f475d703e1fe586d8c8dad8dcb643b79f517aaee5e176ee50cf63fb4d6d73ea2bdd
DIST tablib-3.7.0.tar.gz 121221 BLAKE2B b5f51e7b315ef87a2d12a21b88cbc73ad9722e824e297e2ee422ece934ae45c7fcbebaeebbdc5eb0626ef0e18d093f39dd0f147098dbc58b6a9475a5a426e059 SHA512 6785d01b04c8a0ff6f892e889a71683e0e3c71ad13f5300e42a6f0ec5d8bf787926650bfd3e3fed1f1355f2320f95d479763a7709c5fae3581f8b8a918755785

View file

@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Format-agnostic tabular dataset library"
HOMEPAGE="https://pypi.org/project/tablib/ https://github.com/jazzband/tablib/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
test? (
dev-python/odfpy[${PYTHON_USEDEP}]
>=dev-python/openpyxl-2.6.0[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/xlrd[${PYTHON_USEDEP}]
dev-python/xlwt[${PYTHON_USEDEP}]
)
"
src_prepare() {
sed -i -e 's:addopts = -rsxX --showlocals --tb=native --cov=tablib --cov=tests --cov-report xml --cov-report term --cov-report html:addopts = -rsxX --showlocals --tb=native:' pytest.ini || die
distutils-r1_src_prepare
}
distutils_enable_tests pytest