Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-storage-blob/
Date: Fri, 04 Nov 2022 14:38:55
Message-Id: 1667568553.e753220df20c164b34f07a000d35d95f4f26c01f.arthurzam@gentoo
1 commit: e753220df20c164b34f07a000d35d95f4f26c01f
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Nov 4 13:29:13 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 13:29:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e753220d
7
8 Revert "dev-python/azure-storage-blob: drop 12.14.1"
9
10 This reverts commit ecd08722ce3d556b8bf486d50b030fb4044148b9.
11
12 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
13
14 dev-python/azure-storage-blob/Manifest | 1 +
15 .../azure-storage-blob-12.14.1.ebuild | 41 ++++++++++++++++++++++
16 2 files changed, 42 insertions(+)
17
18 diff --git a/dev-python/azure-storage-blob/Manifest b/dev-python/azure-storage-blob/Manifest
19 index 662be0b5e..f704e52b9 100644
20 --- a/dev-python/azure-storage-blob/Manifest
21 +++ b/dev-python/azure-storage-blob/Manifest
22 @@ -1 +1,2 @@
23 +DIST azure-storage-blob-12.14.1.zip 692238 BLAKE2B cb9cc14f96815c4727ea766b39548e942930f60bca9029e23fda3333bd030650b2066ec1df350665b3ca523a7054f1e3f465b68fa064f9e635280838ec85713c SHA512 ea021ac853a397357f1fa83506e2663b694e4d46527d0f0e810e56cdf69dd7f4ee60f133f1ca71e5a5a8dcf90251ccb26c88fe740202557f5a5b84decd9d595b
24 DIST azure-storage-blob-12.8.1.zip 629903 BLAKE2B cf8d4fb8a52d370c11517019e3dc00349dc9e96f065665936db7089ff15e5ce969ea430e39cd39fdc5d62ee6570969bdd918fd7ab0cfcefdc860d7c4d9d62765 SHA512 0c760b48021e2607d0e7bb9dec7fef25d238542d0b150a0727bb58d8eab94a5d265c4bcb95d7087a113735a2f62c01f0f98711d4f320799f164ef53536e103e6
25
26 diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild
27 new file mode 100644
28 index 000000000..0dbe0f230
29 --- /dev/null
30 +++ b/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild
31 @@ -0,0 +1,41 @@
32 +# Copyright 2021-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..11} )
38 +DISTUTILS_USE_PEP517=setuptools
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Microsoft Azure Blob Storage Client Library for Python"
42 +HOMEPAGE="
43 + https://pypi.org/project/azure-storage-blob/
44 + https://github.com/Azure/azure-sdk-for-python
45 +"
46 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +RESTRICT="test"
52 +
53 +RDEPEND="
54 + >=dev-python/azure-core-1.24.2[${PYTHON_USEDEP}]
55 + <dev-python/azure-core-2.0.0[${PYTHON_USEDEP}]
56 + dev-python/cryptography[${PYTHON_USEDEP}]
57 + dev-python/msrest[${PYTHON_USEDEP}]
58 +"
59 +BDEPEND="app-arch/unzip"
60 +# TODO: package azure-sdk-tools (https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools)
61 +#BDEPEND="
62 +# app-arch/unzip
63 +# test? (
64 +# dev-python/aiohttp[${PYTHON_USEDEP}]
65 +# dev-python/azure-sdk-tools[${PYTHON_USEDEP}]
66 +# dev-python/requests[${PYTHON_USEDEP}]
67 +# )
68 +#"
69 +
70 +DOCS=( {CHANGELOG,README,migration_guide}.md )
71 +
72 +distutils_enable_tests pytest