mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-ml/fastprogress: new package, add 1.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
sci-ml/fastprogress/Manifest
Normal file
1
sci-ml/fastprogress/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fastprogress-1.0.3.tar.gz 14920 BLAKE2B 9d97a6efdcff6490fb85eb60c906918bdef51adde947af58f83fa48e139ca732bc21efeabc39f6c918565d8f1a00bc8480c7056b1e0ba4b47e79ecb2559fc365 SHA512 07660d2e887bc7d28c01eda0231f328f325e05e9c2948abd12c12bc0ede4822e5282356e56b171b93a2539bcdc16f6fae0c1044e6ef22f08bc44e8725f2735f7
|
||||
14
sci-ml/fastprogress/fastprogress-1.0.3.ebuild
Normal file
14
sci-ml/fastprogress/fastprogress-1.0.3.ebuild
Normal 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"
|
||||
12
sci-ml/fastprogress/metadata.xml
Normal file
12
sci-ml/fastprogress/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user