From a6490b5bc3609637467d869c7d9ad8bd02c8fb06 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 8 Apr 2025 08:43:15 +0200 Subject: [PATCH] sci-ml/fastprogress: new package, add 1.0.3 Signed-off-by: Alfredo Tupone --- sci-ml/fastprogress/Manifest | 1 + sci-ml/fastprogress/fastprogress-1.0.3.ebuild | 14 ++++++++++++++ sci-ml/fastprogress/metadata.xml | 12 ++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 sci-ml/fastprogress/Manifest create mode 100644 sci-ml/fastprogress/fastprogress-1.0.3.ebuild create mode 100644 sci-ml/fastprogress/metadata.xml diff --git a/sci-ml/fastprogress/Manifest b/sci-ml/fastprogress/Manifest new file mode 100644 index 0000000000000..e36bf7f06465f --- /dev/null +++ b/sci-ml/fastprogress/Manifest @@ -0,0 +1 @@ +DIST fastprogress-1.0.3.tar.gz 14920 BLAKE2B 9d97a6efdcff6490fb85eb60c906918bdef51adde947af58f83fa48e139ca732bc21efeabc39f6c918565d8f1a00bc8480c7056b1e0ba4b47e79ecb2559fc365 SHA512 07660d2e887bc7d28c01eda0231f328f325e05e9c2948abd12c12bc0ede4822e5282356e56b171b93a2539bcdc16f6fae0c1044e6ef22f08bc44e8725f2735f7 diff --git a/sci-ml/fastprogress/fastprogress-1.0.3.ebuild b/sci-ml/fastprogress/fastprogress-1.0.3.ebuild new file mode 100644 index 0000000000000..8cb3502b83f53 --- /dev/null +++ b/sci-ml/fastprogress/fastprogress-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{11..13} ) +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" diff --git a/sci-ml/fastprogress/metadata.xml b/sci-ml/fastprogress/metadata.xml new file mode 100644 index 0000000000000..54813c2f46c14 --- /dev/null +++ b/sci-ml/fastprogress/metadata.xml @@ -0,0 +1,12 @@ + + + + + tupone@gentoo.org + Tupone Alfredo + + + fastprogress + AnswerDotAI/fastprogress + +