diff options
author | adam <adam@pkgsrc.org> | 2016-03-06 14:53:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-03-06 14:53:14 +0000 |
commit | a621dc216e60142035c92a717ae39868b10585a2 (patch) | |
tree | 6af3f3315c36466d406733c867f23a610ac71e33 /www | |
parent | dd9700c8d2e077f368f696c998459234ebe08f60 (diff) | |
download | pkgsrc-a621dc216e60142035c92a717ae39868b10585a2.tar.gz |
Changes 2.0.4:
Python 3.x support.
Bug fixes.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-registration/Makefile | 19 | ||||
-rw-r--r-- | www/py-django-registration/PLIST | 104 | ||||
-rw-r--r-- | www/py-django-registration/distinfo | 10 |
3 files changed, 105 insertions, 28 deletions
diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile index 717a6767a6c..0ac3b2ef70f 100644 --- a/www/py-django-registration/Makefile +++ b/www/py-django-registration/Makefile @@ -1,24 +1,19 @@ -# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:05 adam Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/06 14:53:14 adam Exp $ -DISTNAME= django-registration-0.8-alpha-1 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S:-alpha-:a:} -PKGREVISION= 1 +DISTNAME= django-registration-2.0.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python -MASTER_SITES= http://bitbucket.org/ubernostrum/django-registration/downloads/ +MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-registration/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bitbucket.org/ubernostrum/django-registration/wiki/Home COMMENT= User-registration application for Django LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-django>=1:../../www/py-django +DEPENDS+= ${PYPKGPREFIX}-django>=1:../../www/py-django -USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none +USE_PKGLOCALEDIR= yes -EGG_NAME= ${DISTNAME:S/-/_/g:S/registration_/registration-/} - -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8a1 - -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-registration/PLIST b/www/py-django-registration/PLIST index 03021b2afce..8827bdee09f 100644 --- a/www/py-django-registration/PLIST +++ b/www/py-django-registration/PLIST @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:59 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.5 2016/03/06 14:53:14 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/registration/__init__.py ${PYSITELIB}/registration/__init__.pyc ${PYSITELIB}/registration/__init__.pyo @@ -18,6 +22,36 @@ ${PYSITELIB}/registration/backends/default/__init__.pyo ${PYSITELIB}/registration/backends/default/urls.py ${PYSITELIB}/registration/backends/default/urls.pyc ${PYSITELIB}/registration/backends/default/urls.pyo +${PYSITELIB}/registration/backends/default/views.py +${PYSITELIB}/registration/backends/default/views.pyc +${PYSITELIB}/registration/backends/default/views.pyo +${PYSITELIB}/registration/backends/hmac/__init__.py +${PYSITELIB}/registration/backends/hmac/__init__.pyc +${PYSITELIB}/registration/backends/hmac/__init__.pyo +${PYSITELIB}/registration/backends/hmac/urls.py +${PYSITELIB}/registration/backends/hmac/urls.pyc +${PYSITELIB}/registration/backends/hmac/urls.pyo +${PYSITELIB}/registration/backends/hmac/views.py +${PYSITELIB}/registration/backends/hmac/views.pyc +${PYSITELIB}/registration/backends/hmac/views.pyo +${PYSITELIB}/registration/backends/model_activation/__init__.py +${PYSITELIB}/registration/backends/model_activation/__init__.pyc +${PYSITELIB}/registration/backends/model_activation/__init__.pyo +${PYSITELIB}/registration/backends/model_activation/urls.py +${PYSITELIB}/registration/backends/model_activation/urls.pyc +${PYSITELIB}/registration/backends/model_activation/urls.pyo +${PYSITELIB}/registration/backends/model_activation/views.py +${PYSITELIB}/registration/backends/model_activation/views.pyc +${PYSITELIB}/registration/backends/model_activation/views.pyo +${PYSITELIB}/registration/backends/simple/__init__.py +${PYSITELIB}/registration/backends/simple/__init__.pyc +${PYSITELIB}/registration/backends/simple/__init__.pyo +${PYSITELIB}/registration/backends/simple/urls.py +${PYSITELIB}/registration/backends/simple/urls.pyc +${PYSITELIB}/registration/backends/simple/urls.pyo +${PYSITELIB}/registration/backends/simple/views.py +${PYSITELIB}/registration/backends/simple/views.pyc +${PYSITELIB}/registration/backends/simple/views.pyo ${PYSITELIB}/registration/forms.py ${PYSITELIB}/registration/forms.pyc ${PYSITELIB}/registration/forms.pyo @@ -25,6 +59,12 @@ ${PYSITELIB}/registration/locale/ar/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/ar/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/bg/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/bg/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/ca/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/ca/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/cs/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/cs/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/da/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/da/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/de/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/de/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/el/LC_MESSAGES/django.mo @@ -35,28 +75,42 @@ ${PYSITELIB}/registration/locale/es/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/es/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/es_AR/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/es_AR/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/fa/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/fa/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/fr/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/fr/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/he/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/he/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/hr/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/hr/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/is/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/is/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/it/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/it/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/ja/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/ja/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/ko/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/ko/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/nb/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/nb/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/nl/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/nl/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/pl/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/pl/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/pt/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/pt/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/pt_BR/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/pt_BR/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/ru/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/ru/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/sl/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/sl/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/sr/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/sr/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/sv/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/sv/LC_MESSAGES/django.po +${PYSITELIB}/registration/locale/tr_TR/LC_MESSAGES/django.mo +${PYSITELIB}/registration/locale/tr_TR/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/zh_CN/LC_MESSAGES/django.mo ${PYSITELIB}/registration/locale/zh_CN/LC_MESSAGES/django.po ${PYSITELIB}/registration/locale/zh_TW/LC_MESSAGES/django.mo @@ -70,24 +124,52 @@ ${PYSITELIB}/registration/management/commands/__init__.pyo ${PYSITELIB}/registration/management/commands/cleanupregistration.py ${PYSITELIB}/registration/management/commands/cleanupregistration.pyc ${PYSITELIB}/registration/management/commands/cleanupregistration.pyo +${PYSITELIB}/registration/migrations/0001_initial.py +${PYSITELIB}/registration/migrations/0001_initial.pyc +${PYSITELIB}/registration/migrations/0001_initial.pyo +${PYSITELIB}/registration/migrations/__init__.py +${PYSITELIB}/registration/migrations/__init__.pyc +${PYSITELIB}/registration/migrations/__init__.pyo ${PYSITELIB}/registration/models.py ${PYSITELIB}/registration/models.pyc ${PYSITELIB}/registration/models.pyo +${PYSITELIB}/registration/runtests.py +${PYSITELIB}/registration/runtests.pyc +${PYSITELIB}/registration/runtests.pyo ${PYSITELIB}/registration/signals.py ${PYSITELIB}/registration/signals.pyc ${PYSITELIB}/registration/signals.pyo ${PYSITELIB}/registration/tests/__init__.py ${PYSITELIB}/registration/tests/__init__.pyc ${PYSITELIB}/registration/tests/__init__.pyo -${PYSITELIB}/registration/tests/backends.py -${PYSITELIB}/registration/tests/backends.pyc -${PYSITELIB}/registration/tests/backends.pyo -${PYSITELIB}/registration/tests/forms.py -${PYSITELIB}/registration/tests/forms.pyc -${PYSITELIB}/registration/tests/forms.pyo -${PYSITELIB}/registration/tests/models.py -${PYSITELIB}/registration/tests/models.pyc -${PYSITELIB}/registration/tests/models.pyo +${PYSITELIB}/registration/tests/base.py +${PYSITELIB}/registration/tests/base.pyc +${PYSITELIB}/registration/tests/base.pyo +${PYSITELIB}/registration/tests/templates/registration/activate.html +${PYSITELIB}/registration/tests/templates/registration/activation_complete.html +${PYSITELIB}/registration/tests/templates/registration/activation_email.txt +${PYSITELIB}/registration/tests/templates/registration/activation_email_subject.txt +${PYSITELIB}/registration/tests/templates/registration/registration_closed.html +${PYSITELIB}/registration/tests/templates/registration/registration_complete.html +${PYSITELIB}/registration/tests/templates/registration/registration_form.html +${PYSITELIB}/registration/tests/test_forms.py +${PYSITELIB}/registration/tests/test_forms.pyc +${PYSITELIB}/registration/tests/test_forms.pyo +${PYSITELIB}/registration/tests/test_hmac_workflow.py +${PYSITELIB}/registration/tests/test_hmac_workflow.pyc +${PYSITELIB}/registration/tests/test_hmac_workflow.pyo +${PYSITELIB}/registration/tests/test_model_workflow.py +${PYSITELIB}/registration/tests/test_model_workflow.pyc +${PYSITELIB}/registration/tests/test_model_workflow.pyo +${PYSITELIB}/registration/tests/test_models.py +${PYSITELIB}/registration/tests/test_models.pyc +${PYSITELIB}/registration/tests/test_models.pyo +${PYSITELIB}/registration/tests/test_simple_workflow.py +${PYSITELIB}/registration/tests/test_simple_workflow.pyc +${PYSITELIB}/registration/tests/test_simple_workflow.pyo +${PYSITELIB}/registration/tests/test_views.py +${PYSITELIB}/registration/tests/test_views.pyc +${PYSITELIB}/registration/tests/test_views.pyo ${PYSITELIB}/registration/tests/urls.py ${PYSITELIB}/registration/tests/urls.pyc ${PYSITELIB}/registration/tests/urls.pyo diff --git a/www/py-django-registration/distinfo b/www/py-django-registration/distinfo index 26010d4ee3e..63e54c30751 100644 --- a/www/py-django-registration/distinfo +++ b/www/py-django-registration/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 02:47:25 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/06 14:53:14 adam Exp $ -SHA1 (django-registration-0.8-alpha-1.tar.gz) = fea9e444b1edfbb03c91a569f1813c713094d937 -RMD160 (django-registration-0.8-alpha-1.tar.gz) = ca7b5769de4a921a04e3e8974cb12f5199719040 -SHA512 (django-registration-0.8-alpha-1.tar.gz) = 06eb183b4f4224a1d7724c8563047c184fd9aa028bff0c9dedf465cd8e89569c35176b825fe00ed5b2c1159c39753223bb67e505bc9165416a61d4521cf055fc -Size (django-registration-0.8-alpha-1.tar.gz) = 259745 bytes +SHA1 (django-registration-2.0.4.tar.gz) = d825dd8c5fe54495674728377bf11a3ff67a715f +RMD160 (django-registration-2.0.4.tar.gz) = 6c6e7735a472b2f265743900c5f8f9fc3273ef29 +SHA512 (django-registration-2.0.4.tar.gz) = 46de43b3dbe1267758d2a0b1de8d15de2679facda05abbecb10acdbf4829a7a31d9cab887f1dcd46ebbfc72e71c18a5e25389574ae9d9a54ec42c70c899b7327 +Size (django-registration-2.0.4.tar.gz) = 63942 bytes |