pkgsrc-WIP-changes archive

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

py-django-registration: removed, already in base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Tue Feb 27 15:21:53 2018 +0100
Changeset:	1b8c663060e5e85f29a40714d12c9d60204a6690

Modified Files:
	Makefile
Removed Files:
	py-django-registration/COMMIT_MSG
	py-django-registration/DESCR
	py-django-registration/Makefile
	py-django-registration/PLIST
	py-django-registration/distinfo

Log Message:
py-django-registration: removed, already in base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b8c663060e5e85f29a40714d12c9d60204a6690

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

diffstat:
 Makefile                          |   1 -
 py-django-registration/COMMIT_MSG |   8 ---
 py-django-registration/DESCR      |   8 ---
 py-django-registration/Makefile   |  23 -------
 py-django-registration/PLIST      | 134 --------------------------------------
 py-django-registration/distinfo   |   5 --
 6 files changed, 179 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 482ee0a4b7..8846e766c5 100644
--- a/Makefile
+++ b/Makefile
@@ -3117,7 +3117,6 @@ SUBDIR+=	py-django-markwhat
 SUBDIR+=	py-django-mathjax
 SUBDIR+=	py-django-nose
 SUBDIR+=	py-django-quran
-SUBDIR+=	py-django-registration
 SUBDIR+=	py-django-uuidfield
 SUBDIR+=	py-djangopypi2
 SUBDIR+=	py-djvulibre
diff --git a/py-django-registration/COMMIT_MSG b/py-django-registration/COMMIT_MSG
deleted file mode 100644
index 9816182efa..0000000000
--- a/py-django-registration/COMMIT_MSG
+++ /dev/null
@@ -1,8 +0,0 @@
-The 1.0 release of django-registration represents a complete rewrite of
-the previous codebase, and introduces several new features which greatly
-enhance the customizability and extensibility of
-django-registration. Whenever possible, changes were made in ways which
-preserve backwards compatibility with previous releases, but some
-changes to existing installations will still be required in order to
-upgrade to 1.0. This document provides a summary of those changes, and
-of the new features available in the 1.0 release.
diff --git a/py-django-registration/DESCR b/py-django-registration/DESCR
deleted file mode 100644
index f3b289f198..0000000000
--- a/py-django-registration/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-django-registratio is a simple application which provides flexible
-user registration for Django-based projects. The default setup
-implements a fairly common workflow:
-
-  1. User signs up for account.
-  2. User receives an email containing instructions for activating
-     the account.
-  3. User activates and begins using the site.
diff --git a/py-django-registration/Makefile b/py-django-registration/Makefile
deleted file mode 100644
index ef04238fda..0000000000
--- a/py-django-registration/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/14 06:52:51 makoto Exp $
-
-DISTNAME=	django-registration-1.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S:-alpha-:a:}
-CATEGORIES=	www python
-MASTER_SITES=	http://bitbucket.org/ubernostrum/django-registration/downloads/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=	https://bitbucket.org/ubernostrum/django-registration/wiki/Home
-COMMENT=	User-registration application for Django
-LICENSE=	modified-bsd
-
-DEPENDS+=	${PYPKGPREFIX}-django>=1.4:../../www/py-django
-
-USE_PKGLOCALEDIR=	yes
-USE_LANGUAGES=		# none
-
-EGG_NAME=	${DISTNAME:S/-/_/g:S/registration_/registration-/}
-
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # not yet ported as of 0.8a1
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-django-registration/PLIST b/py-django-registration/PLIST
deleted file mode 100644
index dd12fda039..0000000000
--- a/py-django-registration/PLIST
+++ /dev/null
@@ -1,134 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/14 06:52:51 makoto Exp $
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/registration/__init__.py
-${PYSITELIB}/registration/__init__.pyc
-${PYSITELIB}/registration/__init__.pyo
-${PYSITELIB}/registration/admin.py
-${PYSITELIB}/registration/admin.pyc
-${PYSITELIB}/registration/admin.pyo
-${PYSITELIB}/registration/auth_urls.py
-${PYSITELIB}/registration/auth_urls.pyc
-${PYSITELIB}/registration/auth_urls.pyo
-${PYSITELIB}/registration/backends/__init__.py
-${PYSITELIB}/registration/backends/__init__.pyc
-${PYSITELIB}/registration/backends/__init__.pyo
-${PYSITELIB}/registration/backends/default/__init__.py
-${PYSITELIB}/registration/backends/default/__init__.pyc
-${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/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
-${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
-${PYSITELIB}/registration/locale/el/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/en/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/en/LC_MESSAGES/django.po
-${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
-${PYSITELIB}/registration/locale/zh_TW/LC_MESSAGES/django.po
-${PYSITELIB}/registration/management/__init__.py
-${PYSITELIB}/registration/management/__init__.pyc
-${PYSITELIB}/registration/management/__init__.pyo
-${PYSITELIB}/registration/management/commands/__init__.py
-${PYSITELIB}/registration/management/commands/__init__.pyc
-${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/models.py
-${PYSITELIB}/registration/models.pyc
-${PYSITELIB}/registration/models.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/default_backend.py
-${PYSITELIB}/registration/tests/default_backend.pyc
-${PYSITELIB}/registration/tests/default_backend.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/simple_backend.py
-${PYSITELIB}/registration/tests/simple_backend.pyc
-${PYSITELIB}/registration/tests/simple_backend.pyo
-${PYSITELIB}/registration/tests/urls.py
-${PYSITELIB}/registration/tests/urls.pyc
-${PYSITELIB}/registration/tests/urls.pyo
-${PYSITELIB}/registration/urls.py
-${PYSITELIB}/registration/urls.pyc
-${PYSITELIB}/registration/urls.pyo
-${PYSITELIB}/registration/views.py
-${PYSITELIB}/registration/views.pyc
-${PYSITELIB}/registration/views.pyo
diff --git a/py-django-registration/distinfo b/py-django-registration/distinfo
deleted file mode 100644
index 6cb4a5cd43..0000000000
--- a/py-django-registration/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/01/14 06:52:51 makoto Exp $
-
-SHA1 (django-registration-1.0.tar.gz) = f713f3dac80b56a4f27fe7764f63243aca746033
-RMD160 (django-registration-1.0.tar.gz) = ba9311d320773124683fbef753a894940f033df1
-Size (django-registration-1.0.tar.gz) = 276715 bytes


Home | Main Index | Thread Index | Old Index