diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-18 00:14:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-18 00:14:44 +0000 |
commit | 5264c18a325553759d67fb4e059db03cf3fc5c81 (patch) | |
tree | 588a7d54829b20df6c11016213dad5808b5c706a /sci-libs | |
parent | 27b3683509c5229cce540418778a8b64afbc0009 (diff) |
gentoo auto-resync : 18:02:2025 - 00:14:44
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/Manifest.gz | bin | 43494 -> 43498 bytes | |||
-rw-r--r-- | sci-libs/libsigrokdecode/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild | 54 | ||||
-rw-r--r-- | sci-libs/transformers/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/transformers/transformers-4.45.2.ebuild | 39 | ||||
-rw-r--r-- | sci-libs/transformers/transformers-4.47.1.ebuild | 45 |
6 files changed, 22 insertions, 121 deletions
diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz Binary files differindex 3258c94e05d0..b0e6288d60d6 100644 --- a/sci-libs/Manifest.gz +++ b/sci-libs/Manifest.gz diff --git a/sci-libs/libsigrokdecode/Manifest b/sci-libs/libsigrokdecode/Manifest index 72de9a64af93..d2692507dce0 100644 --- a/sci-libs/libsigrokdecode/Manifest +++ b/sci-libs/libsigrokdecode/Manifest @@ -1,6 +1,5 @@ AUX libsigrokdecode-0.5.3-py3.13.patch 1214 BLAKE2B e102818a60fa3a8c773c3e6770d6e485e27f04040a99dd64b3449555ba5885e1ebc00e2f1c3b1fed8fac29fa95ec969c672ee1f32bfe9da7115a97a63302a4d7 SHA512 9c8f347b6a582c1fed2f3e21d830c2457fb85a1dee8498a0b863a7ca96f0a24b3b2d1ae631f8282e7c080a03031c250e3eb7bfae301df219a3ac56efc20550ee DIST libsigrokdecode-0.5.3.tar.gz 892783 BLAKE2B 45bae2488e4872be3bb891813083ed540617ac88558bb6c2d971fbb0c05585d3fcb74192fc83ce7d67ee466bc04c61fbccf6f475e549b80c86fe5f0cc191c7c1 SHA512 23393504b68135ed4ae8e8a654df024620af02e84fa3955956c61899388812229108155b4ae8d946e61f33dc8a8807db090d608350548a7a717d966442b07b9e -EBUILD libsigrokdecode-0.5.3-r2.ebuild 1117 BLAKE2B 831f02abc39abb0415f1bce7164ded153440ba07c293635491f608b6d987d456e1a09e9092555a765d113757c455d24faf95d15e155cb350cbb27a0866e3c957 SHA512 01a765b1f0fa95cf1e77560903f8dd9b7273199cdb2b50272b38b691e426853b904005283b5afbcabed4f8263e31d1f3e395b8829ff2a525e7aef14a658caeab EBUILD libsigrokdecode-0.5.3-r3.ebuild 1163 BLAKE2B 66c819c03fa499fe0a225ef20e0bc584b0b47052c970645a35507a821cd30894c757eac280d2a687938a836932215d60c78a430d9fa5042f475fdf2f12e9db61 SHA512 d51c7d69e9e21f4dafef210b876e94d7811a525f34b130c8aa7596ad37c76ebe0956662f10e3c4703f8cd0624c0de355c2ca67de0e39fb3301b94c45347b8f36 EBUILD libsigrokdecode-9999.ebuild 1117 BLAKE2B ac0d7271ab92c4586f876d39d096aba0eb6c20242482997270cf055ce021ce21b827c9217cf218ff692e74815460e26f6ef61869a1d8de5f74d5bdaadbe05a85 SHA512 eea481b1567df4d41bb6eb6314f8a3c2d5224b7e185bd2b14ab238ffe09435ac7d31f6957ceb6bd2f38d112317f7c212002ddbd3edd51c94d02f2e355b4430ac MISC metadata.xml 248 BLAKE2B 9858a97a2186d5b06e272fe28021e0e668897630d8b99023000e8e58e852e80e16b399d8f864b9dff6c9fda25e1519ac8b4331792a4b441be23922707c4ad6a9 SHA512 a1e8f757e473af3ab0ccf695f849dc91e1be877dd505d339bdd26e35a2cf7fb5ffd8f5bf34e933873a462023aecb0edbddefbbda455289279182059cd6c1b0e5 diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild deleted file mode 100644 index 5e6f74c7e12d..000000000000 --- a/sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -PYTHON_COMPAT=( python3_{10..12} ) -inherit autotools python-single-r1 - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git" - inherit git-r3 -else - SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Provide (streaming) protocol decoding functionality" -HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode" - -LICENSE="GPL-3" -SLOT="0/4" -IUSE="static-libs" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=dev-libs/glib-2.34.0 -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -src_prepare() { - default - - # bug #794592 - sed -i -e "s/\[SRD_PKGLIBS\],\$/& [python-${EPYTHON#python}-embed], [python-${EPYTHON#python}],/" configure.ac || die - - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) PYTHON3="${PYTHON}" -} - -src_test() { - emake check -} - -src_install() { - default - python_optimize "${D}"/usr/share/libsigrokdecode/decoders - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest index 0a3fc19adc8c..e07838213948 100644 --- a/sci-libs/transformers/Manifest +++ b/sci-libs/transformers/Manifest @@ -1,7 +1,5 @@ -DIST transformers-4.45.2.gh.tar.gz 19105135 BLAKE2B 7bccd916de08d480789597c76f042b3941663e9bc9882c9c6b2c3d12ca49a505725ebc944306318fe5f418a36105247ef0729b8a8afc63adfe7c321a2367dea1 SHA512 1006949935b44d6ae0dc464cef9cc23b6c2074ef4a4947c4296ae177fb5348ea8ab0f4fed7da01ed9b67e20985494b07820605b396c30fd02d3ecc01549746d2 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 -EBUILD transformers-4.45.2.ebuild 1074 BLAKE2B dd3872eb7b640e84476e7c33cf32e0115c6a9ffb088ea790ec2905c0fedf0b87289c6114c566aef752dcf54a0a837747066b5bc7050f5c2f64592bf7a9d7971b SHA512 40307ef58aa1bb6687f0aac32a12ba641b11dc6c20edc624b895dc251cba00da0fc4079867e137c55fdc68d44621d9caa9e3cb2d6eb405e44d4f359a959d430c EBUILD transformers-4.46.3.ebuild 4793 BLAKE2B 32cb54098a8243fd62d45cd4291a4b25f9e43c1b7bf289a9058b2b48bc020a31cab359b547f8ec9d16124c40618457d7228b66cae8e461d5477cdcc859aefe1d SHA512 277b1a2ea1579eae59320ea3f6359c6092c1de8bfd08ff9422063935d697404756eade02c7050c89e328bab320472af5cfb9edf2dd9e26c59d843e60f77d1f0a -EBUILD transformers-4.47.1.ebuild 4838 BLAKE2B d8fbf6457891a12a10e6e887fb0f5767cf861254af4c55055c9b745fc94e96ec5286cdacb4ef73cd47e0aab69e3f80fd3ee2808d6b68d6c965df063e7b8887f2 SHA512 91c03b2df2f51df2feb5c96600c75952305098fce832773e5fa1aa7aa98357f5a1d537eaa0be34e41e985c2661a11755400ff0db315c7b15f0dbe0f36b98ea04 +EBUILD transformers-4.47.1.ebuild 4560 BLAKE2B 3c2d5b9ff0ca162b1dd312e235ff1a2f0be255d1ed58a8aaba018a6d057cc5a28e66962022d1477491e119a4fa4c4a2418855c09226556a00a8f6cfe32a4491e SHA512 e8de46fa297eb4b2c055866fb94b23d5a8d7540f0d316515ddc0bb44725cdf1584cedd65273cd5e94c3fc22ae055695a790ee86a454fb98d09e45dd0c07c82fa MISC metadata.xml 387 BLAKE2B 3f22d78a1aa32d40204f0c028a564cae5950a3294a7f0ed13c171683a63d2e62892a3740834735a5165745bb477538ac75826fd0c495883bacb32fe22d124621 SHA512 f800c33c27db9b23289e0086f82a80c593b7eeca00cec7bd9c3619e4f074878302c9110117d1a4ddaf789c53a58c4b274d46f4bcea9b8eec477b4fcf8e317a29 diff --git a/sci-libs/transformers/transformers-4.45.2.ebuild b/sci-libs/transformers/transformers-4.45.2.ebuild deleted file mode 100644 index 00493e1100e1..000000000000 --- a/sci-libs/transformers/transformers-4.45.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2023-2024 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}] - ') -" - -distutils_enable_tests pytest diff --git a/sci-libs/transformers/transformers-4.47.1.ebuild b/sci-libs/transformers/transformers-4.47.1.ebuild index 5b1a6630127d..262bf065885b 100644 --- a/sci-libs/transformers/transformers-4.47.1.ebuild +++ b/sci-libs/transformers/transformers-4.47.1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RESTRICT="test" # Need some modules, not yet packaged +RESTRICT="test" # Need some modules, not yet packaged, need network RDEPEND=" =sci-libs/tokenizers-0.21*[${PYTHON_SINGLE_USEDEP}] @@ -49,66 +49,63 @@ src_test() { 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/bartpho/test_tokenization_bartpho.py tests/models/beit/test_image_processing_beit.py + tests/models/big_bird/test_modeling_big_bird.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/cpm/test_tokenization_cpm.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/layoutxlm/test_processor_layoutxlm.py + tests/models/layoutxlm/test_tokenization_layoutxlm.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/mluke/test_tokenization_mluke.py tests/models/musicgen_melody/test_feature_extraction_musicgen_melody.py + tests/models/nllb/test_tokenization_nllb.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_audio/test_modeling_qwen2_audio.py tests/models/qwen2_vl/test_image_processing_qwen2_vl.py tests/models/seamless_m4t/test_feature_extraction_seamless_m4t.py + tests/models/seamless_m4t/test_processor_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/speech_to_text/test_processor_speech_to_text.py + tests/models/speech_to_text/test_tokenization_speech_to_text.py tests/models/speecht5/test_feature_extraction_speecht5.py + tests/models/speecht5/test_processor_speecht5.py + tests/models/speecht5/test_tokenization_speecht5.py tests/models/superpoint/test_image_processing_superpoint.py tests/models/trocr/test_processor_trocr.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 + 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/trainer/test_trainer.py + tests/trainer/test_trainer_callback.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 + tests/agents/test_agents.py::AgentTests::test_init_agent_with_different_toolsets ) EPYTEST_FLAGS="--dist=loadfile -s ./tests/" |