Python Azure
This commit is contained in:
3
dev-python/azure-keyvault/Manifest
Normal file
3
dev-python/azure-keyvault/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-keyvault-1.1.0.zip 363909 BLAKE2B 6f6af2df15f071260b0a868fa7181b831e7d0b776eb10d221975de886bd95a5dc227a03f725e7ee6fe5bb53330439c69624c30793563680f0f3d6667a2d32b7b SHA512 d0132a1db5491cf8b9d62ccac5c3213ee83e89d5715521acd15842b6fe26dbe577279036154e33275faba454aed42203c4a4d1d7dfc3cfffbcdcc1f55b250772
|
||||
EBUILD azure-keyvault-1.1.0-r3.ebuild 839 BLAKE2B dae693e0ad7b7c9ed00e09a6011fd9f1c0ca0d1d2a28edaf13e4ecd7ac8231aa921a1024bf660177f3f2ebc449524b048cb722be7147c10d8cadadf523f3d627 SHA512 643327daedb2ec99129a8fce919f500c780d9f093aa3c37cbaeb5b313ef22e8d0ec170c12d56511562623aca48a236b703f8a3ae911b744457999ae3929609b0
|
||||
MISC metadata.xml 268 BLAKE2B 720206b568d4dbdb18bd676847c3c2d1667f1c1306e8cdc852fa1526c65ac0d079d46cc1f5a62c326797ab3f55254a32a365f31341b1c8c236bc557fb42930d8 SHA512 0fb8eed57ca7950c62b4d265a644ef1c519cfdd5bd3c400b1171140a95472ced04b123300e1b051c5ed3e7de2901fc9fbefaafd4ff7c2c69804d68a882e90c7a
|
||||
34
dev-python/azure-keyvault/azure-keyvault-1.1.0-r3.ebuild
Normal file
34
dev-python/azure-keyvault/azure-keyvault-1.1.0-r3.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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 Key Vault Client Library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-keyvault"
|
||||
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}]"
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
python_export PYTHON_SITEDIR
|
||||
|
||||
# __init__.py are provided by net-misc/azure-cli
|
||||
rm "${ED}${PYTHON_SITEDIR}/azure/__init__.py" || die
|
||||
|
||||
# Avoid portage file collisions
|
||||
rm -r "${ED}${PYTHON_SITEDIR}/azure/__pycache__" || die
|
||||
}
|
||||
8
dev-python/azure-keyvault/metadata.xml
Normal file
8
dev-python/azure-keyvault/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user