* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-04-13 6:40 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-04-13 6:40 UTC (permalink / raw
To: gentoo-commits
commit: 0611554e5cf0b42d5c161ea67ca170a463203d48
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 06:39:48 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 06:40:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0611554e
sci-libs/transformers: new package, add 4.27.4
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/metadata.xml | 12 ++++++++
sci-libs/transformers/transformers-4.27.4.ebuild | 35 ++++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
new file mode 100644
index 000000000000..8ea1ec385306
--- /dev/null
+++ b/sci-libs/transformers/Manifest
@@ -0,0 +1 @@
+DIST transformers-4.27.4.gh.tar.gz 13210647 BLAKE2B acf5c81ceaaa2f156fc90b2284a6e2d4369742705c14d777c12e94a23961f3ed7cdc8e3cf8a4b962600b59f529862e6546f3d212e1ae1c44b7f76d8a10cbea75 SHA512 8b84a74c473c514314c3c4a422f8c03118575add3499ca280b7259bad72f8f8a6a7a51dc12162963c033b6a65c8914cca011b7bf6343781c5ed35154ea7adaf4
diff --git a/sci-libs/transformers/metadata.xml b/sci-libs/transformers/metadata.xml
new file mode 100644
index 000000000000..9489a5f68f41
--- /dev/null
+++ b/sci-libs/transformers/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">huggingface/transformers</remote-id>
+ <remote-id type="pypi">transformers</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-libs/transformers/transformers-4.27.4.ebuild b/sci-libs/transformers/transformers-4.27.4.ebuild
new file mode 100644
index 000000000000..ded81afb2f59
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.27.4.ebuild
@@ -0,0 +1,35 @@
+# 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 dataset module, 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/tokenizers[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-05-25 20:46 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-05-25 20:46 UTC (permalink / raw
To: gentoo-commits
commit: afde2e0ab793a71519de0b9d76be87da10a5df3d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 20:45:42 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May 25 20:45:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afde2e0a
sci-libs/transformers: add 4.29.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.29.2.ebuild | 35 ++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 8ea1ec385306..b563df71ecac 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1 +1,2 @@
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
diff --git a/sci-libs/transformers/transformers-4.29.2.ebuild b/sci-libs/transformers/transformers-4.29.2.ebuild
new file mode 100644
index 000000000000..1ec34e499712
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.29.2.ebuild
@@ -0,0 +1,35 @@
+# 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 dataset module, 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/tokenizers[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-05-27 13:45 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-05-27 13:45 UTC (permalink / raw
To: gentoo-commits
commit: a0b3266878fa82b104c1115fc9154aaa7a74375e
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 13:22:30 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat May 27 13:45:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b32668
sci-libs/transformers: restrict test again
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/transformers-4.29.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/transformers/transformers-4.29.2.ebuild b/sci-libs/transformers/transformers-4.29.2.ebuild
index 1ec34e499712..944e547fdfbd 100644
--- a/sci-libs/transformers/transformers-4.29.2.ebuild
+++ b/sci-libs/transformers/transformers-4.29.2.ebuild
@@ -18,7 +18,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 dataset module, not yet packaged
+RESTRICT="test" # Need some modules, not yet packaged
RDEPEND="
dev-python/filelock[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-06-15 18:08 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-06-15 18:08 UTC (permalink / raw
To: gentoo-commits
commit: ec59df606b9fc2ca0735a488f23e1f51a4009672
Author: Miezhiko <Miezhiko <AT> gmail <DOT> com>
AuthorDate: Thu Jun 15 11:42:10 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 18:07:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec59df60
sci-libs/transformers: 4.30.2
Signed-off-by: Miezhiko <Miezhiko <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31453
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.30.2.ebuild | 35 ++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index b563df71ecac..4456ae0bf472 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,2 +1,3 @@
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
diff --git a/sci-libs/transformers/transformers-4.30.2.ebuild b/sci-libs/transformers/transformers-4.30.2.ebuild
new file mode 100644
index 000000000000..944e547fdfbd
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.30.2.ebuild
@@ -0,0 +1,35 @@
+# 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/tokenizers[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-08-13 16:05 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-08-13 16:05 UTC (permalink / raw
To: gentoo-commits
commit: f093ac2ffce53b9060f574c712d7adc9a41004eb
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 16:04:10 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 16:04:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f093ac2f
sci-libs/transformers: add safetensors deps
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{transformers-4.30.2.ebuild => transformers-4.30.2-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/transformers/transformers-4.30.2.ebuild b/sci-libs/transformers/transformers-4.30.2-r1.ebuild
similarity index 95%
rename from sci-libs/transformers/transformers-4.30.2.ebuild
rename to sci-libs/transformers/transformers-4.30.2-r1.ebuild
index 944e547fdfbd..c74ee13c79fc 100644
--- a/sci-libs/transformers/transformers-4.30.2.ebuild
+++ b/sci-libs/transformers/transformers-4.30.2-r1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
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}]
"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-08-16 18:40 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-08-16 18:40 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-12-10 21:24 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-12-10 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 1c0ad878c6608d5acd7d830606a323dddd757ad3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 21:24:00 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 21:24:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0ad878
sci-libs/transformers: add 4.32.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.32.1.ebuild | 36 ++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index fdb6c547a2fa..50659acf9cda 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -2,3 +2,4 @@ DIST transformers-4.27.4.gh.tar.gz 13210647 BLAKE2B acf5c81ceaaa2f156fc90b2284a6
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
+DIST transformers-4.32.1.gh.tar.gz 14509309 BLAKE2B c87f3b6223894b4235cdbf02a75002b182824cbf6bbc426327f848d1f1cf595d73bbb7cc968327b9d9603e257c71a5a87b952f3cdd25834a7e5fd4f195bf5975 SHA512 73622f3f63ddc739bd87b17c6fb804b98eaf2ccb552e9952021aa3491b8b3af1f7aacc6e87271bd7f241acc8139730a1e1a148de6a7b31572f8588c0745dce61
diff --git a/sci-libs/transformers/transformers-4.32.1.ebuild b/sci-libs/transformers/transformers-4.32.1.ebuild
new file mode 100644
index 000000000000..c80f71693c4e
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.32.1.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-0.14.1[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-12-10 21:38 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-12-10 21:38 UTC (permalink / raw
To: gentoo-commits
commit: cf5efe0e5046b5b8943eda432207cedd1c6aef45
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 21:37:28 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 21:37:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5efe0e
sci-libs/transformers: add 4.33.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.33.3.ebuild | 36 ++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 50659acf9cda..d93161541e76 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -3,3 +3,4 @@ DIST transformers-4.29.2.gh.tar.gz 13775570 BLAKE2B 01d64001e0ca8c06247f35391fe7
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
DIST transformers-4.32.1.gh.tar.gz 14509309 BLAKE2B c87f3b6223894b4235cdbf02a75002b182824cbf6bbc426327f848d1f1cf595d73bbb7cc968327b9d9603e257c71a5a87b952f3cdd25834a7e5fd4f195bf5975 SHA512 73622f3f63ddc739bd87b17c6fb804b98eaf2ccb552e9952021aa3491b8b3af1f7aacc6e87271bd7f241acc8139730a1e1a148de6a7b31572f8588c0745dce61
+DIST transformers-4.33.3.gh.tar.gz 14679862 BLAKE2B 1bee7405b911aec1939559a807690bbf9787543e42228bf1ed80d80912ef55747002a5010faa61d9d56c9d7b1a49f0b6b9bf2fdd1419f7108b52da0c48879278 SHA512 392d7b80a970a516f57cedc8269b100508f07e094698bd9462ff79bc4182c1ae8f1826fac083374d0d7d5368434263cf03d1e8e1ad0f1e77e068212d1e463cb0
diff --git a/sci-libs/transformers/transformers-4.33.3.ebuild b/sci-libs/transformers/transformers-4.33.3.ebuild
new file mode 100644
index 000000000000..c80f71693c4e
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.33.3.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-0.14.1[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-12-10 21:42 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-12-10 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 2c6903cbe39b8712439cfec88a74143c5a269f5e
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 21:42:24 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 21:42:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6903cb
sci-libs/transformers: add 4.34.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.34.1.ebuild | 36 ++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index d93161541e76..8170124a20b6 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -4,3 +4,4 @@ DIST transformers-4.30.2.gh.tar.gz 13946731 BLAKE2B 2831f413fb06e4210f59c8b56779
DIST transformers-4.31.0.gh.tar.gz 14219555 BLAKE2B cdda047b3b2e2e90db86fa9a4978fbafc9293d1d663982dae0494d0b6988054c03feca8ee64ca9988c2b7c3a4adbf65876872607dc0769b70c62762762fe2e6f SHA512 744cb15389a23228811f121add1154a4b569e7843fd4908763321a60fbbabd1c57c2f84835c4cfdabecd6fe8c1e88cc5e5f5ad65c9850d59439a2a5ad97a70bb
DIST transformers-4.32.1.gh.tar.gz 14509309 BLAKE2B c87f3b6223894b4235cdbf02a75002b182824cbf6bbc426327f848d1f1cf595d73bbb7cc968327b9d9603e257c71a5a87b952f3cdd25834a7e5fd4f195bf5975 SHA512 73622f3f63ddc739bd87b17c6fb804b98eaf2ccb552e9952021aa3491b8b3af1f7aacc6e87271bd7f241acc8139730a1e1a148de6a7b31572f8588c0745dce61
DIST transformers-4.33.3.gh.tar.gz 14679862 BLAKE2B 1bee7405b911aec1939559a807690bbf9787543e42228bf1ed80d80912ef55747002a5010faa61d9d56c9d7b1a49f0b6b9bf2fdd1419f7108b52da0c48879278 SHA512 392d7b80a970a516f57cedc8269b100508f07e094698bd9462ff79bc4182c1ae8f1826fac083374d0d7d5368434263cf03d1e8e1ad0f1e77e068212d1e463cb0
+DIST transformers-4.34.1.gh.tar.gz 14985064 BLAKE2B 7bccc5c924d26c69a6d185265bdbb70fddd57f325d6cf586dd0fcf0f84890dabd653eb1e528668d5605c22349e5314344b6f0052b9a3fc35018d4ca9ca89f6cf SHA512 ed1703e63597f94a0782c1e74287735b306d0722437fb860f8badc7ae88c25f7bcdaacb381435643aba776ba5886fe1a676cc33f5d07d647711298bb797067dd
diff --git a/sci-libs/transformers/transformers-4.34.1.ebuild b/sci-libs/transformers/transformers-4.34.1.ebuild
new file mode 100644
index 000000000000..c74ee13c79fc
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.34.1.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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-12-31 10:42 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-12-31 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 82653953d1e7c5fb0299528a459f662fb6170721
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 10:42:02 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 10:42:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82653953
sci-libs/transformers: drop 4.27.4, 4.30.2-r1, 4.32.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 3 --
sci-libs/transformers/transformers-4.27.4.ebuild | 35 ---------------------
.../transformers/transformers-4.30.2-r1.ebuild | 36 ----------------------
sci-libs/transformers/transformers-4.32.1.ebuild | 36 ----------------------
4 files changed, 110 deletions(-)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 8170124a20b6..7925e0188da4 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,7 +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
-DIST transformers-4.32.1.gh.tar.gz 14509309 BLAKE2B c87f3b6223894b4235cdbf02a75002b182824cbf6bbc426327f848d1f1cf595d73bbb7cc968327b9d9603e257c71a5a87b952f3cdd25834a7e5fd4f195bf5975 SHA512 73622f3f63ddc739bd87b17c6fb804b98eaf2ccb552e9952021aa3491b8b3af1f7aacc6e87271bd7f241acc8139730a1e1a148de6a7b31572f8588c0745dce61
DIST transformers-4.33.3.gh.tar.gz 14679862 BLAKE2B 1bee7405b911aec1939559a807690bbf9787543e42228bf1ed80d80912ef55747002a5010faa61d9d56c9d7b1a49f0b6b9bf2fdd1419f7108b52da0c48879278 SHA512 392d7b80a970a516f57cedc8269b100508f07e094698bd9462ff79bc4182c1ae8f1826fac083374d0d7d5368434263cf03d1e8e1ad0f1e77e068212d1e463cb0
DIST transformers-4.34.1.gh.tar.gz 14985064 BLAKE2B 7bccc5c924d26c69a6d185265bdbb70fddd57f325d6cf586dd0fcf0f84890dabd653eb1e528668d5605c22349e5314344b6f0052b9a3fc35018d4ca9ca89f6cf SHA512 ed1703e63597f94a0782c1e74287735b306d0722437fb860f8badc7ae88c25f7bcdaacb381435643aba776ba5886fe1a676cc33f5d07d647711298bb797067dd
diff --git a/sci-libs/transformers/transformers-4.27.4.ebuild b/sci-libs/transformers/transformers-4.27.4.ebuild
deleted file mode 100644
index ded81afb2f59..000000000000
--- a/sci-libs/transformers/transformers-4.27.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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 dataset module, 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/tokenizers[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/sci-libs/transformers/transformers-4.30.2-r1.ebuild b/sci-libs/transformers/transformers-4.30.2-r1.ebuild
deleted file mode 100644
index c74ee13c79fc..000000000000
--- a/sci-libs/transformers/transformers-4.30.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
diff --git a/sci-libs/transformers/transformers-4.32.1.ebuild b/sci-libs/transformers/transformers-4.32.1.ebuild
deleted file mode 100644
index c80f71693c4e..000000000000
--- a/sci-libs/transformers/transformers-4.32.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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-0.14.1[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2023-12-31 10:51 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2023-12-31 10:51 UTC (permalink / raw
To: gentoo-commits
commit: da31896e881f837d8498a20f31efb7029a8e480c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 10:50:12 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 10:50:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da31896e
sci-libs/transformers: drop 4.29.2, 4.31.0, 4.33.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 3 --
sci-libs/transformers/transformers-4.29.2.ebuild | 35 -----------------------
sci-libs/transformers/transformers-4.31.0.ebuild | 36 ------------------------
sci-libs/transformers/transformers-4.33.3.ebuild | 36 ------------------------
4 files changed, 110 deletions(-)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 7925e0188da4..a381aeae035f 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,4 +1 @@
-DIST transformers-4.29.2.gh.tar.gz 13775570 BLAKE2B 01d64001e0ca8c06247f35391fe79edd59b3c02e1ec5fe0cac6ca3a4028633f6deba7f50762b2b688acc524658e25b8ecf4b6618ab6ff12d5737fd7c1864ada8 SHA512 2526f9d2de12e3f73899fb6ab5390884f9884a05ba492235bc95897f99bb45616ed737c87b9b8ac83550dd90b68025adf63a1f95c22a2e708528889215c8299c
-DIST transformers-4.31.0.gh.tar.gz 14219555 BLAKE2B cdda047b3b2e2e90db86fa9a4978fbafc9293d1d663982dae0494d0b6988054c03feca8ee64ca9988c2b7c3a4adbf65876872607dc0769b70c62762762fe2e6f SHA512 744cb15389a23228811f121add1154a4b569e7843fd4908763321a60fbbabd1c57c2f84835c4cfdabecd6fe8c1e88cc5e5f5ad65c9850d59439a2a5ad97a70bb
-DIST transformers-4.33.3.gh.tar.gz 14679862 BLAKE2B 1bee7405b911aec1939559a807690bbf9787543e42228bf1ed80d80912ef55747002a5010faa61d9d56c9d7b1a49f0b6b9bf2fdd1419f7108b52da0c48879278 SHA512 392d7b80a970a516f57cedc8269b100508f07e094698bd9462ff79bc4182c1ae8f1826fac083374d0d7d5368434263cf03d1e8e1ad0f1e77e068212d1e463cb0
DIST transformers-4.34.1.gh.tar.gz 14985064 BLAKE2B 7bccc5c924d26c69a6d185265bdbb70fddd57f325d6cf586dd0fcf0f84890dabd653eb1e528668d5605c22349e5314344b6f0052b9a3fc35018d4ca9ca89f6cf SHA512 ed1703e63597f94a0782c1e74287735b306d0722437fb860f8badc7ae88c25f7bcdaacb381435643aba776ba5886fe1a676cc33f5d07d647711298bb797067dd
diff --git a/sci-libs/transformers/transformers-4.29.2.ebuild b/sci-libs/transformers/transformers-4.29.2.ebuild
deleted file mode 100644
index 944e547fdfbd..000000000000
--- a/sci-libs/transformers/transformers-4.29.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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/tokenizers[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/sci-libs/transformers/transformers-4.31.0.ebuild b/sci-libs/transformers/transformers-4.31.0.ebuild
deleted file mode 100644
index c74ee13c79fc..000000000000
--- a/sci-libs/transformers/transformers-4.31.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
diff --git a/sci-libs/transformers/transformers-4.33.3.ebuild b/sci-libs/transformers/transformers-4.33.3.ebuild
deleted file mode 100644
index c80f71693c4e..000000000000
--- a/sci-libs/transformers/transformers-4.33.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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-0.14.1[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-01-19 21:32 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-01-19 21:32 UTC (permalink / raw
To: gentoo-commits
commit: ca81e146334c683588a6fd665374222edd4222c9
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 19:08:09 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 21:31:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca81e146
sci-libs/transformers: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{transformers-4.34.1.ebuild => transformers-4.34.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/transformers/transformers-4.34.1.ebuild b/sci-libs/transformers/transformers-4.34.1-r1.ebuild
similarity index 92%
rename from sci-libs/transformers/transformers-4.34.1.ebuild
rename to sci-libs/transformers/transformers-4.34.1-r1.ebuild
index c74ee13c79fc..482c1835adb8 100644
--- a/sci-libs/transformers/transformers-4.34.1.ebuild
+++ b/sci-libs/transformers/transformers-4.34.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# 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_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-04-14 13:03 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-04-14 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 090d0f723312a825fd20811642b136303e18806a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 12:58:52 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:03:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090d0f72
sci-libs/transformers: add 4.35.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.35.2.ebuild | 36 ++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index a381aeae035f..3065b80adec1 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1 +1,2 @@
DIST transformers-4.34.1.gh.tar.gz 14985064 BLAKE2B 7bccc5c924d26c69a6d185265bdbb70fddd57f325d6cf586dd0fcf0f84890dabd653eb1e528668d5605c22349e5314344b6f0052b9a3fc35018d4ca9ca89f6cf SHA512 ed1703e63597f94a0782c1e74287735b306d0722437fb860f8badc7ae88c25f7bcdaacb381435643aba776ba5886fe1a676cc33f5d07d647711298bb797067dd
+DIST transformers-4.35.2.gh.tar.gz 15700171 BLAKE2B 4a22810aa0fc4b0fc032bc1392669eb254c93a23a9b71d997be16cb3da3ef35c66117e58d30f28882b484c5cddf33e41910196d443aba04003146ea00703cee2 SHA512 1ba232f48cfb572a9576b32cfc47c1941137aed08c18759c86f60e58424b6733484e85e73ad214bde2d020ddaa269ed0496dddd945d68f2bfa520017d8f94447
diff --git a/sci-libs/transformers/transformers-4.35.2.ebuild b/sci-libs/transformers/transformers-4.35.2.ebuild
new file mode 100644
index 000000000000..d115e34a5797
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.35.2.ebuild
@@ -0,0 +1,36 @@
+# 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} )
+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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-04-25 10:45 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-04-25 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 632b049522c573f0f21362c280090dcf5959b3ae
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 10:44:12 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 10:45:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632b0495
sci-libs/transformers: add 4.36.2 remove old
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 3 +-
.../transformers/transformers-4.34.1-r1.ebuild | 36 ----------------------
...rs-4.35.2.ebuild => transformers-4.36.2.ebuild} | 0
3 files changed, 1 insertion(+), 38 deletions(-)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 3065b80adec1..67683244b7fe 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,2 +1 @@
-DIST transformers-4.34.1.gh.tar.gz 14985064 BLAKE2B 7bccc5c924d26c69a6d185265bdbb70fddd57f325d6cf586dd0fcf0f84890dabd653eb1e528668d5605c22349e5314344b6f0052b9a3fc35018d4ca9ca89f6cf SHA512 ed1703e63597f94a0782c1e74287735b306d0722437fb860f8badc7ae88c25f7bcdaacb381435643aba776ba5886fe1a676cc33f5d07d647711298bb797067dd
-DIST transformers-4.35.2.gh.tar.gz 15700171 BLAKE2B 4a22810aa0fc4b0fc032bc1392669eb254c93a23a9b71d997be16cb3da3ef35c66117e58d30f28882b484c5cddf33e41910196d443aba04003146ea00703cee2 SHA512 1ba232f48cfb572a9576b32cfc47c1941137aed08c18759c86f60e58424b6733484e85e73ad214bde2d020ddaa269ed0496dddd945d68f2bfa520017d8f94447
+DIST transformers-4.36.2.gh.tar.gz 16379041 BLAKE2B 3cd8dd9949e97971cf116e79327782a59a98df58ffeebafd4cf37009e805f8c332dd9739f1c6f5f627db0c7cc7a286329727740a6b5d701b05d0dc5201ce985d SHA512 e2f07f49f7ad0141dbb1ad594e7e1e0ab91c0b199d7f63e8396f4d6b58dbcf8f9004b9e809ad641950a9616d7755f0cd21fa332f47cbb9606a346a0184baa7b5
diff --git a/sci-libs/transformers/transformers-4.34.1-r1.ebuild b/sci-libs/transformers/transformers-4.34.1-r1.ebuild
deleted file mode 100644
index 482c1835adb8..000000000000
--- a/sci-libs/transformers/transformers-4.34.1-r1.ebuild
+++ /dev/null
@@ -1,36 +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_{9..12} )
-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
diff --git a/sci-libs/transformers/transformers-4.35.2.ebuild b/sci-libs/transformers/transformers-4.36.2.ebuild
similarity index 100%
rename from sci-libs/transformers/transformers-4.35.2.ebuild
rename to sci-libs/transformers/transformers-4.36.2.ebuild
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-04-28 10:05 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-04-28 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 82b47041228db5dd0acc15535bf99d75e428a316
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 10:03:44 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-04-28 13:18 Michał Górny
0 siblings, 0 replies; 26+ messages in thread
From: Michał Górny @ 2024-04-28 13:18 UTC (permalink / raw
To: gentoo-commits
commit: b3aa73401531f8bf26e045cb8debe6e4c04ba266
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 13:17:15 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 13:17:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3aa7340
sci-libs/transformers: Revert "add 4.37.2, drop 4.36.2"
This broke dependencies of sci-libs/evaluate.
Reverts: 82b47041228db5dd0acc15535bf99d75e428a316
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/transformers/Manifest | 2 +-
...rs-4.37.2.ebuild => transformers-4.36.2.ebuild} | 23 ++++++++++------------
2 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index ace196dbfd29..67683244b7fe 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1 +1 @@
-DIST transformers-4.37.2.gh.tar.gz 16632049 BLAKE2B 22501598da911cb685598cb3b33e157ef091425c0c7478d05a0af396c182e8f776435d6b2fe708eaf2550ce6136f195ffac3b464f357ae8e023a030c218fcd3d SHA512 37bdf35e0774f7f26a19465b5e5c64709a85a1d001e01382996891173c59d6e31c1b536ef186b9d6a3dbe85e658ac3bf11f78e2e7f73c6d1d18992035afe3852
+DIST transformers-4.36.2.gh.tar.gz 16379041 BLAKE2B 3cd8dd9949e97971cf116e79327782a59a98df58ffeebafd4cf37009e805f8c332dd9739f1c6f5f627db0c7cc7a286329727740a6b5d701b05d0dc5201ce985d SHA512 e2f07f49f7ad0141dbb1ad594e7e1e0ab91c0b199d7f63e8396f4d6b58dbcf8f9004b9e809ad641950a9616d7755f0cd21fa332f47cbb9606a346a0184baa7b5
diff --git a/sci-libs/transformers/transformers-4.37.2.ebuild b/sci-libs/transformers/transformers-4.36.2.ebuild
similarity index 56%
rename from sci-libs/transformers/transformers-4.37.2.ebuild
rename to sci-libs/transformers/transformers-4.36.2.ebuild
index 729e1ae55368..d115e34a5797 100644
--- a/sci-libs/transformers/transformers-4.37.2.ebuild
+++ b/sci-libs/transformers/transformers-4.36.2.ebuild
@@ -5,7 +5,6 @@ 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"
@@ -22,18 +21,16 @@ KEYWORDS="~amd64"
RESTRICT="test" # Need some modules, not yet packaged
RDEPEND="
- 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}]
- ')
+ 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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-04-28 15:38 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-04-28 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 6777a82b351181a7f68a75e95b8db6f04a526ac0
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 15:31:13 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 15:37:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6777a82b
Revert "sci-libs/transformers: Revert "add 4.37.2, drop 4.36.2""
Signed-off-by: Alfredo Tupone <tupone <AT> 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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-07 8:03 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-07 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 4709dac3e97f8b74626b67f737aabbfe84fbf077
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:01:54 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:02:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4709dac3
sci-libs/transformers: add 4.38.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.38.2.ebuild | 39 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index ace196dbfd29..e668bdaae146 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1 +1,2 @@
DIST transformers-4.37.2.gh.tar.gz 16632049 BLAKE2B 22501598da911cb685598cb3b33e157ef091425c0c7478d05a0af396c182e8f776435d6b2fe708eaf2550ce6136f195ffac3b464f357ae8e023a030c218fcd3d SHA512 37bdf35e0774f7f26a19465b5e5c64709a85a1d001e01382996891173c59d6e31c1b536ef186b9d6a3dbe85e658ac3bf11f78e2e7f73c6d1d18992035afe3852
+DIST transformers-4.38.2.gh.tar.gz 16891664 BLAKE2B 5877ccecdb417d6cb552d1ae3bcc55fb698614f0c60f38b751cecf6465e3155e44639b34773044dd9befc1902ec19fae634f0f737f4be05e9ef85e4a0701f4d5 SHA512 1d826e0793df85395b00008a80dfe51f5c3e1fec7a607112b817a161dfc375fd20fce47a1c5aead0e9c735b6e23cfe4f8526a19060c19d6c4ee9c2a87b42e382
diff --git a/sci-libs/transformers/transformers-4.38.2.ebuild b/sci-libs/transformers/transformers-4.38.2.ebuild
new file mode 100644
index 000000000000..729e1ae55368
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.38.2.ebuild
@@ -0,0 +1,39 @@
+# 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[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-07 8:13 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-07 8:13 UTC (permalink / raw
To: gentoo-commits
commit: 3dec1e82b607bf21e877aa574801fa0456ef2814
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:12:46 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:12:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dec1e82
sci-libs/transformers: add 4.39.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.39.3.ebuild | 39 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index e668bdaae146..9eccd9d67382 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,2 +1,3 @@
DIST transformers-4.37.2.gh.tar.gz 16632049 BLAKE2B 22501598da911cb685598cb3b33e157ef091425c0c7478d05a0af396c182e8f776435d6b2fe708eaf2550ce6136f195ffac3b464f357ae8e023a030c218fcd3d SHA512 37bdf35e0774f7f26a19465b5e5c64709a85a1d001e01382996891173c59d6e31c1b536ef186b9d6a3dbe85e658ac3bf11f78e2e7f73c6d1d18992035afe3852
DIST transformers-4.38.2.gh.tar.gz 16891664 BLAKE2B 5877ccecdb417d6cb552d1ae3bcc55fb698614f0c60f38b751cecf6465e3155e44639b34773044dd9befc1902ec19fae634f0f737f4be05e9ef85e4a0701f4d5 SHA512 1d826e0793df85395b00008a80dfe51f5c3e1fec7a607112b817a161dfc375fd20fce47a1c5aead0e9c735b6e23cfe4f8526a19060c19d6c4ee9c2a87b42e382
+DIST transformers-4.39.3.gh.tar.gz 17957068 BLAKE2B 462930e13b764d78b77782faad5909e1195ec3636fbbf115504bb969704d7264561108f853b4496f0384a5d045c8552263c1c6817e6ab9cee939c2cfe62f07ca SHA512 05bda1a1f68e23857215ba20e2a8b0f63dcef75915e70eb02fef25fb7d92647bf79d9ff372f655b6547d2c639c35bc6c989be361589858fedfa76b4b651c9216
diff --git a/sci-libs/transformers/transformers-4.39.3.ebuild b/sci-libs/transformers/transformers-4.39.3.ebuild
new file mode 100644
index 000000000000..729e1ae55368
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.39.3.ebuild
@@ -0,0 +1,39 @@
+# 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[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-07 8:36 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-07 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 9af847d2940654854018390b3f2711bebc76ffad
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:35:32 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:35:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af847d2
sci-libs/transformers: add 4.40.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.40.2.ebuild | 39 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 9eccd9d67382..5be15d3b54ab 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,3 +1,4 @@
DIST transformers-4.37.2.gh.tar.gz 16632049 BLAKE2B 22501598da911cb685598cb3b33e157ef091425c0c7478d05a0af396c182e8f776435d6b2fe708eaf2550ce6136f195ffac3b464f357ae8e023a030c218fcd3d SHA512 37bdf35e0774f7f26a19465b5e5c64709a85a1d001e01382996891173c59d6e31c1b536ef186b9d6a3dbe85e658ac3bf11f78e2e7f73c6d1d18992035afe3852
DIST transformers-4.38.2.gh.tar.gz 16891664 BLAKE2B 5877ccecdb417d6cb552d1ae3bcc55fb698614f0c60f38b751cecf6465e3155e44639b34773044dd9befc1902ec19fae634f0f737f4be05e9ef85e4a0701f4d5 SHA512 1d826e0793df85395b00008a80dfe51f5c3e1fec7a607112b817a161dfc375fd20fce47a1c5aead0e9c735b6e23cfe4f8526a19060c19d6c4ee9c2a87b42e382
DIST transformers-4.39.3.gh.tar.gz 17957068 BLAKE2B 462930e13b764d78b77782faad5909e1195ec3636fbbf115504bb969704d7264561108f853b4496f0384a5d045c8552263c1c6817e6ab9cee939c2cfe62f07ca SHA512 05bda1a1f68e23857215ba20e2a8b0f63dcef75915e70eb02fef25fb7d92647bf79d9ff372f655b6547d2c639c35bc6c989be361589858fedfa76b4b651c9216
+DIST transformers-4.40.2.gh.tar.gz 18236908 BLAKE2B f62bdd15b98fb8b4ae7adbe497ad2ab33bf19acab10017aaf8df38832a3e3981aa72c0a21a91712125ba9981c829deff626092f3c43733d580e032a85e3ddd7f SHA512 f1c471c471e31672b4923e6a3cecf31cd1ea2ad7b3b3c520fd93d200d4d21f1dddd993eb29ef58ba137a9e4fbcfd48a00b61243c1c7566b68385f32ede8ee42c
diff --git a/sci-libs/transformers/transformers-4.40.2.ebuild b/sci-libs/transformers/transformers-4.40.2.ebuild
new file mode 100644
index 000000000000..afe16f800ffc
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.40.2.ebuild
@@ -0,0 +1,39 @@
+# 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.19*[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-07 12:05 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-07 12:05 UTC (permalink / raw
To: gentoo-commits
commit: b71f71494c06a79f126547af67beb159d11037e3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 12:03:53 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 12:05:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71f7149
sci-libs/transformers: drop 4.37.2, 4.38.2, 4.39.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 3 --
sci-libs/transformers/transformers-4.37.2.ebuild | 39 ------------------------
sci-libs/transformers/transformers-4.38.2.ebuild | 39 ------------------------
sci-libs/transformers/transformers-4.39.3.ebuild | 39 ------------------------
4 files changed, 120 deletions(-)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 5be15d3b54ab..702812166274 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,4 +1 @@
-DIST transformers-4.37.2.gh.tar.gz 16632049 BLAKE2B 22501598da911cb685598cb3b33e157ef091425c0c7478d05a0af396c182e8f776435d6b2fe708eaf2550ce6136f195ffac3b464f357ae8e023a030c218fcd3d SHA512 37bdf35e0774f7f26a19465b5e5c64709a85a1d001e01382996891173c59d6e31c1b536ef186b9d6a3dbe85e658ac3bf11f78e2e7f73c6d1d18992035afe3852
-DIST transformers-4.38.2.gh.tar.gz 16891664 BLAKE2B 5877ccecdb417d6cb552d1ae3bcc55fb698614f0c60f38b751cecf6465e3155e44639b34773044dd9befc1902ec19fae634f0f737f4be05e9ef85e4a0701f4d5 SHA512 1d826e0793df85395b00008a80dfe51f5c3e1fec7a607112b817a161dfc375fd20fce47a1c5aead0e9c735b6e23cfe4f8526a19060c19d6c4ee9c2a87b42e382
-DIST transformers-4.39.3.gh.tar.gz 17957068 BLAKE2B 462930e13b764d78b77782faad5909e1195ec3636fbbf115504bb969704d7264561108f853b4496f0384a5d045c8552263c1c6817e6ab9cee939c2cfe62f07ca SHA512 05bda1a1f68e23857215ba20e2a8b0f63dcef75915e70eb02fef25fb7d92647bf79d9ff372f655b6547d2c639c35bc6c989be361589858fedfa76b4b651c9216
DIST transformers-4.40.2.gh.tar.gz 18236908 BLAKE2B f62bdd15b98fb8b4ae7adbe497ad2ab33bf19acab10017aaf8df38832a3e3981aa72c0a21a91712125ba9981c829deff626092f3c43733d580e032a85e3ddd7f SHA512 f1c471c471e31672b4923e6a3cecf31cd1ea2ad7b3b3c520fd93d200d4d21f1dddd993eb29ef58ba137a9e4fbcfd48a00b61243c1c7566b68385f32ede8ee42c
diff --git a/sci-libs/transformers/transformers-4.37.2.ebuild b/sci-libs/transformers/transformers-4.37.2.ebuild
deleted file mode 100644
index 729e1ae55368..000000000000
--- a/sci-libs/transformers/transformers-4.37.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[${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.38.2.ebuild b/sci-libs/transformers/transformers-4.38.2.ebuild
deleted file mode 100644
index 729e1ae55368..000000000000
--- a/sci-libs/transformers/transformers-4.38.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[${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.39.3.ebuild b/sci-libs/transformers/transformers-4.39.3.ebuild
deleted file mode 100644
index 729e1ae55368..000000000000
--- a/sci-libs/transformers/transformers-4.39.3.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[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-09 19:54 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-09 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 93a83605e3a1d99d2e9c59f73951377e08d52cd5
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 19:53:09 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 19:53:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a83605
sci-libs/transformers: add 4.41.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.41.2.ebuild | 39 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 702812166274..7d640e94f56b 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1 +1,2 @@
DIST transformers-4.40.2.gh.tar.gz 18236908 BLAKE2B f62bdd15b98fb8b4ae7adbe497ad2ab33bf19acab10017aaf8df38832a3e3981aa72c0a21a91712125ba9981c829deff626092f3c43733d580e032a85e3ddd7f SHA512 f1c471c471e31672b4923e6a3cecf31cd1ea2ad7b3b3c520fd93d200d4d21f1dddd993eb29ef58ba137a9e4fbcfd48a00b61243c1c7566b68385f32ede8ee42c
+DIST transformers-4.41.2.gh.tar.gz 17879625 BLAKE2B 7e4621bd47d4d58b2c082ea305018f285d4aa5a28776dd577372bab5553c49268602d321495af0a086fb66fbf7e757a10a78705a75bd2d487320aa3d982727a2 SHA512 8c410402b89426685baa408720da69db7faebc5477122773c3eed5c14dbb55f30b9dc459c24de5c74d7e1a85f43c3415262761efe62ad74ef80dad936b5447c5
diff --git a/sci-libs/transformers/transformers-4.41.2.ebuild b/sci-libs/transformers/transformers-4.41.2.ebuild
new file mode 100644
index 000000000000..afe16f800ffc
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.41.2.ebuild
@@ -0,0 +1,39 @@
+# 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.19*[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-09 20:17 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-09 20:17 UTC (permalink / raw
To: gentoo-commits
commit: 392948fea15993f44e04422b3714e8ce49cd9976
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 20:16:54 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 20:16:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392948fe
sci-libs/transformers: add 4.43.4
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.43.4.ebuild | 39 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 7d640e94f56b..0dd436bc1ed4 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,2 +1,3 @@
DIST transformers-4.40.2.gh.tar.gz 18236908 BLAKE2B f62bdd15b98fb8b4ae7adbe497ad2ab33bf19acab10017aaf8df38832a3e3981aa72c0a21a91712125ba9981c829deff626092f3c43733d580e032a85e3ddd7f SHA512 f1c471c471e31672b4923e6a3cecf31cd1ea2ad7b3b3c520fd93d200d4d21f1dddd993eb29ef58ba137a9e4fbcfd48a00b61243c1c7566b68385f32ede8ee42c
DIST transformers-4.41.2.gh.tar.gz 17879625 BLAKE2B 7e4621bd47d4d58b2c082ea305018f285d4aa5a28776dd577372bab5553c49268602d321495af0a086fb66fbf7e757a10a78705a75bd2d487320aa3d982727a2 SHA512 8c410402b89426685baa408720da69db7faebc5477122773c3eed5c14dbb55f30b9dc459c24de5c74d7e1a85f43c3415262761efe62ad74ef80dad936b5447c5
+DIST transformers-4.43.4.gh.tar.gz 18270169 BLAKE2B 45bfb6987cb0750f87f6f7fc5417f9f9752e5cdd466f101aa0db4a2ec812610dd94cd2b17650ae3c1789e07e319a9794e520cf7b3d76e9c3555edf29d9e4edd4 SHA512 5be1d8fffa326ef6425e360af945eb5c42fc8803d8cb4a09022e14c464bdcfe19a9aa6574115a198e1c25f59ceccc73747f3222ba85fabac580a7bf3590f72b0
diff --git a/sci-libs/transformers/transformers-4.43.4.ebuild b/sci-libs/transformers/transformers-4.43.4.ebuild
new file mode 100644
index 000000000000..afe16f800ffc
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.43.4.ebuild
@@ -0,0 +1,39 @@
+# 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.19*[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-10 16:41 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-10 16:41 UTC (permalink / raw
To: gentoo-commits
commit: d9190cf5553919314812f8fb9663ff8710e71a68
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 16:40:31 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 16:40:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9190cf5
sci-libs/transformers: add 4.44.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.44.2.ebuild | 39 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 0dd436bc1ed4..42bf7c27fac3 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,3 +1,4 @@
DIST transformers-4.40.2.gh.tar.gz 18236908 BLAKE2B f62bdd15b98fb8b4ae7adbe497ad2ab33bf19acab10017aaf8df38832a3e3981aa72c0a21a91712125ba9981c829deff626092f3c43733d580e032a85e3ddd7f SHA512 f1c471c471e31672b4923e6a3cecf31cd1ea2ad7b3b3c520fd93d200d4d21f1dddd993eb29ef58ba137a9e4fbcfd48a00b61243c1c7566b68385f32ede8ee42c
DIST transformers-4.41.2.gh.tar.gz 17879625 BLAKE2B 7e4621bd47d4d58b2c082ea305018f285d4aa5a28776dd577372bab5553c49268602d321495af0a086fb66fbf7e757a10a78705a75bd2d487320aa3d982727a2 SHA512 8c410402b89426685baa408720da69db7faebc5477122773c3eed5c14dbb55f30b9dc459c24de5c74d7e1a85f43c3415262761efe62ad74ef80dad936b5447c5
DIST transformers-4.43.4.gh.tar.gz 18270169 BLAKE2B 45bfb6987cb0750f87f6f7fc5417f9f9752e5cdd466f101aa0db4a2ec812610dd94cd2b17650ae3c1789e07e319a9794e520cf7b3d76e9c3555edf29d9e4edd4 SHA512 5be1d8fffa326ef6425e360af945eb5c42fc8803d8cb4a09022e14c464bdcfe19a9aa6574115a198e1c25f59ceccc73747f3222ba85fabac580a7bf3590f72b0
+DIST transformers-4.44.2.gh.tar.gz 18343338 BLAKE2B 1c5b7b37627bda6ac061069d9c1accd031cdad9acbff8505d6132f4605f80e63cd858808c9947e7b3a5a4cf1c5d1f3d122d5eb53aa9783694286a7ee672a18b6 SHA512 10edb184adf88e41e243cb94cf6316fc0ff31f3183ba69dc272486561333ac373b9acd4cd1917411252a4d1a0357d5f8eed36dade2d4d807f45e150cd25e9ba6
diff --git a/sci-libs/transformers/transformers-4.44.2.ebuild b/sci-libs/transformers/transformers-4.44.2.ebuild
new file mode 100644
index 000000000000..afe16f800ffc
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.44.2.ebuild
@@ -0,0 +1,39 @@
+# 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.19*[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-11 7:03 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-11 7:03 UTC (permalink / raw
To: gentoo-commits
commit: b2a9f12ab6b8f735c291ec801732d5ae9cc7a239
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 07:03:06 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 07:03:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a9f12a
sci-libs/transformers: add 4.45.2
Closes: https://bugs.gentoo.org/940484
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 1 +
sci-libs/transformers/transformers-4.45.2.ebuild | 39 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index 42bf7c27fac3..e5af5133881d 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -2,3 +2,4 @@ DIST transformers-4.40.2.gh.tar.gz 18236908 BLAKE2B f62bdd15b98fb8b4ae7adbe497ad
DIST transformers-4.41.2.gh.tar.gz 17879625 BLAKE2B 7e4621bd47d4d58b2c082ea305018f285d4aa5a28776dd577372bab5553c49268602d321495af0a086fb66fbf7e757a10a78705a75bd2d487320aa3d982727a2 SHA512 8c410402b89426685baa408720da69db7faebc5477122773c3eed5c14dbb55f30b9dc459c24de5c74d7e1a85f43c3415262761efe62ad74ef80dad936b5447c5
DIST transformers-4.43.4.gh.tar.gz 18270169 BLAKE2B 45bfb6987cb0750f87f6f7fc5417f9f9752e5cdd466f101aa0db4a2ec812610dd94cd2b17650ae3c1789e07e319a9794e520cf7b3d76e9c3555edf29d9e4edd4 SHA512 5be1d8fffa326ef6425e360af945eb5c42fc8803d8cb4a09022e14c464bdcfe19a9aa6574115a198e1c25f59ceccc73747f3222ba85fabac580a7bf3590f72b0
DIST transformers-4.44.2.gh.tar.gz 18343338 BLAKE2B 1c5b7b37627bda6ac061069d9c1accd031cdad9acbff8505d6132f4605f80e63cd858808c9947e7b3a5a4cf1c5d1f3d122d5eb53aa9783694286a7ee672a18b6 SHA512 10edb184adf88e41e243cb94cf6316fc0ff31f3183ba69dc272486561333ac373b9acd4cd1917411252a4d1a0357d5f8eed36dade2d4d807f45e150cd25e9ba6
+DIST transformers-4.45.2.gh.tar.gz 19105135 BLAKE2B 7bccd916de08d480789597c76f042b3941663e9bc9882c9c6b2c3d12ca49a505725ebc944306318fe5f418a36105247ef0729b8a8afc63adfe7c321a2367dea1 SHA512 1006949935b44d6ae0dc464cef9cc23b6c2074ef4a4947c4296ae177fb5348ea8ab0f4fed7da01ed9b67e20985494b07820605b396c30fd02d3ecc01549746d2
diff --git a/sci-libs/transformers/transformers-4.45.2.ebuild b/sci-libs/transformers/transformers-4.45.2.ebuild
new file mode 100644
index 000000000000..00493e1100e1
--- /dev/null
+++ b/sci-libs/transformers/transformers-4.45.2.ebuild
@@ -0,0 +1,39 @@
+# 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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/
@ 2024-10-12 20:23 Alfredo Tupone
0 siblings, 0 replies; 26+ messages in thread
From: Alfredo Tupone @ 2024-10-12 20:23 UTC (permalink / raw
To: gentoo-commits
commit: e1e3c6985225629a4a18338c7d8f32526f6fd8cd
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 20:22:58 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 20:23:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e3c698
sci-libs/transformers: drop 4.40.2, 4.41.2, 4.43.4, 4.44.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/transformers/Manifest | 4 ---
sci-libs/transformers/transformers-4.40.2.ebuild | 39 ------------------------
sci-libs/transformers/transformers-4.41.2.ebuild | 39 ------------------------
sci-libs/transformers/transformers-4.43.4.ebuild | 39 ------------------------
sci-libs/transformers/transformers-4.44.2.ebuild | 39 ------------------------
5 files changed, 160 deletions(-)
diff --git a/sci-libs/transformers/Manifest b/sci-libs/transformers/Manifest
index e5af5133881d..aede1c3cb4e8 100644
--- a/sci-libs/transformers/Manifest
+++ b/sci-libs/transformers/Manifest
@@ -1,5 +1 @@
-DIST transformers-4.40.2.gh.tar.gz 18236908 BLAKE2B f62bdd15b98fb8b4ae7adbe497ad2ab33bf19acab10017aaf8df38832a3e3981aa72c0a21a91712125ba9981c829deff626092f3c43733d580e032a85e3ddd7f SHA512 f1c471c471e31672b4923e6a3cecf31cd1ea2ad7b3b3c520fd93d200d4d21f1dddd993eb29ef58ba137a9e4fbcfd48a00b61243c1c7566b68385f32ede8ee42c
-DIST transformers-4.41.2.gh.tar.gz 17879625 BLAKE2B 7e4621bd47d4d58b2c082ea305018f285d4aa5a28776dd577372bab5553c49268602d321495af0a086fb66fbf7e757a10a78705a75bd2d487320aa3d982727a2 SHA512 8c410402b89426685baa408720da69db7faebc5477122773c3eed5c14dbb55f30b9dc459c24de5c74d7e1a85f43c3415262761efe62ad74ef80dad936b5447c5
-DIST transformers-4.43.4.gh.tar.gz 18270169 BLAKE2B 45bfb6987cb0750f87f6f7fc5417f9f9752e5cdd466f101aa0db4a2ec812610dd94cd2b17650ae3c1789e07e319a9794e520cf7b3d76e9c3555edf29d9e4edd4 SHA512 5be1d8fffa326ef6425e360af945eb5c42fc8803d8cb4a09022e14c464bdcfe19a9aa6574115a198e1c25f59ceccc73747f3222ba85fabac580a7bf3590f72b0
-DIST transformers-4.44.2.gh.tar.gz 18343338 BLAKE2B 1c5b7b37627bda6ac061069d9c1accd031cdad9acbff8505d6132f4605f80e63cd858808c9947e7b3a5a4cf1c5d1f3d122d5eb53aa9783694286a7ee672a18b6 SHA512 10edb184adf88e41e243cb94cf6316fc0ff31f3183ba69dc272486561333ac373b9acd4cd1917411252a4d1a0357d5f8eed36dade2d4d807f45e150cd25e9ba6
DIST transformers-4.45.2.gh.tar.gz 19105135 BLAKE2B 7bccd916de08d480789597c76f042b3941663e9bc9882c9c6b2c3d12ca49a505725ebc944306318fe5f418a36105247ef0729b8a8afc63adfe7c321a2367dea1 SHA512 1006949935b44d6ae0dc464cef9cc23b6c2074ef4a4947c4296ae177fb5348ea8ab0f4fed7da01ed9b67e20985494b07820605b396c30fd02d3ecc01549746d2
diff --git a/sci-libs/transformers/transformers-4.40.2.ebuild b/sci-libs/transformers/transformers-4.40.2.ebuild
deleted file mode 100644
index afe16f800ffc..000000000000
--- a/sci-libs/transformers/transformers-4.40.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.19*[${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.41.2.ebuild b/sci-libs/transformers/transformers-4.41.2.ebuild
deleted file mode 100644
index afe16f800ffc..000000000000
--- a/sci-libs/transformers/transformers-4.41.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.19*[${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.43.4.ebuild b/sci-libs/transformers/transformers-4.43.4.ebuild
deleted file mode 100644
index afe16f800ffc..000000000000
--- a/sci-libs/transformers/transformers-4.43.4.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.19*[${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.44.2.ebuild b/sci-libs/transformers/transformers-4.44.2.ebuild
deleted file mode 100644
index afe16f800ffc..000000000000
--- a/sci-libs/transformers/transformers-4.44.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.19*[${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
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2024-10-12 20:24 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-28 15:38 [gentoo-commits] repo/gentoo:master commit in: sci-libs/transformers/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
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 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox