Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 398099

Summary: New ebuild: dev-python/simplekml - Python module that creates KML files with the least possible effort
Product: Gentoo Linux Reporter: Dominik George <gentoo>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal CC: python
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for simplekml-0.8.1

Description Dominik George 2012-01-07 23:13:59 UTC
Created attachment 298279 [details]
Ebuild for simplekml-0.8.1

I have create a new ebuild for the Python module simplekml.

From the homepage (https://code.google.com/p/simplekml/):

simplekml is a python package which enables you to generate KML with as little effort as possible.

At the time of making this package nothing was available (at least I could not find anything) that could create KML files easily. You needed a lot of bloated code to even create a simple point. This is understandable because the KML standard is quite extensive, but what if you just work with the simple elements of KML like Document, Folder, Point, LineString and Polygon? This package supports those elements and more (MultiGeometry, Overlays, NetworkLinks, Models, gx:Tracks and gx:MultiTracks) with advanced styling. 

The ebuild was tested on amd64 and x86.
Comment 1 Dominik George 2012-01-07 23:20:04 UTC
Reported ebuild upstream: https://code.google.com/p/simplekml/issues/detail?id=12
Comment 2 Thomas Sachau gentoo-dev 2014-12-14 14:10:08 UTC
The ebuild in sunrise was outdated and unmaintained, so it got removed.