repo/gentoo:master commit in: sci-ml/transformers/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786003082.10ad1b5aa22c47bd3397a86850e5a0ceaa714776.tupone@gentoo> |
commit: 10ad1b5aa22c47bd3397a86850e5a0ceaa714776
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 07:57:39 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 07:58:02 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ad1b5a
sci-ml/transformers: drop 4.57.6
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/transformers/Manifest | 1 -
sci-ml/transformers/transformers-4.57.6.ebuild | 44 --------------------------
2 files changed, 45 deletions(-)
diff --git a/sci-ml/transformers/Manifest b/sci-ml/transformers/Manifest
index beb2115e1a8a..4b446af61a96 100644
--- a/sci-ml/transformers/Manifest
+++ b/sci-ml/transformers/Manifest
@@ -1,2 +1 @@
-DIST transformers-4.57.6.gh.tar.gz 19400564 BLAKE2B be7bbbf4f8e2c02369ac7e5e99c780323886f55b90768fc7c65dc8fe42d1782fd7a704a670ab284b51143597888ad801acb710e27d40fa5f2e5abf45202dde49 SHA512 263c5773c0cf6b08b86caf02aae81f4652f85203404cd10083e06912a5a549deda8b0d4492b4ce521ae7bbc724be4bce17b1042f49da033fc037e8382ad48508
DIST transformers-5.3.0.gh.tar.gz 17931790 BLAKE2B a1f514ed6bb4eca1cf549e04a9470bc1c0c2cc3f4af9966d1fcba222b3d774051e27db2b6abb14e0cc4319d541c79bc244b01a0a6d431cfb2ffa8b2a05491422 SHA512 c7cc25e03c74ad58c2977bcdb968b3a7c0788f51c317d56fb09f59d11cd5b0abb3f05f94810922ec6ae5521131138050208323b17880f02800d1dfea055ae97c
diff --git a/sci-ml/transformers/transformers-4.57.6.ebuild b/sci-ml/transformers/transformers-4.57.6.ebuild
deleted file mode 100644
index daa2457f46a1..000000000000
--- a/sci-ml/transformers/transformers-4.57.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2023-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..13} )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
-
-DESCRIPTION="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
-HOMEPAGE="
- https://pypi.org/project/transformers/
- https://huggingface.co/
-"
-SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="torch"
-RESTRICT="test" # Need network, too long to execute
-
-RDEPEND="
- >=sci-ml/huggingface_hub-0.34.0[${PYTHON_SINGLE_USEDEP}]
- <sci-ml/huggingface_hub-1
- =sci-ml/tokenizers-0.22*[${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/filelock[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/regex[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- sci-ml/safetensors[${PYTHON_USEDEP}]
- ')
- torch? (
- sci-ml/accelerate[${PYTHON_SINGLE_USEDEP}]
- sci-ml/caffe2[${PYTHON_SINGLE_USEDEP}]
- sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
- )
-"