Python Azure

This commit is contained in:
Gerben Jan Dijkman
2021-07-08 23:49:54 +02:00
parent fe9e6c94cf
commit 2fbf41d0ad
255 changed files with 3221 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST azure-storage-blob-2.1.0.tar.gz 83156 BLAKE2B c5f94afbf34f0cc213be46b774b881d8d5b2eedce26b1c1d402a345b5f56262728575201c2d9abda19e2c239168909e8780f797b3cd996fd0c493a6f427332ec SHA512 57242234011d4b48c48eaf40840a7127bc289770eff3dec1ec660ebe672f5c0b381d8dcde411b8602f827dd5e465f4a5c19bef025bf2abbbf601a39ee60984ed
EBUILD azure-storage-blob-2.1.0-r1.ebuild 628 BLAKE2B ba8577a35c4b48e5d8dd5882e301765ed9c9c9186caf63cbbe9bcdfa596c3871137830106baeea040c8178e8ac890d4c97276e4a54affcadea4c73b70986dc8e SHA512 dfe40080165a0ffa69406e3b7574fc202dc7c000c391dd12a16771a48cd066673781ba81269a32c69d06f7f6657fa677cfb79adfb58e1b7ccd5538d60b956886
MISC metadata.xml 353 BLAKE2B 51d980f7b1e0189a8f48caf2af460fc8a5178182fc7dde5c44829d48ed5ee9b0683618facd74fadcfd1d200d8c2c02a7b872f6760305d43ca9d1242bdf5dbb37 SHA512 7b81318fea44ab08afc9902d4c3e29b50b7028645eb095ded2306a10181ad0de71130c431f64e090c353ac761795da6f9f41dd61cb36d37c7b9fbff1cf91ddcd

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Azure client library that makes it easy to consume Azure Storage services"
HOMEPAGE="https://pypi.org/project/azure-storage-blob"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
LICENSE="MIT"
SLOT="0"
RDEPEND=">=dev-python/azure-common-1.1.24[${PYTHON_USEDEP}]
>=dev-python/azure-storage-common-2.1.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
!!dev-python/azure-storage
dev-python/setuptools[${PYTHON_USEDEP}]"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vincent.hardy@linuxunderground.be</email>
<name>Vincent Hardy</name>
</maintainer>
<upstream>
<remote-id type="pypi">azure-storage-blob</remote-id>
</upstream>
</pkgmetadata>