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

EAPI=4

inherit distutils

DESCRIPTION="a library for working with color names for HTML and CSS"
HOMEPAGE="http://docs.b-list.org/webcolors/1.4/"
SRC_URI="http://pypi.python.org/packages/source/w/webcolors/webcolors-1.4.tar.gz"

LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"