Python Azure
This commit is contained in:
3
dev-python/azure-mgmt-core/Manifest
Normal file
3
dev-python/azure-mgmt-core/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-mgmt-core-1.2.2.zip 46720 BLAKE2B 3879ebd3aad907f57edb256d48948348b56153441446356ea992975d5edd809ec730f6e2e48b1be9feb1c996aa3e31e84b9d3672778e28f8d9601e013178b7e6 SHA512 88b3299dc9b68cdda0903a7b29641622a8b9fb609e2dc220a9e637c227a0f98f6d1348276727d9dfc1c33608ccdc7c5e230bdf1b0a4acbeceb67c7d0443bc6f8
|
||||
EBUILD azure-mgmt-core-1.2.2.ebuild 508 BLAKE2B 56d24527dd2e5d0c52adff63299096d22ae90864178a36f96d564c7a22337d409959018b56f2f5823e6a140bcd677f1e01cfdbcc9995dcc2a676017701072fc5 SHA512 7f075ae1cdf35072fa9e93d444a1829733e9c0369db4a66da8c6c8167a6572033d9a4de23b005dd9f8f3756fe0b16ac26309c16a27e9aeb041077842d552802c
|
||||
MISC metadata.xml 350 BLAKE2B cf6ce3caebc7a147160baeff0d1ca8d9db66b3092ea9ef6111aec28aa82f8e8e5f3d97c5fe2474a6eba8aac88006ad1b66ba3ef4f9928ef8c44592db803798fc SHA512 86e14444d71ec03abc4080f89970589490443e5b26309cfddd4259ad166135d3ecaf46d34780e3629bb2d3da4a9915e2816508109ebcb432c0ccab348d517a6d
|
||||
21
dev-python/azure-mgmt-core/azure-mgmt-core-1.2.2.ebuild
Normal file
21
dev-python/azure-mgmt-core/azure-mgmt-core-1.2.2.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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 management core library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-mgmt-core"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/azure-core-1.9.0[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
11
dev-python/azure-mgmt-core/metadata.xml
Normal file
11
dev-python/azure-mgmt-core/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-core</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user