1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Port for py-fake-factory.

Reviewed by: mva, wg
Phabric: D1169
This commit is contained in:
Alfred Perlstein 2014-11-23 22:48:43 +00:00
parent d3000d48b1
commit 9075e10be5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373187
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= fake-factory
PORTVERSION= 0.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@FreeBSD.org
COMMENT= Generate fake data using python
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (fake-factory-0.4.2.tar.gz) = 3581b77320e3aee4645e23671e313b22a887867d019f58c66365acc7cf2bbf48
SIZE (fake-factory-0.4.2.tar.gz) = 306303

View File

@ -0,0 +1,9 @@
*Faker* is a Python package that generates fake data for you. Whether
you need to bootstrap your database, create good-looking XML
documents, fill-in your persistence to stress test it, or anonymize
data taken from a production service, Faker is for you.
Faker is heavily inspired by PHP's [Faker][php-faker], Perl's
[Data::Faker][perl-faker], and by ruby's [Faker][ruby-faker].
WWW: https://pypi.python.org/pypi/fake-factory