Update to 3.0
Changes: https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst
This commit is contained in:
parent
a78ddcbbdb
commit
0bfcff7ea9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549493
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-debug-toolbar
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,11 +13,11 @@ COMMENT= Configurable set of panels to display debug information
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
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}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1580562317
|
||||
SHA256 (django-debug-toolbar-2.2.tar.gz) = eabbefe89881bbe4ca7c980ff102e3c35c8e8ad6eb725041f538988f2f39a943
|
||||
SIZE (django-debug-toolbar-2.2.tar.gz) = 106804
|
||||
TIMESTAMP = 1600709932
|
||||
SHA256 (django-debug-toolbar-3.0.tar.gz) = 23129b4f771605c7ccf8733cc53558a68c5d463d60cdc83408d34b713acf4f5f
|
||||
SIZE (django-debug-toolbar-3.0.tar.gz) = 116046
|
||||
|
@ -2,5 +2,4 @@ The Django Debug Toolbar is a configurable set of panels that display various
|
||||
debug information about the current request/response and when clicked, display
|
||||
more details about the panel's content.
|
||||
|
||||
WWW: https://pypi.org/project/django-debug-toolbar/
|
||||
WWW: https://github.com/jazzband/django-debug-toolbar
|
||||
|
Loading…
Reference in New Issue
Block a user