svn commit: r534034 - head/www/py-django-simple-history
Kai Knoblich
kai at FreeBSD.org
Tue May 5 07:52:18 UTC 2020
Author: kai
Date: Tue May 5 07:52:17 2020
New Revision: 534034
URL: https://svnweb.freebsd.org/changeset/ports/534034
Log:
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)
Modified:
head/www/py-django-simple-history/Makefile
head/www/py-django-simple-history/distinfo
Modified: head/www/py-django-simple-history/Makefile
==============================================================================
--- head/www/py-django-simple-history/Makefile Tue May 5 07:49:23 2020 (r534033)
+++ head/www/py-django-simple-history/Makefile Tue May 5 07:52:17 2020 (r534034)
@@ -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 f
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
Modified: head/www/py-django-simple-history/distinfo
==============================================================================
--- head/www/py-django-simple-history/distinfo Tue May 5 07:49:23 2020 (r534033)
+++ head/www/py-django-simple-history/distinfo Tue May 5 07:52:17 2020 (r534034)
@@ -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
More information about the svn-ports-all
mailing list