diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-05-05 07:52:17 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-05-05 07:52:17 +0000 |
commit | e1899a3ad14b390b8105cc97c1d1142ae130db96 (patch) | |
tree | cde3a244ba699786da2b1fede39cb9593253b5ca | |
parent | www/py-dojango: Deprecate and set to expire (diff) |
www/py-django-simple-history: Update to 2.8.0
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11
is End-of-Life.
* Separate USES block from non-related variables while I'm here.
Changelog:
https://github.com/treyhunner/django-simple-history/blob/2.8.0/CHANGES.rst
PR: 245648
Approved by: maintainer timeout (14+ days)
-rw-r--r-- | www/py-django-simple-history/Makefile | 9 | ||||
-rw-r--r-- | www/py-django-simple-history/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/py-django-simple-history/Makefile b/www/py-django-simple-history/Makefile index f21ba5549ace..78727a97314f 100644 --- a/www/py-django-simple-history/Makefile +++ b/www/py-django-simple-history/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-simple-history -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.8.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +13,12 @@ COMMENT= Store model history and view/revert changes from admin site LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes PORTDOCS= *.rst diff --git a/www/py-django-simple-history/distinfo b/www/py-django-simple-history/distinfo index 4c170931bbc1..5646e0b0c25d 100644 --- a/www/py-django-simple-history/distinfo +++ b/www/py-django-simple-history/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526024108 -SHA256 (django-simple-history-2.0.tar.gz) = 65de7b13b8df2d0eede3e6c0e2ebec69cb2a1f283109188b7a6c71b4e0d20980 -SIZE (django-simple-history-2.0.tar.gz) = 26943 +TIMESTAMP = 1585642043 +SHA256 (django-simple-history-2.8.0.tar.gz) = 831cfc3f1164627428be3cd38fb7268eb7a979f97f11018e55813a3ce23b1173 +SIZE (django-simple-history-2.8.0.tar.gz) = 42507 |