diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-25 05:34:33 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-25 05:34:33 +0000 |
| commit | 44fdc75d736ea69a4ea25e85c0d28b3b8cbd5ecc (patch) | |
| tree | 99e6de395ffa155cb50ac5f9c546531e23f7764c /www | |
| parent | Update to 1.7.0 (diff) | |
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
Notes
Notes:
svn path=/head/; revision=462934
Diffstat (limited to 'www')
| -rw-r--r-- | www/py-django-debug-toolbar/Makefile | 11 | ||||
| -rw-r--r-- | www/py-django-debug-toolbar/distinfo | 6 | ||||
| -rw-r--r-- | www/py-django-debug-toolbar/pkg-descr | 3 |
3 files changed, 11 insertions, 9 deletions
diff --git a/www/py-django-debug-toolbar/Makefile b/www/py-django-debug-toolbar/Makefile index f313daff906e..cb8ff50e2523 100644 --- a/www/py-django-debug-toolbar/Makefile +++ b/www/py-django-debug-toolbar/Makefile @@ -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> diff --git a/www/py-django-debug-toolbar/distinfo b/www/py-django-debug-toolbar/distinfo index c36492a15a77..1e13b9f68d07 100644 --- a/www/py-django-debug-toolbar/distinfo +++ b/www/py-django-debug-toolbar/distinfo @@ -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 diff --git a/www/py-django-debug-toolbar/pkg-descr b/www/py-django-debug-toolbar/pkg-descr index a13a9396d0e1..b2bc31c751e1 100644 --- a/www/py-django-debug-toolbar/pkg-descr +++ b/www/py-django-debug-toolbar/pkg-descr @@ -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 |
