mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/py-django-tables2: Update to 0.15.0
- Update to 0.15.0 - Whitespace alignment Changes: * Add UK, Russian, Spanish, Portuguese, and Polish translations * Add support for computed table ``attrs``. PR: ports/186405 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> Approved by: Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
This commit is contained in:
parent
bdb20e250c
commit
00d39b3664
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343618
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-tables2
|
||||
PORTVERSION= 0.14.0
|
||||
PORTVERSION= 0.15.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
|
|||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (django-tables2-0.14.0.tar.gz) = 3562bbb528f3fe41dd2a5dc0c5407987fcf247099a00d69d4904957f03f6dbd4
|
||||
SIZE (django-tables2-0.14.0.tar.gz) = 41695
|
||||
SHA256 (django-tables2-0.15.0.tar.gz) = e9758a05bf7c26e94d16b69deb7c71545b36d7252382aad89927d37f2f24aba3
|
||||
SIZE (django-tables2-0.15.0.tar.gz) = 43627
|
||||
|
|
Loading…
Add table
Reference in a new issue