mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
www/py-dj22-django-timezone-field: Update to 4.0
Changelog: * Add support for Django 3.0 and Python 3.8 * Drop support for Django 1.11, 2.0, 2.1 and Python 2.7, 3.4
This commit is contained in:
parent
9a17cfefe0
commit
c6a304fc15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520022
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-timezone-field
|
||||
DISTVERSION= 3.1
|
||||
DISTVERSION= 4.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-
|
||||
@ -12,7 +12,7 @@ COMMENT= Provides database and form fields for pytz timezone objects for Django
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1571060518
|
||||
SHA256 (django-timezone-field-3.1.tar.gz) = 1a7bbcf984ae191c6dfe713994b4ff4062dc21e47a909356c93e76d027c87c8f
|
||||
SIZE (django-timezone-field-3.1.tar.gz) = 6858
|
||||
TIMESTAMP = 1576100374
|
||||
SHA256 (django-timezone-field-4.0.tar.gz) = 7e3620fe2211c2d372fad54db8f86ff884098d018d56fda4dca5e64929e05ffc
|
||||
SIZE (django-timezone-field-4.0.tar.gz) = 6866
|
||||
|
Loading…
Reference in New Issue
Block a user