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-servicefabric-0.5.0.zip 99770 BLAKE2B 4162f17009639d48562c327b14ea713ce620d4c9e98f9ac58db428cc4f1497e2ad9b0223e0605a7ec6006dccbda2d3a909429b51c042c640f23d045e62b3cc88 SHA512 3d0438a9a46f96fddefd3d1439eca6dd18f5c485eefa07b95d0809e9b0cf6b1cefb9b8a637da7167f1178df49ac506d2fcce2071311f0de46b4ec1dc26d95bbe
EBUILD azure-mgmt-servicefabric-0.5.0-r1.ebuild 587 BLAKE2B 84451ece818394f631336526c3de2d4138457d9c4e00b1cbeade8f4514c514ef59a3815f08ffa397c76764ad397cd1c997751c074131372887b0fbf8c98d9994 SHA512 ca8f8516489a9a61e90a0296300c160a0dedb143f8737273cf8863d645431e1795a6d2a68c9858988ec3f3ac8dc90a9ba417262ed5391c80209ecb5bb318a460
MISC metadata.xml 359 BLAKE2B 23f7904ae0a5c23d36ff145cbb993fe18fbf2015b895d8d401ec5bd483ff5a90f154b2d23a9e7792d9e16e82a97b68223a7a9deb403bd37fcc7d3cf582182842 SHA512 ad5956f949c0c8b9a214ada631dc00b883ad441791a83dc28904c7cf141185636962cda2ca46dddac616022294c7f57bca6d6cc8369485c3b618830a83f2e41b

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 Service Fabric Management Client Library for Python"
HOMEPAGE="https://pypi.org/project/azure-mgmt-servicefabric"
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-servicefabric</remote-id>
</upstream>
</pkgmetadata>