diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-12-31 11:50:12 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-12-31 11:50:27 +0100 |
commit | da31896e881f837d8498a20f31efb7029a8e480c (patch) | |
tree | 782ed7ab5dfe26478db65c1b91a03f84eadf313c /sci-libs/transformers | |
parent | package.mask: Last rite app-admin/newsyslog (diff) | |
download | gentoo-da31896e881f837d8498a20f31efb7029a8e480c.tar.gz gentoo-da31896e881f837d8498a20f31efb7029a8e480c.tar.bz2 gentoo-da31896e881f837d8498a20f31efb7029a8e480c.zip |
sci-libs/transformers: drop 4.29.2, 4.31.0, 4.33.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/transformers')
-rw-r--r-- | sci-libs/transformers/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/transformers/transformers-4.29.2.ebuild | 35 | ||||
-rw-r--r-- | sci-libs/transformers/transformers-4.31.0.ebuild | 36 | ||||
-rw-r--r-- | sci-libs/transformers/transformers-4.33.3.ebuild | 36 |
4 files changed, 0 insertions, 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 |