dev-python/progressbar2: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-01-06 10:51:59 +01:00
parent 664952544e
commit d6bc0a4ec0
2 changed files with 0 additions and 42 deletions

View File

@@ -1,2 +1 @@
DIST progressbar2-4.2.0.tar.gz 650564 BLAKE2B 7b4d9604626d0944040e59af1b52bf1cf2c045b6a256c7fd4233fa2ee22491484ecb721fe680ad326f7ef383c7070cebad38729c45e91ca2d3b6fcc6c51127a1 SHA512 d49c154e48bd730c2a7916ed53272ff20cb6fac8c9752734cf645d4701ffcdf25309bf493d03fdc5b6072a85b5f758332fa7448f307d4acc001ad4ab36303a68
DIST progressbar2-4.3.2.tar.gz 92504 BLAKE2B d5e0149fc54f3c4397c3de946db1aeef5c41e104ead1b0db1b19f81071a685c87ab3b425ea5eb3098db046db3a2ebfb29bce9a954f653327b5735fbb4f2c1f7f SHA512 d885a8b568149acf7a2cb5e5698f8677ee777c11a907f187c70c4ff4b52c656c40439ac8af00b652e5ddd4325721863c66b9f1a1b9a95d84f5fe081f94e4e0bf

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Text progressbar library for python"
HOMEPAGE="
https://progressbar-2.readthedocs.io/
https://github.com/WoLpH/python-progressbar/
https://pypi.org/project/progressbar2/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 ~x86"
RDEPEND="
>=dev-python/python-utils-3.0.0[${PYTHON_USEDEP}]
!dev-python/progressbar
"
BDEPEND="
test? (
dev-python/freezegun[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
src_prepare() {
sed -i -e '/cov/d' pytest.ini || die
default
}
python_test() {
PYTHONDONTWRITEBYTECODE=1 epytest tests
}