sci-ml/fastprogress: new package, add 1.0.3

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-04-08 08:43:15 +02:00
parent eac8658b8d
commit a6490b5bc3
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST fastprogress-1.0.3.tar.gz 14920 BLAKE2B 9d97a6efdcff6490fb85eb60c906918bdef51adde947af58f83fa48e139ca732bc21efeabc39f6c918565d8f1a00bc8480c7056b1e0ba4b47e79ecb2559fc365 SHA512 07660d2e887bc7d28c01eda0231f328f325e05e9c2948abd12c12bc0ede4822e5282356e56b171b93a2539bcdc16f6fae0c1044e6ef22f08bc44e8725f2735f7

View File

@@ -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"

View File

@@ -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>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
<upstream>
<remote-id type="pypi">fastprogress</remote-id>
<remote-id type="github">AnswerDotAI/fastprogress</remote-id>
</upstream>
</pkgmetadata>