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

inherit distutils

DESCRIPTION="A CSS Cascading Style Sheets library for Python"
HOMEPAGE="http://cthedot.de/cssutils/"
SRC_URI="http://cheeseshop.python.org/packages/source/c/cssutils/${P}.zip"

RESTRICT="nomirror"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND=""