pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-mptt



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb  2 07:27:21 UTC 2017

Modified Files:
        pkgsrc/www/py-django-mptt: Makefile PLIST distinfo

Log Message:
Changes 0.8.7:
Better support for Django 1.10
Updated German and French translations
Add Chinese (traditional), Hungarian and Finnish translations
Remove tests folder from package (again.)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django-mptt/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-mptt/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-mptt/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/py-django-mptt/Makefile
diff -u pkgsrc/www/py-django-mptt/Makefile:1.12 pkgsrc/www/py-django-mptt/Makefile:1.13
--- pkgsrc/www/py-django-mptt/Makefile:1.12     Wed Jun  8 17:43:45 2016
+++ pkgsrc/www/py-django-mptt/Makefile  Thu Feb  2 07:27:21 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2016/06/08 17:43:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/02/02 07:27:21 adam Exp $
 
-DISTNAME=      django-mptt-0.8.3
+DISTNAME=      django-mptt-0.8.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-mptt/}
@@ -14,9 +14,5 @@ USE_LANGUAGES=                # empty
 
 DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
 
-post-extract:
-       ${RM} -f -r ${WRKSRC}/tests/__pycache__ ${WRKSRC}/tests/*.pyc
-       ${RM} -f -r ${WRKSRC}/tests/myapp/__pycache__ ${WRKSRC}/tests/myapp/*.pyc
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-mptt/PLIST
diff -u pkgsrc/www/py-django-mptt/PLIST:1.6 pkgsrc/www/py-django-mptt/PLIST:1.7
--- pkgsrc/www/py-django-mptt/PLIST:1.6 Mon Mar 14 19:04:52 2016
+++ pkgsrc/www/py-django-mptt/PLIST     Thu Feb  2 07:27:21 2017
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2016/03/14 19:04:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/02/02 07:27:21 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}/mptt/__init__.py
 ${PYSITELIB}/mptt/__init__.pyc
@@ -10,6 +9,9 @@ ${PYSITELIB}/mptt/__init__.pyo
 ${PYSITELIB}/mptt/admin.py
 ${PYSITELIB}/mptt/admin.pyc
 ${PYSITELIB}/mptt/admin.pyo
+${PYSITELIB}/mptt/compat.py
+${PYSITELIB}/mptt/compat.pyc
+${PYSITELIB}/mptt/compat.pyo
 ${PYSITELIB}/mptt/exceptions.py
 ${PYSITELIB}/mptt/exceptions.pyc
 ${PYSITELIB}/mptt/exceptions.pyo
@@ -27,8 +29,12 @@ ${PYSITELIB}/mptt/locale/es/LC_MESSAGES/
 ${PYSITELIB}/mptt/locale/es/LC_MESSAGES/django.po
 ${PYSITELIB}/mptt/locale/es_AR/LC_MESSAGES/django.mo
 ${PYSITELIB}/mptt/locale/es_AR/LC_MESSAGES/django.po
+${PYSITELIB}/mptt/locale/fi/LC_MESSAGES/django.mo
+${PYSITELIB}/mptt/locale/fi/LC_MESSAGES/django.po
 ${PYSITELIB}/mptt/locale/fr/LC_MESSAGES/django.mo
 ${PYSITELIB}/mptt/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/mptt/locale/hu/LC_MESSAGES/django.mo
+${PYSITELIB}/mptt/locale/hu/LC_MESSAGES/django.po
 ${PYSITELIB}/mptt/locale/mn/LC_MESSAGES/django.mo
 ${PYSITELIB}/mptt/locale/mn/LC_MESSAGES/django.po
 ${PYSITELIB}/mptt/locale/nb/LC_MESSAGES/django.mo
@@ -39,6 +45,8 @@ ${PYSITELIB}/mptt/locale/pt_BR/LC_MESSAG
 ${PYSITELIB}/mptt/locale/pt_BR/LC_MESSAGES/django.po
 ${PYSITELIB}/mptt/locale/ru/LC_MESSAGES/django.mo
 ${PYSITELIB}/mptt/locale/ru/LC_MESSAGES/django.po
+${PYSITELIB}/mptt/locale/zh_Hant/LC_MESSAGES/django.mo
+${PYSITELIB}/mptt/locale/zh_Hant/LC_MESSAGES/django.po
 ${PYSITELIB}/mptt/managers.py
 ${PYSITELIB}/mptt/managers.pyc
 ${PYSITELIB}/mptt/managers.pyo
@@ -63,6 +71,7 @@ ${PYSITELIB}/mptt/templates/admin/grappe
 ${PYSITELIB}/mptt/templates/admin/grappelli_mptt_change_list_results.html
 ${PYSITELIB}/mptt/templates/admin/mptt_change_list.html
 ${PYSITELIB}/mptt/templates/admin/mptt_change_list_results.html
+${PYSITELIB}/mptt/templates/admin/mptt_filter.html
 ${PYSITELIB}/mptt/templatetags/__init__.py
 ${PYSITELIB}/mptt/templatetags/__init__.pyc
 ${PYSITELIB}/mptt/templatetags/__init__.pyo
@@ -75,34 +84,3 @@ ${PYSITELIB}/mptt/templatetags/mptt_tags
 ${PYSITELIB}/mptt/utils.py
 ${PYSITELIB}/mptt/utils.pyc
 ${PYSITELIB}/mptt/utils.pyo
-${PYSITELIB}/tests/.coveragerc
-${PYSITELIB}/tests/.gitignore
-${PYSITELIB}/tests/__init__.py
-${PYSITELIB}/tests/__init__.pyc
-${PYSITELIB}/tests/__init__.pyo
-${PYSITELIB}/tests/myapp/__init__.py
-${PYSITELIB}/tests/myapp/__init__.pyc
-${PYSITELIB}/tests/myapp/__init__.pyo
-${PYSITELIB}/tests/myapp/admin.py
-${PYSITELIB}/tests/myapp/admin.pyc
-${PYSITELIB}/tests/myapp/admin.pyo
-${PYSITELIB}/tests/myapp/doctests.txt
-${PYSITELIB}/tests/myapp/fixtures/categories.json
-${PYSITELIB}/tests/myapp/fixtures/genres.json
-${PYSITELIB}/tests/myapp/fixtures/items.json
-${PYSITELIB}/tests/myapp/fixtures/persons.json
-${PYSITELIB}/tests/myapp/models.py
-${PYSITELIB}/tests/myapp/models.pyc
-${PYSITELIB}/tests/myapp/models.pyo
-${PYSITELIB}/tests/myapp/tests.py
-${PYSITELIB}/tests/myapp/tests.pyc
-${PYSITELIB}/tests/myapp/tests.pyo
-${PYSITELIB}/tests/myapp/urls.py
-${PYSITELIB}/tests/myapp/urls.pyc
-${PYSITELIB}/tests/myapp/urls.pyo
-${PYSITELIB}/tests/mydatabase
-${PYSITELIB}/tests/requirements.txt
-${PYSITELIB}/tests/runtests.sh
-${PYSITELIB}/tests/settings.py
-${PYSITELIB}/tests/settings.pyc
-${PYSITELIB}/tests/settings.pyo

Index: pkgsrc/www/py-django-mptt/distinfo
diff -u pkgsrc/www/py-django-mptt/distinfo:1.9 pkgsrc/www/py-django-mptt/distinfo:1.10
--- pkgsrc/www/py-django-mptt/distinfo:1.9      Sun Mar  6 14:26:09 2016
+++ pkgsrc/www/py-django-mptt/distinfo  Thu Feb  2 07:27:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/06 14:26:09 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/02/02 07:27:21 adam Exp $
 
-SHA1 (django-mptt-0.8.3.tar.gz) = 3e418f04a9a11c0754c6eb124bd52352317efa5b
-RMD160 (django-mptt-0.8.3.tar.gz) = 740bd5dd2ab1c62134e14dc960d80685bf77ac79
-SHA512 (django-mptt-0.8.3.tar.gz) = 48d5fa5adea869fdf07873582afa25961575eaad64e84c400a925a228fbc48868a9e19811bd352117b5551ae05bdce99b48b6854bf3bc5539a207029ecfa93c9
-Size (django-mptt-0.8.3.tar.gz) = 199477 bytes
+SHA1 (django-mptt-0.8.7.tar.gz) = b6fbc1d41c96443c455faa5e5dbd068f06c4b664
+RMD160 (django-mptt-0.8.7.tar.gz) = 535ddd4d66e33646a73b864b54736eaa2ce6eb67
+SHA512 (django-mptt-0.8.7.tar.gz) = a8cad3a80848152681a187ae2a8026d66cbad8c71e751bae2fecb53eb3914202a04c3f0f3fd1f306ffa71bf1d2285f544204efcee8354e03550346328a614747
+Size (django-mptt-0.8.7.tar.gz) = 92548 bytes



Home | Main Index | Thread Index | Old Index