From bb50dae8d6e0d303d84cae3797c847f65022dc57 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 1 May 2025 17:28:11 +0500 Subject: [PATCH] dev-python/azure-storage-blob: drop 12.16.0 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/azure-storage-blob/Manifest | 1 - .../azure-storage-blob-12.16.0.ebuild | 42 ------------------- 2 files changed, 43 deletions(-) delete mode 100644 dev-python/azure-storage-blob/azure-storage-blob-12.16.0.ebuild diff --git a/dev-python/azure-storage-blob/Manifest b/dev-python/azure-storage-blob/Manifest index 5dbe281618..a0674395be 100644 --- a/dev-python/azure-storage-blob/Manifest +++ b/dev-python/azure-storage-blob/Manifest @@ -1,2 +1 @@ -DIST azure-storage-blob-12.16.0.zip 698521 BLAKE2B d976a3ce89620ca9b87aa76a6da0f63d7a85cf6e7573ed3b93833a6d273993b43c9b4edb42b8c6b32e7739d2f717eb81580d7144ab174469cdb7ac0e6cef3caf SHA512 18a7ff7b841a6c76680a5fef622b981b551b7106926b43cefb35b6e2a7e6288947e4e92e62e78f797890cab682d158382f8d90f432c27a05e7ed86d234383b40 DIST azure-storage-blob-12.17.0.zip 698725 BLAKE2B 4baed9738f55d693fa86fe79da36915f0c6f118c58e8a3f7a259a7d6f85abb27f0bc2696c0f7ff94b6ed6345f4a3d348fecabe4e99759f8ac830f0c8ec46a67e SHA512 fc146efa4853724a1c0b68a2f22bc5c04f91502cabcb135d717ece9c087eb729a5eb05b943f84fcb0dfd400cd8490fbb50235a128bb0e5457f8257f18d0c8032 diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.16.0.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.16.0.ebuild deleted file mode 100644 index 182eab2c48..0000000000 --- a/dev-python/azure-storage-blob/azure-storage-blob-12.16.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="Microsoft Azure Blob Storage Client Library for Python" -HOMEPAGE=" - https://pypi.org/project/azure-storage-blob/ - https://github.com/Azure/azure-sdk-for-python -" -SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" - -RDEPEND=" - >=dev-python/azure-core-1.24.2[${PYTHON_USEDEP}] -