commit: 4556c063bfc9d66dd00bd63e0269b520a932b306
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Thu Feb 18 11:35:02 2021 +0000
Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> 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 <svdm-gentoo <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Simon van der Maas</name>
+ </maintainer>
+</pkgmetadata>