summaryrefslogtreecommitdiff
blob: 6b083aa979530e5873cc3adc55cf386be5fa9cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.5.1.ebuild,v 1.1 2009/02/10 13:15:01 lordvan Exp $

inherit distutils eutils

MY_P=${P/_alpha/a}
DESCRIPTION="A Python package to parse and build CSS Cascading Style Sheets."
HOMEPAGE="http://code.google.com/p/cssutils"
SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND=">=dev-lang/python-2.4"

S="${WORKDIR}/${MY_P}"