Files
gentoo/sci-ml/fastprogress/fastprogress-1.1.6.ebuild
Alfredo Tupone c89c66a868 sci-ml/fastprogress: add 1.1.6
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2026-05-10 09:42:57 +02:00

15 lines
376 B
Bash

# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Simple and flexible progress bar for Jupyter Notebook and console"
HOMEPAGE="https://fastprogress.fast.ai/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"