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-appconfiguration-1.0.1.zip 82632 BLAKE2B 41701bb056af953779564483db54e0fcac0dd71b7ce0bb077a2565caf0e6bb329fb13ddf7056cc04beeabedd87f009de2a4298c963c3a0c348e03e69fb004109 SHA512 c13190227008ccfacdf096baa6003bbc21f434cdb12d199aef9c969dc0a9eaabdc2170ba9e21b0d54cf8cd71a41b1d6f32d6bd50e7c4b23bb11aaf081c1ca021
EBUILD azure-mgmt-appconfiguration-1.0.1.ebuild 593 BLAKE2B f0b22383b75b7f617b95c0d80c3469c90ae16601da65f86393c4716cd24c3c4b12c37590a689159a49b1d07a3b3ce0f0ccf84ceaa05f91499e18f52e0dc8ef8f SHA512 7078854debf461f9bcd4d4965001ffa26f15b7f6f82305c9d84e4a328800c7394a5a7b42e8d99e07dbfb3876a4ac29ebfa61f1c96c4907a8a740db3b377d64c1
MISC metadata.xml 268 BLAKE2B 720206b568d4dbdb18bd676847c3c2d1667f1c1306e8cdc852fa1526c65ac0d079d46cc1f5a62c326797ab3f55254a32a365f31341b1c8c236bc557fb42930d8 SHA512 0fb8eed57ca7950c62b4d265a644ef1c519cfdd5bd3c400b1171140a95472ced04b123300e1b051c5ed3e7de2901fc9fbefaafd4ff7c2c69804d68a882e90c7a

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 App Configuration Management Client Library for Python"
HOMEPAGE="https://pypi.org/project/azure-mgmt-appconfiguration"
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,8 @@
<?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>
</pkgmetadata>