From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FB26158090 for ; Mon, 16 May 2022 13:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BBD2E0A03; Mon, 16 May 2022 13:30:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E52FE0A03 for ; Mon, 16 May 2022 13:30:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 555B134160E for ; Mon, 16 May 2022 13:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2AB5DC for ; Mon, 16 May 2022 13:30:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1652707682.0b57e8bb6b3cd01e241fac059e83b5e85c936a1e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplekml/Manifest dev-python/simplekml/simplekml-1.3.5.ebuild X-VCS-Directories: dev-python/simplekml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b57e8bb6b3cd01e241fac059e83b5e85c936a1e X-VCS-Branch: master Date: Mon, 16 May 2022 13:30:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b66ce09-9f51-490f-a598-0265b3f7d695 X-Archives-Hash: bd54abb9f62f38b2c78e49cb60c79db6 commit: 0b57e8bb6b3cd01e241fac059e83b5e85c936a1e Author: Michał Górny gentoo org> AuthorDate: Mon May 16 13:28:02 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 16 13:28:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b57e8bb dev-python/simplekml: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/simplekml/Manifest | 1 - dev-python/simplekml/simplekml-1.3.5.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest index 6cb1aa8df4cd..4b868fbd21ae 100644 --- a/dev-python/simplekml/Manifest +++ b/dev-python/simplekml/Manifest @@ -1,2 +1 @@ -DIST simplekml-1.3.5.tar.gz 39069 BLAKE2B 3aceacc028618e553cd7c9a9d7d4b9a9223c8942816c193a68e6e6b8ead41b68d6a55a89ae4811ff0eb5d5f167605e8e58686384b5981735569d6db34a1259b9 SHA512 5f9c57b953fa27f533905536c4abfc580098e912d937cdce543ae55fb8da22f31ed84a35a0a0526cfb208c050fb407445ee81ad8cbe4ec823c8d896179446182 DIST simplekml-1.3.6.tar.gz 52999 BLAKE2B 6838a82c4459e7d223078dd668814c739e043a1201903f1103dfdb1763e7c8f90e45b9404ba91720683ebeac42597d4a764c92a40a1645bd6c9caeecb003c25e SHA512 0b589559141571f62936ac981c3970e64046169bd5444e1409594dcaf3245c674dfcaa35e607e9870b63b3eb806e5c7cd7a4600924dbb0680a03ff458e58bdef diff --git a/dev-python/simplekml/simplekml-1.3.5.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild deleted file mode 100644 index 83fa66411c64..000000000000 --- a/dev-python/simplekml/simplekml-1.3.5.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="enables you to generate KML with as little effort as possible" -HOMEPAGE="https://pypi.org/project/simplekml/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86"