sci-ml/clearml - 1.18.0 (gentoo)

Search

Package Information

Description:
Auto-Magical CI/CD to streamline your AI workload
Homepage:
https://clear.ml/docs
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.18.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Auto-Magical CI/CD to streamline your AI workload"
HOMEPAGE="https://clear.ml/docs"
SRC_URI="https://github.com/clearml/${PN}/archive/refs/tags/v${PV}.tar.gz
	-> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-python/pyjwt[${PYTHON_USEDEP}]
	dev-python/furl[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"

src_prepare() {
	find clearml -name "*.py" -exec sed -i 's:pathlib2:pathlib:' {} + || die
	distutils-r1_src_prepare
}

Dependencies

DEPEND

	dev-python/pyjwt[${PYTHON_USEDEP}]
	dev-python/furl[${PYTHON_USEDEP}]

RDEPEND

	dev-python/pyjwt[${PYTHON_USEDEP}]
	dev-python/furl[${PYTHON_USEDEP}]

Manifest for 1.18.0

Type File Size Source URLs
DIST clearml-1.18.0.gh.tar.gz 10221878 bytes https://github.com/clearml/clearml/archive/refs/tags/v1.18.0.tar.gz