summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-10-06 05:51:01 +0000
committerBen de Groot <yngwin@gentoo.org>2013-10-06 05:51:01 +0000
commitf8c4ae90ee5ad88378aaf84c7a144ae78cdb51cf (patch)
tree12c61a2c3103bb5f6db9a4f5bb00613d681c7409 /dev-python/pygal/pygal-1.1.0.ebuild
parentFix ftdemos directory name (bug #487048). (diff)
downloadgentoo-2-f8c4ae90ee5ad88378aaf84c7a144ae78cdb51cf.tar.gz
gentoo-2-f8c4ae90ee5ad88378aaf84c7a144ae78cdb51cf.tar.bz2
gentoo-2-f8c4ae90ee5ad88378aaf84c7a144ae78cdb51cf.zip
Initial commit. Ebuild submitted by Wicher Minnaard in bug 485706.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'dev-python/pygal/pygal-1.1.0.ebuild')
-rw-r--r--dev-python/pygal/pygal-1.1.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pygal/pygal-1.1.0.ebuild b/dev-python/pygal/pygal-1.1.0.ebuild
new file mode 100644
index 000000000000..52bc731d1d58
--- /dev/null
+++ b/dev-python/pygal/pygal-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python SVG charts generator"
+HOMEPAGE="http://pygal.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/lxml"