mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-ml/fastdownload: new package, add 0.0.6
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
sci-ml/fastdownload/Manifest
Normal file
1
sci-ml/fastdownload/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fastdownload-0.0.6.tar.gz 14453 BLAKE2B d200f84914df472b5c7bc33b67abd00bd99b9444c05ac7425740ef378aac069bd2a7eeea5e1eddab16b06c7cb166d9a7fad9933b8bd278b31ccc0be9a71cb8c0 SHA512 2cdc106f97759c22c41723c92d497c8b38b629ad3f9dcb5bdb71d013301e84d5a31b6a101d740204fe8224b1a05bf1c35e2a1f453a3f9a069f4bb2def0490685
|
||||
19
sci-ml/fastdownload/fastdownload-0.0.6.ebuild
Normal file
19
sci-ml/fastdownload/fastdownload-0.0.6.ebuild
Normal file
@@ -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}]
|
||||
"
|
||||
12
sci-ml/fastdownload/metadata.xml
Normal file
12
sci-ml/fastdownload/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>Alfredo Tupone</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">fastdownload</remote-id>
|
||||
<remote-id type="github">fastai/fastdownload</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user