diff options
author | 2022-05-10 02:20:58 +0000 | |
---|---|---|
committer | 2022-05-10 02:25:21 +0000 | |
commit | f6f518d376132646e7904944857949834626000a (patch) | |
tree | 94a00cb26dc422802397ed22bcaef2d49f8e6509 /dev-python/simplekml/simplekml-1.3.6.ebuild | |
parent | dev-python/Faker: add 13.11.0 (diff) | |
download | gentoo-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/simplekml-1.3.6.ebuild')
-rw-r--r-- | dev-python/simplekml/simplekml-1.3.6.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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" |