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:
parent
d3000d48b1
commit
9075e10be5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373187
18
devel/py-fake-factory/Makefile
Normal file
18
devel/py-fake-factory/Makefile
Normal 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>
|
2
devel/py-fake-factory/distinfo
Normal file
2
devel/py-fake-factory/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (fake-factory-0.4.2.tar.gz) = 3581b77320e3aee4645e23671e313b22a887867d019f58c66365acc7cf2bbf48
|
||||
SIZE (fake-factory-0.4.2.tar.gz) = 306303
|
9
devel/py-fake-factory/pkg-descr
Normal file
9
devel/py-fake-factory/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user