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-media-3.1.0.zip 167328 BLAKE2B fd4a96e1ba43ff9b4391eec1815cbe158dbf065872d0d72a28c64260493b08e8c9624431c80851d7886deb3c188937181fa103255f225fa8d2f61c165ad68de7 SHA512 d9fc761607668b110b5fcd68d9252e35d0a944a8b4a7fa4d5f4672cd62c989628525938698c48142159e88cada2be1d86afb33e4978014704438126c56fbe4ff
EBUILD azure-mgmt-media-3.1.0.ebuild 557 BLAKE2B ad699f2531de40239d33cc27fef729ee04d07936d2f401e12f757890016c1513b53289772600eb98aa1fccca8f07d5d93ce7141e2dec3d34938800fdb4659c13 SHA512 2688ea6be8b28edc64b630cc3e82bbebfa0f210baac5b70746916710b4ce05c4cfd8ee99f518e0be9c9474ff1031f63fa7d4bb06986464a0943efb7f973eb6a9
MISC metadata.xml 351 BLAKE2B 45698bd893f77918f66bc22ecd407baea16799330784b925d769403a427db0654ba711ad2026bb80217616f54996c2fe897b5f2c731dffe20013fad5deb22615 SHA512 9794a08fab01987e3a94757aff2c6f21e3f4db18ecb5570c8ab3d17c935d31262062577949e929c40d6c6221420644a508b373671da2afb38345451cbb772b45

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 Media Services Client Library"
HOMEPAGE="https://pypi.org/project/azure-mgmt-media"
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-media</remote-id>
</upstream>
</pkgmetadata>