pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Model-mommy offers you a smart way to create fixtu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff64f016e3a7
branches:  trunk
changeset: 362123:ff64f016e3a7
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 05 15:46:41 2017 +0000

description:
Model-mommy offers you a smart way to create fixtures for testing in Django.
With a simple and powerful API you can create many objects with a single line
of code.

diffstat:

 www/Makefile                |   3 ++-
 www/py-model_mommy/DESCR    |   3 +++
 www/py-model_mommy/Makefile |  19 +++++++++++++++++++
 www/py-model_mommy/PLIST    |  32 ++++++++++++++++++++++++++++++++
 www/py-model_mommy/distinfo |   6 ++++++
 5 files changed, 62 insertions(+), 1 deletions(-)

diffs (93 lines):

diff -r 348a4453e356 -r ff64f016e3a7 www/Makefile
--- a/www/Makefile      Fri May 05 15:24:59 2017 +0000
+++ b/www/Makefile      Fri May 05 15:46:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1236 2017/04/28 14:49:51 wiz Exp $
+# $NetBSD: Makefile,v 1.1237 2017/05/05 15:46:41 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -692,6 +692,7 @@
 SUBDIR+=       py-mezzanine
 SUBDIR+=       py-mod_wsgi
 SUBDIR+=       py-mod_wsgi-metrics
+SUBDIR+=       py-model_mommy
 SUBDIR+=       py-moin
 SUBDIR+=       py-nbconvert
 SUBDIR+=       py-nbformat
diff -r 348a4453e356 -r ff64f016e3a7 www/py-model_mommy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-model_mommy/DESCR  Fri May 05 15:46:41 2017 +0000
@@ -0,0 +1,3 @@
+Model-mommy offers you a smart way to create fixtures for testing in Django.
+With a simple and powerful API you can create many objects with a single line
+of code.
diff -r 348a4453e356 -r ff64f016e3a7 www/py-model_mommy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-model_mommy/Makefile       Fri May 05 15:46:41 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/05/05 15:46:41 adam Exp $
+
+DISTNAME=      model_mommy-1.3.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/model_mommy/}
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/vandersonmota/model_mommy/
+COMMENT=       Smart object creation facility for Django
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES=         # empty
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 348a4453e356 -r ff64f016e3a7 www/py-model_mommy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-model_mommy/PLIST  Fri May 05 15:46:41 2017 +0000
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2017/05/05 15:46:41 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/model_mommy/__init__.py
+${PYSITELIB}/model_mommy/__init__.pyc
+${PYSITELIB}/model_mommy/__init__.pyo
+${PYSITELIB}/model_mommy/exceptions.py
+${PYSITELIB}/model_mommy/exceptions.pyc
+${PYSITELIB}/model_mommy/exceptions.pyo
+${PYSITELIB}/model_mommy/generators.py
+${PYSITELIB}/model_mommy/generators.pyc
+${PYSITELIB}/model_mommy/generators.pyo
+${PYSITELIB}/model_mommy/mock-img.jpeg
+${PYSITELIB}/model_mommy/mock_file.txt
+${PYSITELIB}/model_mommy/mommy.py
+${PYSITELIB}/model_mommy/mommy.pyc
+${PYSITELIB}/model_mommy/mommy.pyo
+${PYSITELIB}/model_mommy/random_gen.py
+${PYSITELIB}/model_mommy/random_gen.pyc
+${PYSITELIB}/model_mommy/random_gen.pyo
+${PYSITELIB}/model_mommy/recipe.py
+${PYSITELIB}/model_mommy/recipe.pyc
+${PYSITELIB}/model_mommy/recipe.pyo
+${PYSITELIB}/model_mommy/timezone.py
+${PYSITELIB}/model_mommy/timezone.pyc
+${PYSITELIB}/model_mommy/timezone.pyo
+${PYSITELIB}/model_mommy/utils.py
+${PYSITELIB}/model_mommy/utils.pyc
+${PYSITELIB}/model_mommy/utils.pyo
diff -r 348a4453e356 -r ff64f016e3a7 www/py-model_mommy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-model_mommy/distinfo       Fri May 05 15:46:41 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/05/05 15:46:41 adam Exp $
+
+SHA1 (model_mommy-1.3.2.tar.gz) = de3c14dcf96211052b11adc0467b7fb804fdf66c
+RMD160 (model_mommy-1.3.2.tar.gz) = 8fd7d1f8ba6881355754d8693dd4fa244e902079
+SHA512 (model_mommy-1.3.2.tar.gz) = 80807a503cf818ce416bc1501d040547137cb90ba89f4d80884ed254035fd02a9ada271f838af9a65ed5f08f4ee0b858c54de04dfd12be4be3ef705bf24e611d
+Size (model_mommy-1.3.2.tar.gz) = 13629 bytes



Home | Main Index | Thread Index | Old Index