Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151102136
D1168.id9149.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D1168.id9149.diff
View Options
Index: www/py-django-jsonfield/Makefile
===================================================================
--- /dev/null
+++ www/py-django-jsonfield/Makefile
@@ -0,0 +1,23 @@
+# Created by: Alfred Perlstein <alfred@freebsd.org>
+# $FreeBSD$
+
+PORTNAME= jsonfield
+PORTVERSION= 1.0.3
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alfred@freebsd.org
+COMMENT= JSONField for Django models
+
+LICENSE= BSD2CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+regression-test: build
+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
+.include <bsd.port.mk>
Index: www/py-django-jsonfield/distinfo
===================================================================
--- /dev/null
+++ www/py-django-jsonfield/distinfo
@@ -0,0 +1,2 @@
+SHA256 (jsonfield-1.0.3.tar.gz) = 7e7f73a675c518712badd783279e26d164140f3fc2ed7a32102c3d08a6a2a4a7
+SIZE (jsonfield-1.0.3.tar.gz) = 7950
Index: www/py-django-jsonfield/pkg-descr
===================================================================
--- /dev/null
+++ www/py-django-jsonfield/pkg-descr
@@ -0,0 +1,8 @@
+django-jsonfield is a reusable Django field that allows you to store
+validated JSON in your model. It silently takes care of serialization.
+To use, simply add the field to one of your models.
+
+PostgreSQL?:
+ Use https://github.com/bradjasper/django-jsonfield/tree/postgresql for now
+
+WWW: https://github.com/bradjasper/django-jsonfield/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 7, 1:52 AM (5 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31005913
Default Alt Text
D1168.id9149.diff (1 KB)
Attached To
Mode
D1168: refs #2688 - add jsonfield (py-django-jsonfield_rebase)
Attached
Detach File
Event Timeline
Log In to Comment