pkgsrc-WIP-changes archive

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

Add py-django-jsonfield



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

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

Log Message:
Add py-django-jsonfield

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

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

diffstat:
 Makefile                     |  1 +
 py-django-jsonfield/DESCR    |  0
 py-django-jsonfield/Makefile | 15 ++++++++++++++
 py-django-jsonfield/PLIST    | 48 ++++++++++++++++++++++++++++++++++++++++++++
 py-django-jsonfield/distinfo |  6 ++++++
 5 files changed, 70 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 73d6dbc338..0e5e03fec6 100644
--- a/Makefile
+++ b/Makefile
@@ -3105,6 +3105,7 @@ SUBDIR+=	py-django-audiofield
 SUBDIR+=	py-django-gitrevision
 SUBDIR+=	py-django-helmholtz
 SUBDIR+=	py-django-idmap
+SUBDIR+=	py-django-jsonfield
 SUBDIR+=	py-django-markwhat
 SUBDIR+=	py-django-mathjax
 SUBDIR+=	py-django-nose
diff --git a/py-django-jsonfield/DESCR b/py-django-jsonfield/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-django-jsonfield/Makefile b/py-django-jsonfield/Makefile
new file mode 100644
index 0000000000..22d48c8e29
--- /dev/null
+++ b/py-django-jsonfield/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	django-jsonfield-1.0.1
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/django-jsonfield/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://bitbucket.org/schinckel/django-jsonfield/
+COMMENT=	JSONField for django models
+#LICENSE=	# TODO: (see mk/license.mk)
+
+.include "../../lang/python/egg.mk"
+# url2pkg-marker (please do not remove this line.)
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-django-jsonfield/PLIST b/py-django-jsonfield/PLIST
new file mode 100644
index 0000000000..a967bdd649
--- /dev/null
+++ b/py-django-jsonfield/PLIST
@@ -0,0 +1,48 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jsonfield/VERSION
+${PYSITELIB}/jsonfield/__init__.py
+${PYSITELIB}/jsonfield/__init__.pyc
+${PYSITELIB}/jsonfield/__init__.pyo
+${PYSITELIB}/jsonfield/fields.py
+${PYSITELIB}/jsonfield/fields.pyc
+${PYSITELIB}/jsonfield/fields.pyo
+${PYSITELIB}/jsonfield/forms.py
+${PYSITELIB}/jsonfield/forms.pyc
+${PYSITELIB}/jsonfield/forms.pyo
+${PYSITELIB}/jsonfield/models.py
+${PYSITELIB}/jsonfield/models.pyc
+${PYSITELIB}/jsonfield/models.pyo
+${PYSITELIB}/jsonfield/templatetags/__init__.py
+${PYSITELIB}/jsonfield/templatetags/__init__.pyc
+${PYSITELIB}/jsonfield/templatetags/__init__.pyo
+${PYSITELIB}/jsonfield/templatetags/jsonify.py
+${PYSITELIB}/jsonfield/templatetags/jsonify.pyc
+${PYSITELIB}/jsonfield/templatetags/jsonify.pyo
+${PYSITELIB}/jsonfield/tests/__init__.py
+${PYSITELIB}/jsonfield/tests/__init__.pyc
+${PYSITELIB}/jsonfield/tests/__init__.pyo
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/__init__.py
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/__init__.pyc
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/__init__.pyo
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/forms.py
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/forms.pyc
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/forms.pyo
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/models.py
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/models.pyc
+${PYSITELIB}/jsonfield/tests/jsonfield_test_app/models.pyo
+${PYSITELIB}/jsonfield/tests/test_fields.py
+${PYSITELIB}/jsonfield/tests/test_fields.pyc
+${PYSITELIB}/jsonfield/tests/test_fields.pyo
+${PYSITELIB}/jsonfield/tests/test_forms.py
+${PYSITELIB}/jsonfield/tests/test_forms.pyc
+${PYSITELIB}/jsonfield/tests/test_forms.pyo
+${PYSITELIB}/jsonfield/utils.py
+${PYSITELIB}/jsonfield/utils.pyc
+${PYSITELIB}/jsonfield/utils.pyo
+${PYSITELIB}/jsonfield/widgets.py
+${PYSITELIB}/jsonfield/widgets.pyc
+${PYSITELIB}/jsonfield/widgets.pyo
diff --git a/py-django-jsonfield/distinfo b/py-django-jsonfield/distinfo
new file mode 100644
index 0000000000..6711c4f752
--- /dev/null
+++ b/py-django-jsonfield/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (django-jsonfield-1.0.1.tar.gz) = 9330d73346d51341105c20a6094b36cf94cb3fac
+RMD160 (django-jsonfield-1.0.1.tar.gz) = c26e8cb366b666a71d01b374025b2f6459a7b08e
+SHA512 (django-jsonfield-1.0.1.tar.gz) = 98345de645763d0a79e9e840e79de478168c6532f3e75c64f39d76a4888fbee28bd20fcab8feb5940fad0d67a96fa191c18302776a9ea40449fe84262fb30d05
+Size (django-jsonfield-1.0.1.tar.gz) = 13328 bytes


Home | Main Index | Thread Index | Old Index