Python Azure
This commit is contained in:
3
dev-python/azure-synapse-artifacts/Manifest
Normal file
3
dev-python/azure-synapse-artifacts/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-synapse-artifacts-0.5.0.zip 433389 BLAKE2B 8f9aab69da2bf2f126b4447b0488b1ee484d0e8dc2c2f15943773c0620db657302058e0f162f67e168fd5082b5f66d5673f0762c8f043a3e5de76188098deaf1 SHA512 2856fa3c38269d74e004395cf566045e316c2ccc5584b734562381a05a53a64334c74dcbf0781251506a178356758ab9074a9ac8ad98d7f4c67747684179cba3
|
||||
EBUILD azure-synapse-artifacts-0.5.0.ebuild 613 BLAKE2B 88225d397a18a87a17915246c2579ce4d07f8c148ffb93d90c989168002ab9b2ee75e32efdadb049583133ed34543eb46476511aa293e114e063721b060ef525 SHA512 7ef353359e6b9354d26f41cb253ab7b5783812f953ce54ba6ac73df3a01670d47f619328f1fd920e88a05b38c4c066783bab90a0b3b2f4e0a6fdcbb1f8e9ccbb
|
||||
MISC metadata.xml 358 BLAKE2B 3d9eda15d6b55e1df0f7b80f84f3f9f837eb00aa607c49909be0edab46cce722707f13dfe1bb31c40d2d67186446196239fcbb04a66ff430c8e0fbc4bab4c18e SHA512 814803b05030a0a049675f5059cb85b83110fe3f9db394d1009e77bd79b5e0580fdf8180839152915685e20a509a5713f89e5f82e7ef69ac600104b345b82d28
|
||||
@@ -0,0 +1,23 @@
|
||||
# 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="Azure synapse artifacts client library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-synapse-artifacts"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/msrest-0.6.19[${PYTHON_USEDEP}]
|
||||
>=dev-python/azure-core-1.8.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/azure-common-1.1.27[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
11
dev-python/azure-synapse-artifacts/metadata.xml
Normal file
11
dev-python/azure-synapse-artifacts/metadata.xml
Normal 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-synapse-artifacts</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user