pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-django-mptt Changes 0.8.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1e3851f9ca7
branches: trunk
changeset: 357957:b1e3851f9ca7
user: adam <adam%pkgsrc.org@localhost>
date: Thu Feb 02 07:27:21 2017 +0000
description:
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.)
diffstat:
www/py-django-mptt/Makefile | 8 ++------
www/py-django-mptt/PLIST | 44 +++++++++++---------------------------------
www/py-django-mptt/distinfo | 10 +++++-----
3 files changed, 18 insertions(+), 44 deletions(-)
diffs (125 lines):
diff -r c0de273a8527 -r b1e3851f9ca7 www/py-django-mptt/Makefile
--- a/www/py-django-mptt/Makefile Thu Feb 02 07:25:44 2017 +0000
+++ b/www/py-django-mptt/Makefile Thu Feb 02 07:27:21 2017 +0000
@@ -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 @@
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"
diff -r c0de273a8527 -r b1e3851f9ca7 www/py-django-mptt/PLIST
--- a/www/py-django-mptt/PLIST Thu Feb 02 07:25:44 2017 +0000
+++ b/www/py-django-mptt/PLIST Thu Feb 02 07:27:21 2017 +0000
@@ -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/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/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_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/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/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
diff -r c0de273a8527 -r b1e3851f9ca7 www/py-django-mptt/distinfo
--- a/www/py-django-mptt/distinfo Thu Feb 02 07:25:44 2017 +0000
+++ b/www/py-django-mptt/distinfo Thu Feb 02 07:27:21 2017 +0000
@@ -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