summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-10 02:20:58 +0000
committerSam James <sam@gentoo.org>2022-05-10 02:25:21 +0000
commitf6f518d376132646e7904944857949834626000a (patch)
tree94a00cb26dc422802397ed22bcaef2d49f8e6509 /dev-python/simplekml
parentdev-python/Faker: add 13.11.0 (diff)
downloadgentoo-f6f518d376132646e7904944857949834626000a.tar.gz
gentoo-f6f518d376132646e7904944857949834626000a.tar.bz2
gentoo-f6f518d376132646e7904944857949834626000a.zip
dev-python/simplekml: add 1.3.6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/simplekml')
-rw-r--r--dev-python/simplekml/Manifest1
-rw-r--r--dev-python/simplekml/simplekml-1.3.6.ebuild16
2 files changed, 17 insertions, 0 deletions
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"