* [gentoo-commits] repo/gentoo:master commit in: sci-ml/fastcore/
@ 2025-04-07 20:24 Alfredo Tupone
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2025-04-07 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 3300f659cbe1e6b8cf94e070d3ead4d04f3d99e1
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 7 20:23:12 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 7 20:23:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3300f659
sci-ml/fastcore: new package, add 1.7.29
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/fastcore/Manifest | 1 +
sci-ml/fastcore/fastcore-1.7.29.ebuild | 20 ++++++++++++++++++++
sci-ml/fastcore/metadata.xml | 11 +++++++++++
3 files changed, 32 insertions(+)
diff --git a/sci-ml/fastcore/Manifest b/sci-ml/fastcore/Manifest
new file mode 100644
index 000000000000..db0d2810fc2d
--- /dev/null
+++ b/sci-ml/fastcore/Manifest
@@ -0,0 +1 @@
+DIST fastcore-1.7.29.tar.gz 854672 BLAKE2B dc62bf2a84cde5ee4bd5519dd184008136129b8c06e888f3587e95e29f124aae1a7de7ffbbf64ca63f95f2033dc677bce2d78b18a9acfd4637e05ad31b85c4b3 SHA512 0caf1ceb273a9c4f5b8fd65b5cf29c028be07d2a337b425233fdfd2089e7ce466857935359f321398df9ecdfd6ce8f2d84a681efaf78e5824bce69f884211d4f
diff --git a/sci-ml/fastcore/fastcore-1.7.29.ebuild b/sci-ml/fastcore/fastcore-1.7.29.ebuild
new file mode 100644
index 000000000000..9ae8d57f581c
--- /dev/null
+++ b/sci-ml/fastcore/fastcore-1.7.29.ebuild
@@ -0,0 +1,20 @@
+# 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
+
+DESCRIPTION="Python supercharged for the fastai library"
+HOMEPAGE="https://fastcore.fast.ai/"
+SRC_URI="https://github.com/AnswerDotAI/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test" # No test available
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
diff --git a/sci-ml/fastcore/metadata.xml b/sci-ml/fastcore/metadata.xml
new file mode 100644
index 000000000000..3d5bcd63f75b
--- /dev/null
+++ b/sci-ml/fastcore/metadata.xml
@@ -0,0 +1,11 @@
+<?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="github">AnswerDotAI/fastcore</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-ml/fastcore/
@ 2025-04-08 16:04 Alfredo Tupone
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2025-04-08 16:04 UTC (permalink / raw
To: gentoo-commits
commit: eac8658b8d91485af91f469b2023ba037bd2b504
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 8 06:30:37 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 8 16:02:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac8658b
sci-ml/fastcore: inherit pypi
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/fastcore/{fastcore-1.7.29.ebuild => fastcore-1.7.29-r1.ebuild} | 4 +---
sci-ml/fastcore/metadata.xml | 1 +
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/sci-ml/fastcore/fastcore-1.7.29.ebuild b/sci-ml/fastcore/fastcore-1.7.29-r1.ebuild
similarity index 77%
rename from sci-ml/fastcore/fastcore-1.7.29.ebuild
rename to sci-ml/fastcore/fastcore-1.7.29-r1.ebuild
index 9ae8d57f581c..e1afb412b514 100644
--- a/sci-ml/fastcore/fastcore-1.7.29.ebuild
+++ b/sci-ml/fastcore/fastcore-1.7.29-r1.ebuild
@@ -4,12 +4,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python supercharged for the fastai library"
HOMEPAGE="https://fastcore.fast.ai/"
-SRC_URI="https://github.com/AnswerDotAI/${PN}/archive/refs/tags/${PV}.tar.gz
- -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/sci-ml/fastcore/metadata.xml b/sci-ml/fastcore/metadata.xml
index 3d5bcd63f75b..9f88dc8bacfb 100644
--- a/sci-ml/fastcore/metadata.xml
+++ b/sci-ml/fastcore/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">AnswerDotAI/fastcore</remote-id>
+ <remote-id type="pypi">fastcore</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-08 16:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 20:24 [gentoo-commits] repo/gentoo:master commit in: sci-ml/fastcore/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2025-04-08 16:04 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox