From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5E451581E7 for ; Sun, 28 Apr 2024 10:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD329E2A27; Sun, 28 Apr 2024 10:05:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3A05E2A27 for ; Sun, 28 Apr 2024 10:05:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C0B0335DC2 for ; Sun, 28 Apr 2024 10:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6FD816C0 for ; Sun, 28 Apr 2024 10:05:08 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1714298665.82b47041228db5dd0acc15535bf99d75e428a316.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/transformers/Manifest sci-libs/transformers/transformers-4.36.2.ebuild sci-libs/transformers/transformers-4.37.2.ebuild X-VCS-Directories: sci-libs/transformers/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 82b47041228db5dd0acc15535bf99d75e428a316 X-VCS-Branch: master Date: Sun, 28 Apr 2024 10:05:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 456dc13b-9121-40aa-8a81-55ab86f79d37 X-Archives-Hash: 52603655f0e04206505e16ccedf6225f commit: 82b47041228db5dd0acc15535bf99d75e428a316 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Apr 28 10:03:44 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Apr 28 10:04:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b47041 sci-libs/transformers: add 4.37.2, drop 4.36.2 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/transformers/Manifest | 2 +- ...rs-4.36.2.ebuild => transformers-4.37.2.ebuild} | 23 ++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest index 67683244b7fe..ace196dbfd29 100644 --- a/sci-libs/transformers/Manifest +++ b/sci-libs/transformers/Manifest @@ -1 +1 @@ -DIST transformers-4.36.2.gh.tar.gz 16379041 BLAKE2B 3cd8dd9949e97971cf116e79327782a59a98df58ffeebafd4cf37009e805f8c332dd9739f1c6f5f627db0c7cc7a286329727740a6b5d701b05d0dc5201ce985d SHA512 e2f07f49f7ad0141dbb1ad594e7e1e0ab91c0b199d7f63e8396f4d6b58dbcf8f9004b9e809ad641950a9616d7755f0cd21fa332f47cbb9606a346a0184baa7b5 +DIST transformers-4.37.2.gh.tar.gz 16632049 BLAKE2B 22501598da911cb685598cb3b33e157ef091425c0c7478d05a0af396c182e8f776435d6b2fe708eaf2550ce6136f195ffac3b464f357ae8e023a030c218fcd3d SHA512 37bdf35e0774f7f26a19465b5e5c64709a85a1d001e01382996891173c59d6e31c1b536ef186b9d6a3dbe85e658ac3bf11f78e2e7f73c6d1d18992035afe3852 diff --git a/sci-libs/transformers/transformers-4.36.2.ebuild b/sci-libs/transformers/transformers-4.37.2.ebuild similarity index 56% rename from sci-libs/transformers/transformers-4.36.2.ebuild rename to sci-libs/transformers/transformers-4.37.2.ebuild index d115e34a5797..729e1ae55368 100644 --- a/sci-libs/transformers/transformers-4.36.2.ebuild +++ b/sci-libs/transformers/transformers-4.37.2.ebuild @@ -5,6 +5,7 @@ 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" @@ -21,16 +22,18 @@ KEYWORDS="~amd64" RESTRICT="test" # Need some modules, not yet packaged RDEPEND=" - dev-python/filelock[${PYTHON_USEDEP}] - sci-libs/huggingface_hub[${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}] - sci-libs/safetensors[${PYTHON_USEDEP}] - sci-libs/tokenizers[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] + sci-libs/tokenizers[${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