Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
Date: Mon, 16 May 2022 13:30:58
Message-Id: 1652707682.0b57e8bb6b3cd01e241fac059e83b5e85c936a1e.mgorny@gentoo
1 commit: 0b57e8bb6b3cd01e241fac059e83b5e85c936a1e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b57e8bb
7
8 dev-python/simplekml: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/simplekml/Manifest | 1 -
13 dev-python/simplekml/simplekml-1.3.5.ebuild | 15 ---------------
14 2 files changed, 16 deletions(-)
15
16 diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest
17 index 6cb1aa8df4cd..4b868fbd21ae 100644
18 --- a/dev-python/simplekml/Manifest
19 +++ b/dev-python/simplekml/Manifest
20 @@ -1,2 +1 @@
21 -DIST simplekml-1.3.5.tar.gz 39069 BLAKE2B 3aceacc028618e553cd7c9a9d7d4b9a9223c8942816c193a68e6e6b8ead41b68d6a55a89ae4811ff0eb5d5f167605e8e58686384b5981735569d6db34a1259b9 SHA512 5f9c57b953fa27f533905536c4abfc580098e912d937cdce543ae55fb8da22f31ed84a35a0a0526cfb208c050fb407445ee81ad8cbe4ec823c8d896179446182
22 DIST simplekml-1.3.6.tar.gz 52999 BLAKE2B 6838a82c4459e7d223078dd668814c739e043a1201903f1103dfdb1763e7c8f90e45b9404ba91720683ebeac42597d4a764c92a40a1645bd6c9caeecb003c25e SHA512 0b589559141571f62936ac981c3970e64046169bd5444e1409594dcaf3245c674dfcaa35e607e9870b63b3eb806e5c7cd7a4600924dbb0680a03ff458e58bdef
23
24 diff --git a/dev-python/simplekml/simplekml-1.3.5.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild
25 deleted file mode 100644
26 index 83fa66411c64..000000000000
27 --- a/dev-python/simplekml/simplekml-1.3.5.ebuild
28 +++ /dev/null
29 @@ -1,15 +0,0 @@
30 -# Copyright 2019-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="enables you to generate KML with as little effort as possible"
39 -HOMEPAGE="https://pypi.org/project/simplekml/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="LGPL-3+"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"