From 5fca2ae858d3cafc56dea6880cf0d6e042790343 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 May 2020 11:05:01 +0000 Subject: [PATCH] Update to 3.1.0 - Update RUN_DEPENDS: use Django 2.2 - Mark www/py-dj22-jsonfield as DEPRECATED Changes: https://github.com/rpkilby/jsonfield/blob/master/CHANGES.rst PR: 246424 Submitted by: kai --- www/py-dj22-jsonfield/Makefile | 2 ++ www/py-jsonfield/Makefile | 10 +++------- www/py-jsonfield/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/www/py-dj22-jsonfield/Makefile b/www/py-dj22-jsonfield/Makefile index dff964a954e7..6d3a530099c2 100644 --- a/www/py-dj22-jsonfield/Makefile +++ b/www/py-dj22-jsonfield/Makefile @@ -13,6 +13,8 @@ COMMENT= Reusable JSONField model for Django to store validated JSON LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsolete, please use www/py-jsonfield instead + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \ USES= python:3.6+ diff --git a/www/py-jsonfield/Makefile b/www/py-jsonfield/Makefile index e591da6157a5..a4fd541ca7aa 100644 --- a/www/py-jsonfield/Makefile +++ b/www/py-jsonfield/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonfield -PORTVERSION= 2.1.1 +PORTVERSION= 3.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,17 +13,13 @@ COMMENT= Reusable JSONField model for Django to store validated JSON LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \ -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-jsonfield -# jsonfield 3.0.0+ requires Django 2.2+ -PORTSCOUT= limit:^2\. - .include diff --git a/www/py-jsonfield/distinfo b/www/py-jsonfield/distinfo index 0d02c6ffa002..07792631956a 100644 --- a/www/py-jsonfield/distinfo +++ b/www/py-jsonfield/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581594058 -SHA256 (jsonfield-2.1.1.tar.gz) = ed7c5e1829e9453e24a8bebef1e702ffe402e6def6b326f0e0b88764c59a6dc7 -SIZE (jsonfield-2.1.1.tar.gz) = 9142 +TIMESTAMP = 1589487673 +SHA256 (jsonfield-3.1.0.tar.gz) = 7e4e84597de21eeaeeaaa7cc5da08c61c48a9b64d0c446b2d71255d01812887a +SIZE (jsonfield-3.1.0.tar.gz) = 14870