commit:     a6490b5bc3609637467d869c7d9ad8bd02c8fb06
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  8 06:43:15 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr  8 16:02:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6490b5b

sci-ml/fastprogress: new package, add 1.0.3

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 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(+)

diff --git a/sci-ml/fastprogress/Manifest b/sci-ml/fastprogress/Manifest
new file mode 100644
index 000000000000..e36bf7f06465
--- /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 000000000000..8cb3502b83f5
--- /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 000000000000..54813c2f46c1
--- /dev/null
+++ b/sci-ml/fastprogress/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Tupone Alfredo</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">fastprogress</remote-id>
+               <remote-id type="github">AnswerDotAI/fastprogress</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to