Merge remote-tracking branch 'github/pr/461'.
[gentoo.git] / dev-python / django-international / django-international-0.0.6.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6 PYTHON_COMPAT=( python2_7 )
7 inherit distutils-r1
8
9 DESCRIPTION="Country and currency data for Django projects"
10 HOMEPAGE="https://pypi.python.org/pypi/django-international https://bitbucket.org/monwara/django-international"
11 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
12 LICENSE="BSD"
13 SLOT="0"
14
15 KEYWORDS="amd64 x86"
16 IUSE=""
17
18 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
19 DEPEND="${RDEPEND}
20         dev-python/setuptools[${PYTHON_USEDEP}]"