- Update to 1.3
- Add devel/py-PEAK-Rules to *_DEPENDS - Remove MD5 checksum from distinfo - Remove devel/py-prioritized_methods from *_DEPENDS - Update URL of WWW site in pkg-descr PR: ports/153302 Submitted by: wen
This commit is contained in:
parent
c5312c9a0d
commit
c997187fba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267228
3 changed files with 5 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= TurboJson
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://www.turbogears.org/2.0/downloads/2.0.1/ \
|
||||
|
@ -17,7 +17,7 @@ MAINTAINER= nivit@FreeBSD.org
|
|||
COMMENT= Python template plugin for TurboGears that supports json
|
||||
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
|
||||
${PYTHON_PKGNAMEPREFIX}prioritized_methods>=0.2.1:${PORTSDIR}/devel/py-prioritized_methods
|
||||
${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:${PORTSDIR}/devel/py-PEAK-Rules
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (TurboJson-1.2.1.tar.gz) = 57fbcd25c831c53ae9d4c595233925eb
|
||||
SHA256 (TurboJson-1.2.1.tar.gz) = ac704107df0f552455303b98ed7046eae6945104aaeadd18393b2937c64ca7e9
|
||||
SIZE (TurboJson-1.2.1.tar.gz) = 5847
|
||||
SHA256 (TurboJson-1.3.tar.gz) = f4b3449a871186e141e80e4815ba1c7eb2f3f2b280619c629018e9b1bd2d1e69
|
||||
SIZE (TurboJson-1.3.tar.gz) = 6292
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Python template plugin for TurboGears that supports json
|
||||
|
||||
Author: Elvelind Grandin
|
||||
WWW: http://www.turbogears.org/docs/plugins/template.html
|
||||
WWW: http://docs.turbogears.org/TurboJson
|
||||
|
|
Loading…
Reference in a new issue