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 94367158090 for ; Tue, 10 May 2022 02:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A802E0828; Tue, 10 May 2022 02:25:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AB61E0828 for ; Tue, 10 May 2022 02:25:32 +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 29E793410AC for ; Tue, 10 May 2022 02:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F601458 for ; Tue, 10 May 2022 02:25:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652149521.f6f518d376132646e7904944857949834626000a.sam@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.6.ebuild X-VCS-Directories: dev-python/simplekml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6f518d376132646e7904944857949834626000a X-VCS-Branch: master Date: Tue, 10 May 2022 02:25:28 +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: 16faad48-31dd-4516-ba8e-e6ebd1474275 X-Archives-Hash: e44447654ceb1c2a11fd58f03d8024d5 commit: f6f518d376132646e7904944857949834626000a Author: Sam James gentoo org> AuthorDate: Tue May 10 02:20:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 10 02:25:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f518d3 dev-python/simplekml: add 1.3.6 Signed-off-by: Sam James gentoo.org> dev-python/simplekml/Manifest | 1 + dev-python/simplekml/simplekml-1.3.6.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest index ba3601989050..6cb1aa8df4cd 100644 --- a/dev-python/simplekml/Manifest +++ b/dev-python/simplekml/Manifest @@ -1 +1,2 @@ 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.6.ebuild b/dev-python/simplekml/simplekml-1.3.6.ebuild new file mode 100644 index 000000000000..56ce9f1be94c --- /dev/null +++ b/dev-python/simplekml/simplekml-1.3.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +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"