From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4206158020 for ; Fri, 4 Nov 2022 13:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFBB0E07B3; Fri, 4 Nov 2022 13:31:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C37F6E07B3 for ; Fri, 4 Nov 2022 13:31:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92C0234095A for ; Fri, 4 Nov 2022 13:31:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3DC8523 for ; Fri, 4 Nov 2022 13:31:35 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1667568553.e753220df20c164b34f07a000d35d95f4f26c01f.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/azure-storage-blob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/azure-storage-blob/Manifest dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild X-VCS-Directories: dev-python/azure-storage-blob/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e753220df20c164b34f07a000d35d95f4f26c01f X-VCS-Branch: dev Date: Fri, 4 Nov 2022 13:31:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6ba50d0-5fec-4416-9310-7c90f9805b42 X-Archives-Hash: ddeaf48dbe9286304ceeb50debaa8804 commit: e753220df20c164b34f07a000d35d95f4f26c01f Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Nov 4 13:29:13 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Nov 4 13:29:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e753220d Revert "dev-python/azure-storage-blob: drop 12.14.1" This reverts commit ecd08722ce3d556b8bf486d50b030fb4044148b9. Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/azure-storage-blob/Manifest | 1 + .../azure-storage-blob-12.14.1.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-python/azure-storage-blob/Manifest b/dev-python/azure-storage-blob/Manifest index 662be0b5e..f704e52b9 100644 --- a/dev-python/azure-storage-blob/Manifest +++ b/dev-python/azure-storage-blob/Manifest @@ -1 +1,2 @@ +DIST azure-storage-blob-12.14.1.zip 692238 BLAKE2B cb9cc14f96815c4727ea766b39548e942930f60bca9029e23fda3333bd030650b2066ec1df350665b3ca523a7054f1e3f465b68fa064f9e635280838ec85713c SHA512 ea021ac853a397357f1fa83506e2663b694e4d46527d0f0e810e56cdf69dd7f4ee60f133f1ca71e5a5a8dcf90251ccb26c88fe740202557f5a5b84decd9d595b DIST azure-storage-blob-12.8.1.zip 629903 BLAKE2B cf8d4fb8a52d370c11517019e3dc00349dc9e96f065665936db7089ff15e5ce969ea430e39cd39fdc5d62ee6570969bdd918fd7ab0cfcefdc860d7c4d9d62765 SHA512 0c760b48021e2607d0e7bb9dec7fef25d238542d0b150a0727bb58d8eab94a5d265c4bcb95d7087a113735a2f62c01f0f98711d4f320799f164ef53536e103e6 diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild new file mode 100644 index 000000000..0dbe0f230 --- /dev/null +++ b/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +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="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="test" + +RDEPEND=" + >=dev-python/azure-core-1.24.2[${PYTHON_USEDEP}] +