public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
Date: Wed, 16 Aug 2023 18:40:36 +0000 (UTC)	[thread overview]
Message-ID: <1692211215.7d3a9c3e6184e2b0ef04aee69f8658731ae93db0.tupone@gentoo> (raw)

commit:     7d3a9c3e6184e2b0ef04aee69f8658731ae93db0
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 18:39:57 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 18:40:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3a9c3e

sci-libs/transformers: add 4.31.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/transformers/Manifest                   |  1 +
 sci-libs/transformers/transformers-4.31.0.ebuild | 36 ++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 4456ae0bf472..fdb6c547a2fa 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,3 +1,4 @@
 DIST transformers-4.27.4.gh.tar.gz 13210647 BLAKE2B acf5c81ceaaa2f156fc90b2284a6e2d4369742705c14d777c12e94a23961f3ed7cdc8e3cf8a4b962600b59f529862e6546f3d212e1ae1c44b7f76d8a10cbea75 SHA512 8b84a74c473c514314c3c4a422f8c03118575add3499ca280b7259bad72f8f8a6a7a51dc12162963c033b6a65c8914cca011b7bf6343781c5ed35154ea7adaf4
 DIST transformers-4.29.2.gh.tar.gz 13775570 BLAKE2B 01d64001e0ca8c06247f35391fe79edd59b3c02e1ec5fe0cac6ca3a4028633f6deba7f50762b2b688acc524658e25b8ecf4b6618ab6ff12d5737fd7c1864ada8 SHA512 2526f9d2de12e3f73899fb6ab5390884f9884a05ba492235bc95897f99bb45616ed737c87b9b8ac83550dd90b68025adf63a1f95c22a2e708528889215c8299c
 DIST transformers-4.30.2.gh.tar.gz 13946731 BLAKE2B 2831f413fb06e4210f59c8b56779a35ba5236ab8934bc955c5997bc45671ca12dbf9fff5997850056876027fa5d542550f8bc00ef86dbd3bc81f65ae0ce964a2 SHA512 dc5d325643a81c275470c15edf98f5863d3ecff3696a376dd369d4f4e9a70ec7d06f23ae8b47354373a8a2f9301543214888cf35b66c9931ac350ab7892ae4c1
+DIST transformers-4.31.0.gh.tar.gz 14219555 BLAKE2B cdda047b3b2e2e90db86fa9a4978fbafc9293d1d663982dae0494d0b6988054c03feca8ee64ca9988c2b7c3a4adbf65876872607dc0769b70c62762762fe2e6f SHA512 744cb15389a23228811f121add1154a4b569e7843fd4908763321a60fbbabd1c57c2f84835c4cfdabecd6fe8c1e88cc5e5f5ad65c9850d59439a2a5ad97a70bb

diff --git a/sci-libs/transformers/transformers-4.31.0.ebuild b/sci-libs/transformers/transformers-4.31.0.ebuild
new file mode 100644
index 000000000000..c74ee13c79fc
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.31.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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="
+	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}]
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-08-16 18:40 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16 18:40 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-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-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=1692211215.7d3a9c3e6184e2b0ef04aee69f8658731ae93db0.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