mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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. This port is not a duplicate of www/py-django-jsonfield, both ports have distinct but upstreams. WWW: https://github.com/dmkoch/django-jsonfield
This commit is contained in:
parent
ecdb237203
commit
a5f68a512c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448374
@ -1681,6 +1681,7 @@
|
||||
SUBDIR += py-hyperlink
|
||||
SUBDIR += py-imdbpy
|
||||
SUBDIR += py-jonpy
|
||||
SUBDIR += py-jsonfield
|
||||
SUBDIR += py-jswebkit
|
||||
SUBDIR += py-kallithea
|
||||
SUBDIR += py-libsass
|
||||
|
22
www/py-jsonfield/Makefile
Normal file
22
www/py-jsonfield/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: René Ladan <rene@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonfield
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
COMMENT= Reusable JSONField model for Django to store validated JSON
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django110>=0:www/py-django110
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-jsonfield/distinfo
Normal file
3
www/py-jsonfield/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1503217883
|
||||
SHA256 (jsonfield-2.0.2.tar.gz) = beb1cd4850d6d6351c32daefcb826c01757744e9c863228a642f87a1a4acb834
|
||||
SIZE (jsonfield-2.0.2.tar.gz) = 10806
|
8
www/py-jsonfield/pkg-descr
Normal file
8
www/py-jsonfield/pkg-descr
Normal file
@ -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.
|
||||
|
||||
This port is not a duplicate of www/py-django-jsonfield, both ports have
|
||||
distinct but upstreams.
|
||||
|
||||
WWW: https://github.com/dmkoch/django-jsonfield
|
Loading…
Reference in New Issue
Block a user