Python Azure
This commit is contained in:
3
dev-python/azure-mgmt-storage/Manifest
Normal file
3
dev-python/azure-mgmt-storage/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-mgmt-storage-17.0.0.zip 1288540 BLAKE2B 6d9748213516723fd0987dbdfa8855a1210caa686ebc68415f8bf5ee2376f905cc1ba56b5519b4f4b619ff8acb1018aae961e2529ac1e105e123ad840ffba289 SHA512 bb06aecf32f3c77370fd584f9ca3eff7cd5ccd9d7ec592b577922e26f9c2742fd6f67d30d0064c1ff34b12d3949c1eac7c6fc2ad6e0dee98ba8e832f668d00ff
|
||||
EBUILD azure-mgmt-storage-17.0.0.ebuild 583 BLAKE2B 210f1f6cc8af308273228239d30d95a563563f7d98bfba8a62751ab1de308e42f2c12758da80e4b64e96dc626bf9791d3b86fdb38932b0f2584ca3c2c4c9f2f7 SHA512 3cccccc7ed96c42ce1769b1debb25db36d81e0504b2c5c1ab62e809568e1934a13916d4c7b464108fa40c4207b104ef8e7f045f188315e6a33f2b12b34071962
|
||||
MISC metadata.xml 353 BLAKE2B ef8e563c9b995a3cfdc48be5f8feeded9384d4b5639666f32c6f3850d59f21ad752b0e89fd3751913f1f85459bfe4405143c23b701af7c5bcf81bf5e67c23ffe SHA512 cd16ec696fe7c0ed42f1615ad7eab6fa8becbc9269bc861737b6a8fc6aad9e631c832c7371872db0e955928b4a0e269d338c48678bcc10bb30102b166d4cde39
|
||||
@@ -0,0 +1,22 @@
|
||||
# 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 Resource Management Client Library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-mgmt-storage"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/msrestazure-0.6.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/azure-common-1.1.27[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
11
dev-python/azure-mgmt-storage/metadata.xml
Normal file
11
dev-python/azure-mgmt-storage/metadata.xml
Normal 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-mgmt-storage</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user