Python Azure

This commit is contained in:
Gerben Jan Dijkman
2021-07-08 23:55:07 +02:00
parent eccf7e3e78
commit 83357f9877
59 changed files with 827 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST msrestazure-0.6.4.tar.gz 47724 BLAKE2B bdeafda9f057501e264fd060af17284e28723befb17e0cf7cd9a4eac75d5f322060b5fbaaf4b1cfe09c94ef8eb2d402d8248a210b34252dd5d704989130447d2 SHA512 a3a652a47b5a08a72fb07882286ac20a209afcb18be1159e7036dab255ba056ec05c444275c505ee9055f948109b3027bc0ca468abf8b9e41a7edf56c35d2de2
EBUILD msrestazure-0.6.4-r1.ebuild 568 BLAKE2B 83d3cf6f1474db21aedc044feb0d55765e99214231e39d012b10d29c1e1a448f89728ac056a989de94ed597365c0246e6dde07450b905d150c69d90f5c6f181e SHA512 2bc4981f17a79842c3d931b52ba8683a6c9568fd05ee957c85518c801ec5e61f148add822115763fe0bd769b63b57f7d98c2f879fc3e208f57fdc2e3d8e80c91
MISC metadata.xml 346 BLAKE2B d6aeaa873c7343af79ce0e266190b09e3797ad7630f9687c950c30edaa3e362ae57f0419abd528611d12abd0b698bc3d5258e8c2b8222064c9af27b9fb76cab8 SHA512 d050e7d7167d85d5b937d7ad00caf7a4579b570116c7890d568005e6863eb930600f9cbb9354f55f5799b93d52179886f8a062f2fa4f828483653d032c794093

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">msrestazure</remote-id>
</upstream>
</pkgmetadata>

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="AutoRest swagger generator Python client runtime. Azure-specific module"
HOMEPAGE="https://pypi.org/project/msrestazure"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
LICENSE="MIT"
SLOT="0"
RDEPEND=">=dev-python/adal-1.2.7[${PYTHON_USEDEP}]
>=dev-python/msrest-0.6.21[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"