aboutsummaryrefslogtreecommitdiff
path: root/dev-python/Faker/Faker-0.7.7.ebuild
blob: e27bb34ba72eb991dfdaf50006c423d1aea65b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2017 Kenny Ballou
# Distributed under the terms of the GNU General Public License v3
# $Id$

EAPI=6
PYTHON_COMPAT=(python{2_7,3_4,3_5})

inherit distutils-r1

MY_P=${PN}_${PV}

DESCRIPTION="Python package for random data generation"
HOMEPAGE="http://faker.readthedocs.io/en/master/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="dev-python/six[${PYTHON_USEDEP}]
		 dev-python/python-dateutil[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
		dev-python/setuptools[${PYTHON_USEDEP}]"