]> Pileus Git - ~andy/sunrise/commitdiff
Added category net-irc
authorDominik George (natureshadow) <gentoo@naturalnik.de>
Sun, 8 Jan 2012 02:42:03 +0000 (02:42 +0000)
committerDominik George (natureshadow) <gentoo@naturalnik.de>
Sun, 8 Jan 2012 02:42:03 +0000 (02:42 +0000)
svn path=/sunrise/; revision=12634

dev-python/simplekml/simplekml-0.8.1.ebuild [new file with mode: 0644]

diff --git a/dev-python/simplekml/simplekml-0.8.1.ebuild b/dev-python/simplekml/simplekml-0.8.1.ebuild
new file mode 100644 (file)
index 0000000..4fe136a
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+SUPPORT_PYTHON_ABIS="1"
+PYTHON_DEPEND="*:2.6:3.2"
+
+inherit distutils eutils
+
+DESCRIPTION="Python module that generates KML with as little effort as possible"
+HOMEPAGE="http://code.google.com/p/simplekml/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PYTHON_MODNAME="simplekml"
+
+RESTRICT_PYTHON_ABIS="2.[45]"
+
+src_install() {
+       distutils_src_install
+       newdoc README.txt README
+}