diff options
Diffstat (limited to 'sci-ml/fastprogress/fastprogress-1.0.5.ebuild')
| -rw-r--r-- | sci-ml/fastprogress/fastprogress-1.0.5.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-ml/fastprogress/fastprogress-1.0.5.ebuild b/sci-ml/fastprogress/fastprogress-1.0.5.ebuild new file mode 100644 index 000000000000..ea07e31ccdc6 --- /dev/null +++ b/sci-ml/fastprogress/fastprogress-1.0.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..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" |
