1 |
# Copyright 1999-2009 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.12.ebuild,v 1.1 2009/11/03 21:59:10 arfrever Exp $ |
4 |
|
5 |
EAPI="2" |
6 |
SUPPORT_PYTHON_ABIS="1" |
7 |
|
8 |
inherit distutils |
9 |
|
10 |
DESCRIPTION="You can integrate gettext support, themed icons and scrollkeeper based documentation in distutils." |
11 |
HOMEPAGE="https://launchpad.net/python-distutils-extra" |
12 |
SRC_URI="http://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz" |
13 |
|
14 |
LICENSE="GPL-2" |
15 |
SLOT="0" |
16 |
KEYWORDS="~amd64 ~ppc ~x86" |
17 |
IUSE="" |
18 |
|
19 |
DEPEND="" |
20 |
RDEPEND="" |
21 |
RESTRICT_PYTHON_ABIS="3.*" |
22 |
|
23 |
PYTHON_MODNAME="DistUtilsExtra" |
24 |
DOCS="doc/FAQ doc/README doc/setup.cfg.example doc/setup.py.example" |