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-batch-9.0.0.zip 131347 BLAKE2B 4e44c3b99962ec175c8eb3a03ff17e6929600fba5dedfa48ebd0d6dbbb0a6c97b50a760ff25dc3f5d7539f569462c8ed1e1260334579ebb98685ab98b86213b9 SHA512 1533148c6a60594e45db0006072daeda436cb393e417a73cd56c8e74953488df3d327bd497591f8e6a381c668036035f6b16f6983e92e68cc69e168ebef4181f
EBUILD azure-mgmt-batch-9.0.0-r1.ebuild 570 BLAKE2B 4f2fac218e3787794a5f2c08c62248862ef5a0b89b18125e2d8015bd9594cb49ce9861e5461d3dd9d36a218d66e1783b86cdeeff9a38f2790359b0d0d71ab351 SHA512 ec310a75d65de163a66c9d9940788fc5268aed2147784e3e8dcf8b799e6c412a8d924b07bbf16a72cf8b329eb29a1a89ad44d3b4ca7ea8c11af0faf6e3301aa8
MISC metadata.xml 351 BLAKE2B 9ecde71be920e1d2986e56ddb3c1784701cf86cba3e876e6379d1dca49d8910fbbe95a5934edddd6c25801c0671795bbbb8a799e7233dd77136561ebcb43934f SHA512 e9fd7296c2bf22d185bb38c2d91494095c1914cae4882e5ad8c1b26c768ad80a82490826fd7f37a78541b6dea0208da19fe2cc6a3178c18e7c46ad03ec0a5ba2

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