summaryrefslogtreecommitdiff
blob: 5b3065bd5c9be34935b055262659ed24caea1cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit distutils

DESCRIPTION="A simple, fast, small and robust XML parser for Python, based on iksemel"
HOMEPAGE="http://pardus.org"
SRC_URI="http://cekirdek.pardus.org.tr/~bahadir/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-lang/python"
RDEPEND="${DEPEND}"

DOCS="README"