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-multiapi-storage-0.6.2.tar.gz 3362399 BLAKE2B 3586659aacc11aa2d5150485e8596cd8aea4c6111faa32a97cee5034af61bf96ecda74afc9df6207646337682f8cea2083f01dd682069196add8bc9c8d78659a SHA512 e4ff869ce75b94a55bce32b8bc4ae09103dd49427ce82b1147b50b87e344b928e38d131b4985caa33c8fcac56a78579f9b64427402825b9d3fb337721476432e
EBUILD azure-multiapi-storage-0.6.2.ebuild 718 BLAKE2B b14550e6c7920c91351d5f7c76b9720c53c8a2d941ee6347c6d48a545588e55a756ada8e5a1c7fe8bb7e1bbe3e8fd2825f1c1874bc9250ad792df5e5070c5821 SHA512 9e456dff754130999813b6e9dd5e17abc2c48939e89884cbbd89925018ca5fe20020d5ea5511831374200e66d559ed34f8605b57402eebda0b4941dcfe09c2d1
MISC metadata.xml 357 BLAKE2B f57394b0add52649a796bfd32a78c7dff79da58fe35883489610a478caf3b51a7b8287e61627df0b32f1218fd1b32e09b587bc57eb3d6d19974e5b71a920aff9 SHA512 f976c981f310b84e9d65756b5a2cb4b9534f69ea5f9f321b01a7d479d46405a884289f0fd19d2653c1ad047f617156a805abcc64eeef1acc17a6686f55f3711a

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Microsoft Azure Storage Client Library for Python"
HOMEPAGE="https://pypi.org/project/azure-multiapi-storage"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
LICENSE="MIT"
SLOT="0"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/azure-storage-common-2.1.0[${PYTHON_USEDEP}]
>=dev-python/azure-core-1.13.0[${PYTHON_USEDEP}]
>=dev-python/azure-common-1.1.27[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
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-multiapi-storage</remote-id>
</upstream>
</pkgmetadata>