Update to 1.9.1

- Add LICENSE_FILE
- Update RUN_DEPENDS: use newer django
- Fix version requirement of RUN_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add PyPI as primary WWW
- Update WWW
- Take maintainership

Changes:	https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-25 05:34:33 +00:00
parent e6f4dcb00f
commit 44fdc75d73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462934
3 changed files with 11 additions and 9 deletions

View File

@ -2,21 +2,22 @@
# $FreeBSD$
PORTNAME= django-debug-toolbar
PORTVERSION= 1.8
PORTVERSION= 1.9.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Configurable set of panels to display debug information
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.4.2:www/py-django18@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>0:databases/py-sqlparse@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1494949198
SHA256 (django-debug-toolbar-1.8.tar.gz) = e9f08b94f9423ac76cfc287151182bbaddbe7521ae32bef9f9863e2ac58018d3
SIZE (django-debug-toolbar-1.8.tar.gz) = 111730
TIMESTAMP = 1519504341
SHA256 (django-debug-toolbar-1.9.1.tar.gz) = d9ea75659f76d8f1e3eb8f390b47fc5bad0908d949c34a8a3c4c87978eb40a0f
SIZE (django-debug-toolbar-1.9.1.tar.gz) = 112019

View File

@ -2,4 +2,5 @@ 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://github.com/django-debug-toolbar/django-debug-toolbar/
WWW: https://pypi.python.org/pypi/django-debug-toolbar
WWW: https://github.com/jazzband/django-debug-toolbar