- Update to 1.0.4
PR: 200849 Submitted by: kozlov.sergey.404@gmail.com (maintainer)
This commit is contained in:
parent
2199b94b37
commit
7f627b34c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389878
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-tables2
|
||||
PORTVERSION= 0.15.0
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,10 +12,10 @@ COMMENT= Table/data-grid framework for Django
|
|||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (django-tables2-0.15.0.tar.gz) = e9758a05bf7c26e94d16b69deb7c71545b36d7252382aad89927d37f2f24aba3
|
||||
SIZE (django-tables2-0.15.0.tar.gz) = 43627
|
||||
SHA256 (django-tables2-1.0.4.tar.gz) = 801b1df349f07f5b548cf4b3d5cddfc26e5969079c7d490f179fb649e76d24af
|
||||
SIZE (django-tables2-1.0.4.tar.gz) = 57679
|
||||
|
|
Loading…
Reference in a new issue