Python Azure
This commit is contained in:
3
dev-python/azure-mgmt-databoxedge/Manifest
Normal file
3
dev-python/azure-mgmt-databoxedge/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-mgmt-databoxedge-0.2.0.zip 347617 BLAKE2B bbbe056239542212c0e9756286d492e45a66f5352259ce897654c5f5a32f50c09aee66a1da5e5ca5bde3b8c02bec619e173a23c6ebee45107f2c84a42f2acdd6 SHA512 d825ef388f5abb4b56c3a1a5dfb08fd41589016e55c93d15056f14d38fea7384c2f7803bba6926e19f3844903c5ec89ef705f165ae14e243cbd6495d3f81bce5
|
||||
EBUILD azure-mgmt-databoxedge-0.2.0.ebuild 576 BLAKE2B 42ae080f8719a0dbbae832c6f21c58ff24835a59f6658f98e1349875dea0444109aeab7db037983cfc6673efcf58e81e9d4372d7dde1ac5a609156925a748fe2 SHA512 b19bcd208d0ad637635b495bf4e9a2894c3f339b6db67dec8d568f7cad2ccddd8467565679815b2f4fedc99fd3640b62d6523dcd94c7252a5ab1544f3a84a6d4
|
||||
MISC metadata.xml 357 BLAKE2B 779c076cbebd55d8ececab7d945649c34427148dfaee76a9596bd6bb61258f78a8c7f339d0c914b4832d348bc09898cb8d391d08291e9f3e49a31476e2b61e4e SHA512 536bc3bf00035632aefae4150efe40f2b3e9b21b8d65cfba983518c21ff925dddb6f973d6aeb5fcaa28dcc25280590457e3795f7966c1cc6f25c9ac01e4b332d
|
||||
@@ -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 RDBMS Management Client Library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-mgmt-databoxedge"
|
||||
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-databoxedge/metadata.xml
Normal file
11
dev-python/azure-mgmt-databoxedge/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-databoxedge</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user