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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 505C91382C5 for ; Thu, 18 Feb 2021 11:36:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 934BDE07F1; Thu, 18 Feb 2021 11:36:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EBEAE07F1 for ; Thu, 18 Feb 2021 11:36:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 056CE340A6A for ; Thu, 18 Feb 2021 11:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 643724E4 for ; Thu, 18 Feb 2021 11:36:02 +0000 (UTC) From: "Simon van der Maas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Simon van der Maas" Message-ID: <1613648154.4556c063bfc9d66dd00bd63e0269b520a932b306.svdm-gentoo@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.7.1.ebuild dev-python/azure-storage-blob/metadata.xml X-VCS-Directories: dev-python/azure-storage-blob/ X-VCS-Committer: svdm-gentoo X-VCS-Committer-Name: Simon van der Maas X-VCS-Revision: 4556c063bfc9d66dd00bd63e0269b520a932b306 X-VCS-Branch: dev Date: Thu, 18 Feb 2021 11:36:02 +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: 4438b9c0-8d9e-4865-87db-7512cd78507e X-Archives-Hash: 30efb6cffdda2f4cb61e3feae77f67c4 commit: 4556c063bfc9d66dd00bd63e0269b520a932b306 Author: Simon van der Maas protonmail com> AuthorDate: Thu Feb 18 11:35:02 2021 +0000 Commit: Simon van der Maas protonmail com> CommitDate: Thu Feb 18 11:35:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4556c063 dev-python/azure-storage-blob: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas protonmail.com> dev-python/azure-storage-blob/Manifest | 1 + .../azure-storage-blob/azure-storage-blob-12.7.1.ebuild | 15 +++++++++++++++ dev-python/azure-storage-blob/metadata.xml | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/dev-python/azure-storage-blob/Manifest b/dev-python/azure-storage-blob/Manifest new file mode 100644 index 00000000..52f82543 --- /dev/null +++ b/dev-python/azure-storage-blob/Manifest @@ -0,0 +1 @@ +DIST azure-storage-blob-12.7.1.zip 607272 BLAKE2B 8880f409ec0c32ec1851879c2c480e76658a89105757f7c3269e638edd14146264f8a3af0da3b3d9123ecdd8c94cbe7e83d9b05557a50a82ae05f21fe19583a0 SHA512 741e1cd0eee4066803f0f67467a80de5b63c5456a1b83ab034be31a583ac7b3d2ec4b5a88dc4971c2c21584c69e95b5cb788a05db86ae6d8ba1671a378d907f1 diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild new file mode 100644 index 00000000..a9a02351 --- /dev/null +++ b/dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Microsoft Azure Blob Storage Client Library for Python" +HOMEPAGE="https://pypi.org/project/azure-storage-blob/" +SRC_URI="https://files.pythonhosted.org/packages/62/c5/2ded1eafb82fe093c9f18db071755288cd646ed02bc87abd160d4b2c23ae/${P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-python/azure-storage-blob/metadata.xml b/dev-python/azure-storage-blob/metadata.xml new file mode 100644 index 00000000..ad8cead2 --- /dev/null +++ b/dev-python/azure-storage-blob/metadata.xml @@ -0,0 +1,8 @@ + + + + + svdm-gentoo@protonmail.com + Simon van der Maas + +