mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-ml/fastai: new package, add 2.7.19
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
sci-ml/fastai/Manifest
Normal file
1
sci-ml/fastai/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fastai-2.7.19.tar.gz 216774 BLAKE2B bdebc2a7867141437707b6141990655dc4a52ddc6858083ea61fa7cbcbd6e0f1f4ba30cff18c84000e33db5bf90531707f366ba8741340d15a6f2183566f2f4d SHA512 1f1797859aeaa823009c9b4a0530737573a9dc97b37b7f8f515af5ee805bc3e778c20781b57040f164b921e2df8ca33141b00ccd32f3d6f9cc81dd8a55910dd9
|
||||
25
sci-ml/fastai/fastai-2.7.19.ebuild
Normal file
25
sci-ml/fastai/fastai-2.7.19.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="The fastai deep learning library"
|
||||
HOMEPAGE="https://www.fast.ai/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="test" # No test available
|
||||
|
||||
RDEPEND="
|
||||
sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
sci-ml/fastcore[${PYTHON_USEDEP}]
|
||||
sci-ml/fastdownload[${PYTHON_USEDEP}]
|
||||
sci-ml/fastprogress[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
12
sci-ml/fastai/metadata.xml
Normal file
12
sci-ml/fastai/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="github">fastai/fastai</remote-id>
|
||||
<remote-id type="pypi">fastai</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user