pkgsrc-WIP-changes archive

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

Add py-django-sudo



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:45:50 2018 -0400
Changeset:	61c51f06479a8cb41894825dd10eb186fde5394e

Modified Files:
	Makefile
Added Files:
	py-django-sudo/DESCR
	py-django-sudo/Makefile
	py-django-sudo/PLIST
	py-django-sudo/distinfo

Log Message:
Add py-django-sudo

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

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

diffstat:
 Makefile                |  1 +
 py-django-sudo/DESCR    |  1 +
 py-django-sudo/Makefile | 16 ++++++++++++++++
 py-django-sudo/PLIST    | 37 +++++++++++++++++++++++++++++++++++++
 py-django-sudo/distinfo |  6 ++++++
 5 files changed, 61 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 995fe8cb4d..ae35556a9d 100644
--- a/Makefile
+++ b/Makefile
@@ -3108,6 +3108,7 @@ SUBDIR+=	py-django-idmap
 SUBDIR+=	py-django-markwhat
 SUBDIR+=	py-django-mathjax
 SUBDIR+=	py-django-nose
+SUBDIR+=	py-django-sudo
 SUBDIR+=	py-django-templatetag-sugar
 SUBDIR+=	py-django-quran
 SUBDIR+=	py-django-uuidfield
diff --git a/py-django-sudo/DESCR b/py-django-sudo/DESCR
new file mode 100644
index 0000000000..c4907c2b38
--- /dev/null
+++ b/py-django-sudo/DESCR
@@ -0,0 +1 @@
+Extra security for your sensitive pages
diff --git a/py-django-sudo/Makefile b/py-django-sudo/Makefile
new file mode 100644
index 0000000000..bdfc88b93b
--- /dev/null
+++ b/py-django-sudo/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	django-sudo-2.1.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	secutiry python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/django-sudo/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/mattrobenolt/django-sudo
+COMMENT=	Extra security for your sensitive pages
+LICENSE=	modified-bsd
+
+.include "../../lang/python/egg.mk"
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-django-sudo/PLIST b/py-django-sudo/PLIST
new file mode 100644
index 0000000000..99494d839b
--- /dev/null
+++ b/py-django-sudo/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD$
+${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}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/sudo/__init__.py
+${PYSITELIB}/sudo/__init__.pyc
+${PYSITELIB}/sudo/__init__.pyo
+${PYSITELIB}/sudo/decorators.py
+${PYSITELIB}/sudo/decorators.pyc
+${PYSITELIB}/sudo/decorators.pyo
+${PYSITELIB}/sudo/forms.py
+${PYSITELIB}/sudo/forms.pyc
+${PYSITELIB}/sudo/forms.pyo
+${PYSITELIB}/sudo/middleware.py
+${PYSITELIB}/sudo/middleware.pyc
+${PYSITELIB}/sudo/middleware.pyo
+${PYSITELIB}/sudo/mixins.py
+${PYSITELIB}/sudo/mixins.pyc
+${PYSITELIB}/sudo/mixins.pyo
+${PYSITELIB}/sudo/models.py
+${PYSITELIB}/sudo/models.pyc
+${PYSITELIB}/sudo/models.pyo
+${PYSITELIB}/sudo/settings.py
+${PYSITELIB}/sudo/settings.pyc
+${PYSITELIB}/sudo/settings.pyo
+${PYSITELIB}/sudo/signals.py
+${PYSITELIB}/sudo/signals.pyc
+${PYSITELIB}/sudo/signals.pyo
+${PYSITELIB}/sudo/utils.py
+${PYSITELIB}/sudo/utils.pyc
+${PYSITELIB}/sudo/utils.pyo
+${PYSITELIB}/sudo/views.py
+${PYSITELIB}/sudo/views.pyc
+${PYSITELIB}/sudo/views.pyo
diff --git a/py-django-sudo/distinfo b/py-django-sudo/distinfo
new file mode 100644
index 0000000000..755f9afb4e
--- /dev/null
+++ b/py-django-sudo/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (django-sudo-2.1.0.tar.gz) = a7aa219c689bd814164f0e67cc872e8ff8382e64
+RMD160 (django-sudo-2.1.0.tar.gz) = 5ac8fdc67c1a7254ac1ba6bc013241699cadc535
+SHA512 (django-sudo-2.1.0.tar.gz) = 098cb55a6c83025648244d57afe8d859031a8163c7cf502a5d99e30111e61b04b792eb9d9d202653131c33173a0b8de0befc13a08c4fb2b566532d0e3298543e
+Size (django-sudo-2.1.0.tar.gz) = 8130 bytes


Home | Main Index | Thread Index | Old Index