Python Azure
This commit is contained in:
3
dev-python/azure-core/Manifest
Normal file
3
dev-python/azure-core/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST azure-core-1.13.0.zip 243844 BLAKE2B 34b4bab23699c4dc3015a2aea9227200d6a29e553862e18dd671bd54c69101cdb16a08f5be13b877787da919e7f31bb0eba02ee02aa9fef27392ea76b0dec9d8 SHA512 b94f746a58b8316d828f61a60a98d73ba864d9ee250d46adcaa01ed1fec6d54ed61436a65853d9d2e28c9de22bc9a54c2454b437f5bc7d249a0365364533883b
|
||||
EBUILD azure-core-1.13.0.ebuild 445 BLAKE2B 0d7190bd7a080d9336d9d64af0760e4c63bb2997bb1bc3d5fb9dda2b138f527f05f492b96299f2310614304f15a860d59a3fdf85450eb73afd7225a726601057 SHA512 b769fdb91826561d614dfccda541dfce355cab2db7aa8bd79fcb696fc76b1e397c3d0eadeaf277b0ae659f3715c8660dda1aa34d693ef9c2de5f934f8f1fc645
|
||||
MISC metadata.xml 345 BLAKE2B 2f6200d213dbac401bf027f7725aa8383537b0d5175695efa459f26f7a2aeb3a99b937dc063dfc2aefe481e96abaddd93a172a0e7d81f2a564529eaff0634d90 SHA512 8e3ffe2d5c6a7f6975d9f567225a2f7ba7f77e8be0d756147a21fa5f62af99a728d43013c68cefb0ddf54cce04d890e26a2ead70313f62491f6a07053a263d02
|
||||
21
dev-python/azure-core/azure-core-1.13.0.ebuild
Normal file
21
dev-python/azure-core/azure-core-1.13.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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 core library for Python"
|
||||
HOMEPAGE="https://pypi.org/project/azure-core"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
11
dev-python/azure-core/metadata.xml
Normal file
11
dev-python/azure-core/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-core</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user