diff options
author | 2021-02-19 21:42:21 +0100 | |
---|---|---|
committer | 2021-02-19 21:47:35 +0100 | |
commit | 09b9c942dcc5a61d44f330d34b0df4202f5ba475 (patch) | |
tree | cdbe979c1f1f96bc500e60c7482d3c657a0abefd /dev-python/Faker | |
parent | www-apps/hugo: x86 keyworded (bug #747952) (diff) | |
download | gentoo-09b9c942dcc5a61d44f330d34b0df4202f5ba475.tar.gz gentoo-09b9c942dcc5a61d44f330d34b0df4202f5ba475.tar.bz2 gentoo-09b9c942dcc5a61d44f330d34b0df4202f5ba475.zip |
dev-python/Faker: 6.4.1 bump
Closes: https://bugs.gentoo.org/771282
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'dev-python/Faker')
-rw-r--r-- | dev-python/Faker/Faker-6.4.1.ebuild | 27 | ||||
-rw-r--r-- | dev-python/Faker/Manifest | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/Faker/Faker-6.4.1.ebuild b/dev-python/Faker/Faker-6.4.1.ebuild new file mode 100644 index 000000000000..bbfb4b2b95e7 --- /dev/null +++ b/dev-python/Faker/Faker-6.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="a Python package that generates fake data for you" +HOMEPAGE="https://github.com/joke2k/faker" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}] + >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}] + !dev-ruby/faker" +DEPEND="" +BDEPEND="test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/random2[${PYTHON_USEDEP}] + dev-python/validators[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest index 90cad02d069d..d5da3fa86b67 100644 --- a/dev-python/Faker/Manifest +++ b/dev-python/Faker/Manifest @@ -1 +1,2 @@ DIST Faker-5.6.5.tar.gz 1058615 BLAKE2B 2a730b79ca11a80b33f5249541e2de68e5c53832fcd06891ce2e074dbca8aa21c657147e55725d37954cb997a2b1854b5c853449e7d58a71358b69fd2a36584f SHA512 1806eded3534602eb5c463ad030564edfe7c663952e62e943b809dd5d7c4e485b26c612e45f481b6125f6462d48215df065f2d3f30df67ab19699b6386a65b7b +DIST Faker-6.4.1.tar.gz 1073921 BLAKE2B 1434375b8341ad3143e5977b26fd22af69aee2e30da92072937308341f22151764c8a72361c93112b5818dc9858e8e565ab2b45bd0fabc9e59613c1015e6ea63 SHA512 8ae2014b27f07b41afc67dc9a3d65e39f1073987c0c4bac6da5d625145e1d43783e4134bafdfe4e94035be9ff4367e5a19ab63635bf8ce7ff353a8745cf96269 |