Python Azure
This commit is contained in:
3
dev-python/azure-mgmt-devtestlabs/Manifest
Normal file
3
dev-python/azure-mgmt-devtestlabs/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-mgmt-devtestlabs-4.0.0.zip 149388 BLAKE2B 03ccd7fd2fbb9aa5038748a2ff07f67b6cd991560d5a6c85f82ef80f01eddbac272df1f72db04c70df999b0a853226873680af3df6e4e1b9fb3a1c432b215fb1 SHA512 8d144f3c0f57620848c73a0f80dc0341d284e4d4c1db7fb1fc32a8107dd08aadc281aad85f24403c81c7005d2cd5bb55f863b645c75e3bdb8828445c60d5c2ad
|
||||
EBUILD azure-mgmt-devtestlabs-4.0.0-r1.ebuild 583 BLAKE2B 4e5ed8e20f20f575ec0067a5bacac8492ecc78da9931e6ae3e37a4222e2c5bb5e9254dd66cff1d1a9b6793ed214d84f8238f7403c0e1246ffb75c50c66d8c619 SHA512 4e7dd6e32c7adf1ed2422067d3c2e3cdcd0236b37b9214d0dbd1f8cff2ca6550daad336e23950547d588497fdef263559001105999a5daa24d91af17af34f450
|
||||
MISC metadata.xml 357 BLAKE2B c92a9ad95f00486b4ee4079e3380c3bf94e960199ad6fddd1e89a1082e3e459df99ff98050316872cbceefc14a7e133315ff6f37f33cc90ca0c0eb088f0a25f2 SHA512 d267312d55eae8b523526f763cae2060ff556c873ea92f7f83cf9b903eaa3a611b2a14cad6108ce744e2c7b3a9d5d8f0e4c308bb873f2e4beaf27bf33a3259e6
|
||||
@@ -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 DevTest Labs Management Client Library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-mgmt-devtestlabs"
|
||||
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-devtestlabs/metadata.xml
Normal file
11
dev-python/azure-mgmt-devtestlabs/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-devtestlabs</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user