2015-04-08 16:23:29 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-11-19 12:40:28 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
2015-04-08 16:23:29 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
2013-11-19 12:40:28 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Enhanced internationalization (I18N) services for your Python modules and applications"
|
|
|
|
HOMEPAGE="https://github.com/dieterv/elib.intl/"
|
|
|
|
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
|
|
|
|
2014-06-08 17:12:05 +04:00
|
|
|
KEYWORDS="amd64 x86"
|
2013-11-19 12:40:28 +04:00
|
|
|
LICENSE="GPL-3 LGPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=""
|
2014-06-30 10:14:37 +04:00
|
|
|
DEPEND="dev-python/setuptools
|
|
|
|
${RDEPEND}"
|