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:54
Message-Id: 1667568569.4db7320611b70a8330f83d3a4b0ca1d406404df2.arthurzam@gentoo
1 commit: 4db7320611b70a8330f83d3a4b0ca1d406404df2
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Nov 4 13:29:29 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 13:29:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4db73206
7
8 dev-python/azure-storage-blob: drop 12.8.1
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/azure-storage-blob/Manifest | 1 -
13 .../azure-storage-blob/azure-storage-blob-12.8.1.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/dev-python/azure-storage-blob/Manifest b/dev-python/azure-storage-blob/Manifest
17 index f704e52b9..e6e8eef57 100644
18 --- a/dev-python/azure-storage-blob/Manifest
19 +++ b/dev-python/azure-storage-blob/Manifest
20 @@ -1,2 +1 @@
21 DIST azure-storage-blob-12.14.1.zip 692238 BLAKE2B cb9cc14f96815c4727ea766b39548e942930f60bca9029e23fda3333bd030650b2066ec1df350665b3ca523a7054f1e3f465b68fa064f9e635280838ec85713c SHA512 ea021ac853a397357f1fa83506e2663b694e4d46527d0f0e810e56cdf69dd7f4ee60f133f1ca71e5a5a8dcf90251ccb26c88fe740202557f5a5b84decd9d595b
22 -DIST azure-storage-blob-12.8.1.zip 629903 BLAKE2B cf8d4fb8a52d370c11517019e3dc00349dc9e96f065665936db7089ff15e5ce969ea430e39cd39fdc5d62ee6570969bdd918fd7ab0cfcefdc860d7c4d9d62765 SHA512 0c760b48021e2607d0e7bb9dec7fef25d238542d0b150a0727bb58d8eab94a5d265c4bcb95d7087a113735a2f62c01f0f98711d4f320799f164ef53536e103e6
23
24 diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.8.1.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.8.1.ebuild
25 deleted file mode 100644
26 index ed47fc843..000000000
27 --- a/dev-python/azure-storage-blob/azure-storage-blob-12.8.1.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8,9} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Microsoft Azure Blob Storage Client Library for Python"
39 -HOMEPAGE="https://pypi.org/project/azure-storage-blob/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -
46 -BDEPEND="app-arch/unzip"