mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 4.0.0.post0
Changes: https://github.com/rpkilby/jsonfield2/blob/archived/CHANGES.rst
This commit is contained in:
parent
895a6ac782
commit
ca71e451fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555346
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonfield2
|
||||
PORTVERSION= 4.0.0
|
||||
PORTVERSION= 4.0.0.post0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1589487671
|
||||
SHA256 (jsonfield2-4.0.0.tar.gz) = 7bd43edd85d203ad6edb0ecb39870a1c7a4fadaf7e807b0feeca3da64b086b5d
|
||||
SIZE (jsonfield2-4.0.0.tar.gz) = 12684
|
||||
TIMESTAMP = 1605426493
|
||||
SHA256 (jsonfield2-4.0.0.post0.tar.gz) = cbce2d7c52563550cd2048fcf3a57631019d3547f5ed142f42141d1d2dc53283
|
||||
SIZE (jsonfield2-4.0.0.post0.tar.gz) = 12632
|
||||
|
@ -2,5 +2,4 @@ jsonfield2 is a reusable model field that allows you to store validated JSON,
|
||||
automatically handling serialization to and from the database. To use, add
|
||||
jsonfield.JSONField to one of your models.
|
||||
|
||||
WWW: https://pypi.org/project/jsonfield2/
|
||||
WWW: https://github.com/rpkilby/jsonfield2
|
||||
|
Loading…
Reference in New Issue
Block a user