www/py-django-debug-toolbar: update to 1.2.2, modernization
- update to 1.2.2 - convert to USES= python Differential Revision: https://reviews.freebsd.org/D1286 Approved by: koobs (mentor)
This commit is contained in:
parent
446615d1cf
commit
5de8556c78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374367
2 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-debug-toolbar
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,8 +15,7 @@ LICENSE= BSD3CLAUSE
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4.2:${PORTSDIR}/www/py-django \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlparse>0:${PORTSDIR}/databases/py-sqlparse
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (django-debug-toolbar-1.2.1.tar.gz) = 257492c846f6ef5047134fa224c6037af0d034b75e770e6dd262e0f86306e342
|
||||
SIZE (django-debug-toolbar-1.2.1.tar.gz) = 111451
|
||||
SHA256 (django-debug-toolbar-1.2.2.tar.gz) = e94eacc996edf11abba372f0dc03e9d8f1d00889fd29e8935c4e9bbd9ba2afdc
|
||||
SIZE (django-debug-toolbar-1.2.2.tar.gz) = 112127
|
||||
|
|
Loading…
Reference in a new issue