pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May  5 15:46:41 UTC 2017

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-model_mommy: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1236 -r1.1237 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-model_mommy/DESCR \
    pkgsrc/www/py-model_mommy/Makefile pkgsrc/www/py-model_mommy/PLIST \
    pkgsrc/www/py-model_mommy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1236 pkgsrc/www/Makefile:1.1237
--- pkgsrc/www/Makefile:1.1236  Fri Apr 28 14:49:51 2017
+++ pkgsrc/www/Makefile Fri May  5 15:46:41 2017
@@ -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-meld3
 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

Added files:

Index: pkgsrc/www/py-model_mommy/DESCR
diff -u /dev/null pkgsrc/www/py-model_mommy/DESCR:1.1
--- /dev/null   Fri May  5 15:46:41 2017
+++ pkgsrc/www/py-model_mommy/DESCR     Fri May  5 15:46:41 2017
@@ -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.
Index: pkgsrc/www/py-model_mommy/Makefile
diff -u /dev/null pkgsrc/www/py-model_mommy/Makefile:1.1
--- /dev/null   Fri May  5 15:46:41 2017
+++ pkgsrc/www/py-model_mommy/Makefile  Fri May  5 15:46:41 2017
@@ -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"
Index: pkgsrc/www/py-model_mommy/PLIST
diff -u /dev/null pkgsrc/www/py-model_mommy/PLIST:1.1
--- /dev/null   Fri May  5 15:46:41 2017
+++ pkgsrc/www/py-model_mommy/PLIST     Fri May  5 15:46:41 2017
@@ -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
Index: pkgsrc/www/py-model_mommy/distinfo
diff -u /dev/null pkgsrc/www/py-model_mommy/distinfo:1.1
--- /dev/null   Fri May  5 15:46:41 2017
+++ pkgsrc/www/py-model_mommy/distinfo  Fri May  5 15:46:41 2017
@@ -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