Update to 1.11
Changes: https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst PR: 234609 Submitted by: Kai <freebsd_ports@k-worx.org>
This commit is contained in:
parent
90f85687af
commit
9c197ebeb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489416
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-debug-toolbar
|
||||
PORTVERSION= 1.9.1
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,11 +13,12 @@ COMMENT= Configurable set of panels to display debug information
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1519504341
|
||||
SHA256 (django-debug-toolbar-1.9.1.tar.gz) = d9ea75659f76d8f1e3eb8f390b47fc5bad0908d949c34a8a3c4c87978eb40a0f
|
||||
SIZE (django-debug-toolbar-1.9.1.tar.gz) = 112019
|
||||
TIMESTAMP = 1546724075
|
||||
SHA256 (django-debug-toolbar-1.11.tar.gz) = 89d75b60c65db363fb24688d977e5fbf0e73386c67acf562d278402a10fc3736
|
||||
SIZE (django-debug-toolbar-1.11.tar.gz) = 108708
|
||||
|
|
Loading…
Reference in a new issue