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-privatedns-0.1.0.zip 49776 BLAKE2B 2fe4732f19df49ac61adb227ca07fb5f72095046d8d8a00643527f28de4d21a1f464311c98b526bb0e98a4755123c78ac34b4b186b8beaa2869d0f3c03f5e454 SHA512 776c4ef8db92a9562f7331a7258fbb2bbb3734d9dce616f573299e5ea80c18a325c8960cdffcae9332f952f8ed3944fa6e9a4c9c4814799f0d7d64ae740a8964
EBUILD azure-mgmt-privatedns-0.1.0-r2.ebuild 576 BLAKE2B ab1ad034adb766865648f5f4281f6aad8887041c8e34744f4ff8b73073ae7bbe6e298cf53f217290a58c2c56957ab4af9896d375002bb4954b86ac816b594364 SHA512 26ff0a2650473504fca791e737859523ea1f2ee7cc2dad5b15665a6c9975996c59c3be8ed542c5019ff08e9006218a45179fa23f8f499381c7da14498c833ff3
MISC metadata.xml 356 BLAKE2B a73718decf498ed6cca6ac1decaafa2b879d194d040b1cb3ccd4f35540c975186cc98fd9b77aa4eb7d2b919d194db32c53ae198f62e445dd66643fb39037c0f2 SHA512 4641ae679a96f43390d6c47a4d4926bc708037391f473b513522445a0a264d9f4d48ad5324082e0c60c97649678ba0299150fcdf70d3ea455da5aebf6783f67c

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