Python Azure
This commit is contained in:
3
dev-python/adal/Manifest
Normal file
3
dev-python/adal/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST adal-1.2.7.tar.gz 35196 BLAKE2B fc329e145d168a08211975e0ea210e3f2d08ae9e6269f845d3371174a3e87061d9f431800831aa639f9a6380cbe230a8beec560ce2e5d6e5d96e8d124586ddb5 SHA512 b46dd3ebb72123e9c2d2eb75eae17b1175f09908b44430131251b0deb0f96f4f3646aa5c0553894c89e664d448ad90bf7436a0a48e18b6a2eff491dad3d8a8a8
|
||||
EBUILD adal-1.2.7.ebuild 617 BLAKE2B 7349cd5958181facf9b24b1e87412032651b32efa8a85648e7db4f388451d0614bf07f0117f5d68e0e110a83a298398527d056345d3de8cb8b8117082b64087b SHA512 b2802d6e7ae23f7af95468b62a04108252f14b32b54c7b04d385f307fd92a74f8fb57f6aae3b93002ea2692a363e6c2e7c44c70809a30466388322255b5f0a7d
|
||||
MISC metadata.xml 541 BLAKE2B 7ed9fa29b593167b65f310d5dbc931fb435f9d191e3b821775a9f8e19b70eb680ae9619f46c132c23e6d449c1508bac5acb00c3bfe053e882f5db8423d29c6d5 SHA512 7ea371d19fb98c67b2613abeceae930d28f498cb3d65cf68a7609dba3e1aa811105e24d32b2d0352e7585b7d232990177e58fc1b4285efe54587e0f75af52f47
|
||||
24
dev-python/adal/adal-1.2.7.ebuild
Normal file
24
dev-python/adal/adal-1.2.7.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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="ADAL Python library"
|
||||
HOMEPAGE="https://pypi.org/project/adal"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/cryptography-2.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
14
dev-python/adal/metadata.xml
Normal file
14
dev-python/adal/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">adal</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
The ADAL for Python library makes it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user