From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
Date: Fri, 07 Mar 2025 23:10:07 +0000 (UTC) [thread overview]
Message-ID: <1741388990.a2ea4ff1355f6e514063d0fed2e0f2ba5d7bc144.tupone@gentoo> (raw)
commit: a2ea4ff1355f6e514063d0fed2e0f2ba5d7bc144
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 23:09:37 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 7 23:09:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ea4ff1
sci-libs/transformers: drop 4.46.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 -
sci-libs/transformers/transformers-4.46.3.ebuild | 116 -----------------------
2 files changed, 117 deletions(-)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 8d42cbf796fd..3ccd5952dae0 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,3 +1,2 @@
-DIST transformers-4.46.3.gh.tar.gz 19535462 BLAKE2B 3687d6a621c7823c35c3de3e0db31bc64d9c39c065936637042be5c4d7ca617083d5143484a24690f8460765e19a14b758c42321235ad09915a23302d3eaea0f SHA512 f07c80c2301b504edbe8cfa8894a420ef9628218a8a3c5a4f6bdab32df4ef020354810a762eee556e7b92c39bf106b65dfc89af53111a3ad06a5a4aabffc8029
DIST transformers-4.47.1.gh.tar.gz 19755552 BLAKE2B 7fbfde2f4b84ffcf411ead2b1c7d43ce0cd9615795dee6bf7271c5c17a125537d87506a4c663e454e10938f7482cf4acc14972cbaa50ef8884ecbc091c346b8d SHA512 105f60899aa05fb9e1e79b8e2e7c60ec5463c73707f8b77f744ad0ac0e83c6e8cd38d1838f74e93377891617b9f0e0d58533cf083db2550999f33a34c159b1c8
DIST transformers-4.48.3.gh.tar.gz 19569408 BLAKE2B 563c93580742ca2357509812292a31b9416f111653193ee030a36b55a7f055b16f9f041cc515ff56ba5b496aa1032fb41d5fff471111c47d24ba9cf7b8c632db SHA512 eac0c6ff05b4be10653ad98fcbf4f5ae9377e331cf23040fc304823783c5013be8e56c428fb928534c322bffb58255e8a3ffae74f9786fc0046a0fe6e0d9da16
diff --git a/sci-libs/transformers/transformers-4.46.3.ebuild b/sci-libs/transformers/transformers-4.46.3.ebuild
deleted file mode 100644
index ab0f1c5c3c48..000000000000
--- a/sci-libs/transformers/transformers-4.46.3.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-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"
-RESTRICT="test" # Need some modules, not yet packaged
-
-RDEPEND="
- =sci-libs/tokenizers-0.20*[${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-libs/huggingface_hub[${PYTHON_USEDEP}]
- >=sci-libs/safetensors-0.4.1[${PYTHON_USEDEP}]
- ')
-"
-BDEPEND="
- $(python_gen_cond_dep '
- dev-python/parameterized[${PYTHON_USEDEP}]
- dev-python/timeout-decorator[${PYTHON_USEDEP}]
- ')
-"
-
-distutils_enable_tests pytest
-
-src_test() {
- local EPYTEST_IGNORE=(
- tests/deepspeed/test_deepspeed.py
- tests/deepspeed/test_model_zoo.py
- tests/fsdp/test_fsdp.py
- tests/models/bartpho/test_tokenization_bartpho.py
- tests/models/big_bird/test_modeling_big_bird.py
- tests/models/cpm/test_tokenization_cpm.py
- tests/models/layoutxlm/test_processor_layoutxlm.py
- tests/models/layoutxlm/test_tokenization_layoutxlm.py
- tests/models/mluke/test_tokenization_mluke.py
- tests/models/nllb/test_tokenization_nllb.py
- tests/models/qwen2_audio/test_modeling_qwen2_audio.py
- tests/models/seamless_m4t/test_processor_seamless_m4t.py
- tests/models/speech_to_text/test_processor_speech_to_text.py
- tests/models/speech_to_text/test_tokenization_speech_to_text.py
- tests/models/speecht5/test_processor_speecht5.py
- tests/models/speecht5/test_tokenization_speecht5.py
- tests/repo_utils/test_check_docstrings.py
- tests/repo_utils/test_tests_fetcher.py
- tests/trainer/test_trainer.py
- tests/trainer/test_trainer_callback.py
- tests/utils/test_file_utils.py
- tests/models/audio_spectrogram_transformer/test_feature_extraction_audio_spectrogram_transformer.py
- tests/models/beit/test_image_processing_beit.py
- tests/models/clap/test_feature_extraction_clap.py
- tests/models/clip/test_image_processing_clip.py
- tests/models/clvp/test_feature_extraction_clvp.py
- tests/models/conditional_detr/test_image_processing_conditional_detr.py
- tests/models/dac/test_feature_extraction_dac.py
- tests/models/deformable_detr/test_image_processing_deformable_detr.py
- tests/models/encodec/test_feature_extraction_encodec.py
- tests/models/grounding_dino/test_image_processing_grounding_dino.py
- tests/models/idefics/test_image_processing_idefics.py
- tests/models/idefics2/test_image_processing_idefics2.py
- tests/models/llava_next/test_image_processing_llava_next.py
- tests/models/llava_next_video/test_image_processing_llava_next_video.py
- tests/models/llava_onevision/test_image_processing_llava_onevision.py
- tests/models/markuplm/test_feature_extraction_markuplm.py
- tests/models/mask2former/test_image_processing_mask2former.py
- tests/models/maskformer/test_image_processing_maskformer.py
- tests/models/musicgen_melody/test_feature_extraction_musicgen_melody.py
- tests/models/oneformer/test_image_processing_oneformer.py
- tests/models/oneformer/test_processor_oneformer.py
- tests/models/pix2struct/test_image_processing_pix2struct.py
- tests/models/pixtral/test_image_processing_pixtral.py
- tests/models/pop2piano/test_feature_extraction_pop2piano.py
- tests/models/qwen2_vl/test_image_processing_qwen2_vl.py
- tests/models/seamless_m4t/test_feature_extraction_seamless_m4t.py
- tests/models/segformer/test_image_processing_segformer.py
- tests/models/seggpt/test_image_processing_seggpt.py
- tests/models/speech_to_text/test_feature_extraction_speech_to_text.py
- tests/models/speecht5/test_feature_extraction_speecht5.py
- tests/models/superpoint/test_image_processing_superpoint.py
- tests/models/univnet/test_feature_extraction_univnet.py
- tests/models/wav2vec2/test_feature_extraction_wav2vec2.py
- tests/models/whisper/test_feature_extraction_whisper.py
- tests/models/yolos/test_image_processing_yolos.py
- )
-
- local EPYTEST_DESELECT=(
- tests/repo_utils/test_check_copies.py::CopyCheckTester::test_is_copy_consistent
- tests/repo_utils/test_check_copies.py::CopyCheckTester::test_is_copy_consistent_with_ignored_match
- tests/repo_utils/test_check_copies.py::CopyCheckTester::test_is_copy_consistent_with_ignored_no_match
- )
-
- EPYTEST_FLAGS="--dist=loadfile -s ./tests/"
-
- distutils-r1_src_test
-}
next reply other threads:[~2025-03-07 23:10 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-07 23:10 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 17:43 [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/ Alfredo Tupone
2025-03-07 23:10 Alfredo Tupone
2025-02-17 21:10 Alfredo Tupone
2025-02-17 21:09 Alfredo Tupone
2025-02-11 20:42 Alfredo Tupone
2025-02-07 5:57 Alfredo Tupone
2024-10-12 20:23 Alfredo Tupone
2024-10-11 7:03 Alfredo Tupone
2024-10-10 16:41 Alfredo Tupone
2024-10-09 20:17 Alfredo Tupone
2024-10-09 19:54 Alfredo Tupone
2024-10-07 12:05 Alfredo Tupone
2024-10-07 8:36 Alfredo Tupone
2024-10-07 8:13 Alfredo Tupone
2024-10-07 8:03 Alfredo Tupone
2024-04-28 15:38 Alfredo Tupone
2024-04-28 13:18 Michał Górny
2024-04-28 10:05 Alfredo Tupone
2024-04-25 10:45 Alfredo Tupone
2024-04-14 13:03 Alfredo Tupone
2024-01-19 21:32 Alfredo Tupone
2023-12-31 10:51 Alfredo Tupone
2023-12-31 10:42 Alfredo Tupone
2023-12-10 21:42 Alfredo Tupone
2023-12-10 21:38 Alfredo Tupone
2023-12-10 21:24 Alfredo Tupone
2023-08-16 18:40 Alfredo Tupone
2023-08-13 16:05 Alfredo Tupone
2023-06-15 18:08 Alfredo Tupone
2023-05-27 13:45 Alfredo Tupone
2023-05-25 20:46 Alfredo Tupone
2023-04-13 6:40 Alfredo Tupone
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741388990.a2ea4ff1355f6e514063d0fed2e0f2ba5d7bc144.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox