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-mgmt-iotcentral-4.1.0.zip 29683 BLAKE2B 6f4b862eb5343d32bb0deb12f4aceb6aaed988e69fd174770bb1a15c502c41628971f3be0a62b5cc9bb7cd248b8e6d107677a9c735ee770f4ea491a08d96142e SHA512 523571a91b831f404cd68483ff4a1becdc9149d190412d50d6bd528dd64b73a3101ff09f7fb194c490b500960890b9be913ae89990843d65052b636ed5471e05
EBUILD azure-mgmt-iotcentral-4.1.0.ebuild 569 BLAKE2B 5e09628fb9c0aceaf56bc6b07086ce3ea9750d5459775f069c66e752f0d70361be551fabc6ff2007075b1bc430ded7a22e34dd5ff5ed851e490209289b7a2908 SHA512 e0cbd9b24cbc1b8794e52b5496dcc0fe1826e00f2c59cea508240107ee4e2d619def42cbdf48259e865589c2a4004b55c9e1f8f247ea148efe6dcffd21aad433
MISC metadata.xml 356 BLAKE2B 9299d475ac8244712bc8b4325418421958515d3199cb5ace987d54be149ef3be9a8b096ca0e3cd7d683531b2bcb053f2190603106bed0554c9264d8d3ffb12d6 SHA512 64141317802e66cfae78d26c54a4b7825aea43f86faaea2c43547a312b8762b6625c81ae21c41d7fbba9c8d2c6258360defbbd67f34a20211ac82db056e6797b

View File

@@ -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 IoTCentral management client library"
HOMEPAGE="https://pypi.org/project/azure-mgmt-iotcentral"
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}]"

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-mgmt-iotcentral</remote-id>
</upstream>
</pkgmetadata>