summaryrefslogtreecommitdiff
path: root/sci-ml/fastai
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-04-09 08:43:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2025-04-09 08:43:18 +0100
commitce375651e01b2f8fe2470091862de020c1b4420a (patch)
treedb0888c4604babefdd9cfc8fc3e42a2b4957f1ba /sci-ml/fastai
parente81d2dd033df3a61b874a9a37f951ca05eead86f (diff)
gentoo auto-resync : 09:04:2025 - 08:43:18
Diffstat (limited to 'sci-ml/fastai')
-rw-r--r--sci-ml/fastai/Manifest3
-rw-r--r--sci-ml/fastai/fastai-2.7.19.ebuild25
-rw-r--r--sci-ml/fastai/metadata.xml12
3 files changed, 40 insertions, 0 deletions
diff --git a/sci-ml/fastai/Manifest b/sci-ml/fastai/Manifest
new file mode 100644
index 000000000000..99c117b633ff
--- /dev/null
+++ b/sci-ml/fastai/Manifest
@@ -0,0 +1,3 @@
+DIST fastai-2.7.19.tar.gz 216774 BLAKE2B bdebc2a7867141437707b6141990655dc4a52ddc6858083ea61fa7cbcbd6e0f1f4ba30cff18c84000e33db5bf90531707f366ba8741340d15a6f2183566f2f4d SHA512 1f1797859aeaa823009c9b4a0530737573a9dc97b37b7f8f515af5ee805bc3e778c20781b57040f164b921e2df8ca33141b00ccd32f3d6f9cc81dd8a55910dd9
+EBUILD fastai-2.7.19.ebuild 588 BLAKE2B 7e309655d033e43409128392524250f6d5d6604de4a3415f0e92140c68b7317b98952aa3a71747384b496fb5718025e96cf07a08b4888f6f4b240f21e8902c03 SHA512 ae5c793d4080dcf49f1823922ca7654188698f3a9b6e49b79264f8c64502517bcd06c6ab208f6b2d06e7f6904be7ad932068dbc7a26f743b44d5d3e89bf6d875
+MISC metadata.xml 370 BLAKE2B c29b2c1216dd2d69fa216253088439ba1496ac1fefc9864a91566fa4ed937aa4d022efa3ed9b2c1f79362a68310ffe5b9b0471bdc1a07d6ceff40907a08dcbfc SHA512 f6c41979854555bffb31fefdd29696c2d77fe5a7d9bd6868522c79c6b0ae465bed7ea7f069d16b13797f04d9d7c55fdb64c6557948e5685ef81d7b7c2f09cb0a
diff --git a/sci-ml/fastai/fastai-2.7.19.ebuild b/sci-ml/fastai/fastai-2.7.19.ebuild
new file mode 100644
index 000000000000..b0025d449330
--- /dev/null
+++ b/sci-ml/fastai/fastai-2.7.19.ebuild
@@ -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}]
+ ')
+"
diff --git a/sci-ml/fastai/metadata.xml b/sci-ml/fastai/metadata.xml
new file mode 100644
index 000000000000..e90c81240a1c
--- /dev/null
+++ b/sci-ml/fastai/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>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>