Python Azure
This commit is contained in:
3
dev-python/azure-mgmt-compute/Manifest
Normal file
3
dev-python/azure-mgmt-compute/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-mgmt-compute-20.0.0.zip 3777761 BLAKE2B 349f83b75092046d526743c2b2f6242a48dcb38cf3f51c937ee4074da19641b73476facbd3aaa5952e65eee5ce37fc178ae19ced325f3badcbd0c82d6b06c994 SHA512 88dd853a8bf8dc0ee0a57f2616dfe88e008572d99611e092738b68dcd34463433f5521bcc48ac7a298cc56790c8b9952f1c627db44c596e4a3046f098e5ffcc2
|
||||
EBUILD azure-mgmt-compute-20.0.0.ebuild 583 BLAKE2B f463331b699baf4d1b87ace6dfc563cc1662476c52895c7572be6f0709816e7ab7aae2e2a75eaa410bc576516f68b1a46dda03d2f3be2a8d04aef76bc58fd863 SHA512 ce9e25bfb75166bdff4cff94720b47d3c1413ddefd7e6a9a11827308fda29f1515f340cd17453a40077451b31c519f6abc8242d23ba6a8add2eaf1f41789ed40
|
||||
MISC metadata.xml 353 BLAKE2B c5b799a49cfdab97c66c1c8d7c82e516c8dbe174244addf24f1936fcea0948c334bb8b77a59425f841409a1b13f0ed001d012cf636e57501b56c660db59c09f4 SHA512 f35693ec5a4d320169487474d868a3201d49ce6decf2b438484d76d1859adf5f12d4370355837e7625c85707ea15938ff7d34dcf9598db8a2c5d25e746f3575e
|
||||
@@ -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 Compute Resource Management Client Library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-mgmt-compute"
|
||||
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-compute/metadata.xml
Normal file
11
dev-python/azure-mgmt-compute/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-compute</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user