commit: 6ea0920580a54590503f7ce8d926cdc48cda66b0
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 8 06:56:28 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 8 16:03:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea09205
sci-ml/fastdownload: new package, add 0.0.6
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/fastdownload/Manifest | 1 +
sci-ml/fastdownload/fastdownload-0.0.6.ebuild | 19 +++++++++++++++++++
sci-ml/fastdownload/metadata.xml | 12 ++++++++++++
3 files changed, 32 insertions(+)
diff --git a/sci-ml/fastdownload/Manifest b/sci-ml/fastdownload/Manifest
new file mode 100644
index 000000000000..fe8ef8a20bba
--- /dev/null
+++ b/sci-ml/fastdownload/Manifest
@@ -0,0 +1 @@
+DIST fastdownload-0.0.6.tar.gz 14453 BLAKE2B
d200f84914df472b5c7bc33b67abd00bd99b9444c05ac7425740ef378aac069bd2a7eeea5e1eddab16b06c7cb166d9a7fad9933b8bd278b31ccc0be9a71cb8c0
SHA512
2cdc106f97759c22c41723c92d497c8b38b629ad3f9dcb5bdb71d013301e84d5a31b6a101d740204fe8224b1a05bf1c35e2a1f453a3f9a069f4bb2def0490685
diff --git a/sci-ml/fastdownload/fastdownload-0.0.6.ebuild
b/sci-ml/fastdownload/fastdownload-0.0.6.ebuild
new file mode 100644
index 000000000000..648cbbd0e1d1
--- /dev/null
+++ b/sci-ml/fastdownload/fastdownload-0.0.6.ebuild
@@ -0,0 +1,19 @@
+# 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="Easily download, verify, and extract archives"
+HOMEPAGE="https://fastdownload.fast.ai/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ sci-ml/fastcore[${PYTHON_USEDEP}]
+ sci-ml/fastprogress[${PYTHON_USEDEP}]
+"
diff --git a/sci-ml/fastdownload/metadata.xml b/sci-ml/fastdownload/metadata.xml
new file mode 100644
index 000000000000..4b9434507d7d
--- /dev/null
+++ b/sci-ml/fastdownload/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>Alfredo Tupone</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">fastdownload</remote-id>
+ <remote-id type="github">fastai/fastdownload</remote-id>
+ </upstream>
+</pkgmetadata>