sci-ml/fastcore: inherit pypi

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-04-08 08:30:37 +02:00
parent 437423bea9
commit eac8658b8d
2 changed files with 2 additions and 3 deletions

View File

@@ -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"

View File

@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">AnswerDotAI/fastcore</remote-id>
<remote-id type="pypi">fastcore</remote-id>
</upstream>
</pkgmetadata>