]> Pileus Git - ~andy/sunrise/blob - dev-python/lcdproc/lcdproc-0.03.ebuild
net-dns/nsd in portage
[~andy/sunrise] / dev-python / lcdproc / lcdproc-0.03.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6 PYTHON_DEPEND="2"
7 SUPPORT_PYTHON_ABIS="1"
8 RESTRICT_PYTHON_ABIS="3.*"
9
10 inherit distutils
11
12 DESCRIPTION="Python LCDd client library"
13 HOMEPAGE="https://github.com/jingleman/lcdproc"
14 SRC_URI="mirror://pypi/l/lcdproc/${P}.tar.gz"
15
16 LICENSE="LGPL-3"
17 SLOT="0"
18 KEYWORDS="~amd64 ~x86"
19 IUSE=""
20
21 PYTHON_MODNAME="lcdproc"