diff options
author | adam <adam@pkgsrc.org> | 2021-01-16 10:15:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-01-16 10:15:22 +0000 |
commit | 95c77c53e2b0bfdab869485ce335c9f2765286c8 (patch) | |
tree | c24c786693459ad2943377ad89cfbeccf66a1506 /www | |
parent | b15be667d7d0beb27654d98ec10f748d8f59d4f8 (diff) | |
download | pkgsrc-95c77c53e2b0bfdab869485ce335c9f2765286c8.tar.gz |
py-django-contrib-comments: updated to 2.0.0
2.0.0:
Removed support for Python 2.
Renamed zh_CN to zh_Hans and zh_TW to zh_Hant to match Django Chinese translations naming.
Confirmed support for Django 3.1 and avoid deprecation warnings.
Confirmed support for Python 3.8.
Updated Arabic and German translations.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-contrib-comments/Makefile | 6 | ||||
-rw-r--r-- | www/py-django-contrib-comments/PLIST | 10 | ||||
-rw-r--r-- | www/py-django-contrib-comments/distinfo | 10 |
3 files changed, 14 insertions, 12 deletions
diff --git a/www/py-django-contrib-comments/Makefile b/www/py-django-contrib-comments/Makefile index 6e57669b81e..26963b77345 100644 --- a/www/py-django-contrib-comments/Makefile +++ b/www/py-django-contrib-comments/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/11/26 11:19:33 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/01/16 10:15:22 adam Exp $ -DISTNAME= django-contrib-comments-1.9.2 +DISTNAME= django-contrib-comments-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-contrib-comments/} @@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-contrib-comments/PLIST b/www/py-django-contrib-comments/PLIST index 2ffca716aaf..86c4d235b98 100644 --- a/www/py-django-contrib-comments/PLIST +++ b/www/py-django-contrib-comments/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/03/10 15:28:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/01/16 10:15:22 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -169,10 +169,10 @@ ${PYSITELIB}/django_comments/locale/ur/LC_MESSAGES/django.mo ${PYSITELIB}/django_comments/locale/ur/LC_MESSAGES/django.po ${PYSITELIB}/django_comments/locale/vi/LC_MESSAGES/django.mo ${PYSITELIB}/django_comments/locale/vi/LC_MESSAGES/django.po -${PYSITELIB}/django_comments/locale/zh_CN/LC_MESSAGES/django.mo -${PYSITELIB}/django_comments/locale/zh_CN/LC_MESSAGES/django.po -${PYSITELIB}/django_comments/locale/zh_TW/LC_MESSAGES/django.mo -${PYSITELIB}/django_comments/locale/zh_TW/LC_MESSAGES/django.po +${PYSITELIB}/django_comments/locale/zh_Hans/LC_MESSAGES/django.mo +${PYSITELIB}/django_comments/locale/zh_Hans/LC_MESSAGES/django.po +${PYSITELIB}/django_comments/locale/zh_Hant/LC_MESSAGES/django.mo +${PYSITELIB}/django_comments/locale/zh_Hant/LC_MESSAGES/django.po ${PYSITELIB}/django_comments/managers.py ${PYSITELIB}/django_comments/managers.pyc ${PYSITELIB}/django_comments/managers.pyo diff --git a/www/py-django-contrib-comments/distinfo b/www/py-django-contrib-comments/distinfo index 2c6d814eb6e..9b1be31d07a 100644 --- a/www/py-django-contrib-comments/distinfo +++ b/www/py-django-contrib-comments/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/11/26 11:19:33 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/01/16 10:15:22 adam Exp $ -SHA1 (django-contrib-comments-1.9.2.tar.gz) = d36608f468b37a8bebbc7831cadb25b95bbccdfd -RMD160 (django-contrib-comments-1.9.2.tar.gz) = e3873f1832586eb71fd36f7d2458f327721bc727 -SHA512 (django-contrib-comments-1.9.2.tar.gz) = 70e9bd496d0419f0c6578db201ac5d4263e27ea2466ff7888cab037eabde1f87e1fddbc6a690e814cf6220188f5f9fe9728900f5358634768787f0a47618bf58 -Size (django-contrib-comments-1.9.2.tar.gz) = 848588 bytes +SHA1 (django-contrib-comments-2.0.0.tar.gz) = d10c0cf041e05a29206e425e67d029329562094c +RMD160 (django-contrib-comments-2.0.0.tar.gz) = 2265b78e228bc0cee4004ee53c18f728d327107f +SHA512 (django-contrib-comments-2.0.0.tar.gz) = 43d71a3fdf630b2ec708634eeac808bf4d8f9b534c37458a5523de3a8e67625767894c42c791c4326eed50c0ecd4ffd7f75a0f25f0eaae6e3da74cc071ec6007 +Size (django-contrib-comments-2.0.0.tar.gz) = 848477 bytes |