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-imagebuilder-0.4.0.zip 41756 BLAKE2B 60e6bbe65edcdd6551a637556ebedc995ff91af74b0415bb809239f01764c2523e5d10f103203e95db9c9f907284fb31de963a6e5c67e63ae68fc621533f989b SHA512 fab8b164f7405cea2216879b5d5419004c5d88693500c43823a220c2a25758dc2dcd253eb17fc324873943aee9e06fd3673f5f12f9cd1eb6e454c08912dd53b1
EBUILD azure-mgmt-imagebuilder-0.4.0-r1.ebuild 574 BLAKE2B d0292e95f135058de88d2024ff93029814d3764faa5d221b40c7477fc6c0644a4631f756e90f3ed4cbfd9509c786e651b7cef2494f5b8f555c819f60a4abb065 SHA512 dd9f6dde53c483d07b764072e6787eafa853da6c1a231cbca2fd18e51100e6ad3485ba118f20cd7e4be2d3eb6e49e96c903398f6b82eb29f5d4efffcb6b66c79
MISC metadata.xml 358 BLAKE2B 3ba55ed2df32cb40a7518ec1318601063d968d492aeb555282c5f0505482b4da4e2801e914546e13d85771990480034623a9796a7860d8ffdf6b9c1f53700899 SHA512 a67329f887a5dc1af6c5967396e712d4e877158976d085ce3f25c5c9d08e054f45ca31fd17a7c56e6965351e49a1d11ef12232415788c3d7f1583e18a46a251c

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 image builder client library for Python"
HOMEPAGE="https://pypi.org/project/azure-mgmt-imagebuilder"
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-imagebuilder</remote-id>
</upstream>
</pkgmetadata>