Import py26-turbojson-1.2.1 as wip/py-turbojson.
Python template plugin for TurboGears that supports json Author: Elvelind Grandin WWW: http://www.turbogears.org/docs/plugins/template.html
This commit is contained in:
parent
9103aa6422
commit
f67c58a657
4 changed files with 63 additions and 0 deletions
3
py-turbojson/DESCR
Normal file
3
py-turbojson/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python template plugin for TurboGears that supports json
|
||||
Author: Elvelind Grandin
|
||||
WWW: http://www.turbogears.org/docs/plugins/template.html
|
26
py-turbojson/Makefile
Normal file
26
py-turbojson/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/14 13:21:37 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= TurboJson-1.2.1.tar
|
||||
EGG_NAME= ${DISTNAME:S/.tar//}
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/T/t/S/J/j/S/.tar//}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/T/TurboJson/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://pypi.python.org/pypi/TurboJson
|
||||
COMMENT= Python template plugin for TurboGears that supports json
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.1.1:../../converters/py-simplejson
|
||||
DEPENDS+= ${PYPKGPREFIX}-prioritized-methods>=0.2.1:../../wip/py-prioritized-methods
|
||||
DEPENDS+= ${PYPKGPREFIX}-peak-rules-[0-9]*:../../wip/py-peak-rules
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/TurboJson-1.2.1
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
29
py-turbojson/PLIST
Normal file
29
py-turbojson/PLIST
Normal file
|
@ -0,0 +1,29 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/14 13:21:37 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
||||
${PYSITELIB}/turbojson/__init__.py
|
||||
${PYSITELIB}/turbojson/__init__.pyc
|
||||
${PYSITELIB}/turbojson/__init__.pyo
|
||||
${PYSITELIB}/turbojson/jsonify.py
|
||||
${PYSITELIB}/turbojson/jsonify.pyc
|
||||
${PYSITELIB}/turbojson/jsonify.pyo
|
||||
${PYSITELIB}/turbojson/jsonsupport.py
|
||||
${PYSITELIB}/turbojson/jsonsupport.pyc
|
||||
${PYSITELIB}/turbojson/jsonsupport.pyo
|
||||
${PYSITELIB}/turbojson/tests/__init__.py
|
||||
${PYSITELIB}/turbojson/tests/__init__.pyc
|
||||
${PYSITELIB}/turbojson/tests/__init__.pyo
|
||||
${PYSITELIB}/turbojson/tests/test_jsonify.py
|
||||
${PYSITELIB}/turbojson/tests/test_jsonify.pyc
|
||||
${PYSITELIB}/turbojson/tests/test_jsonify.pyo
|
||||
${PYSITELIB}/turbojson/tests/test_sqlalchemy.py
|
||||
${PYSITELIB}/turbojson/tests/test_sqlalchemy.pyc
|
||||
${PYSITELIB}/turbojson/tests/test_sqlalchemy.pyo
|
||||
${PYSITELIB}/turbojson/tests/test_sqlobject.py
|
||||
${PYSITELIB}/turbojson/tests/test_sqlobject.pyc
|
||||
${PYSITELIB}/turbojson/tests/test_sqlobject.pyo
|
5
py-turbojson/distinfo
Normal file
5
py-turbojson/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/14 13:21:37 jihbed Exp $
|
||||
|
||||
SHA1 (TurboJson-1.2.1.tar.gz) = 4891d7552bb178a7c1721743a3ba17054404d057
|
||||
RMD160 (TurboJson-1.2.1.tar.gz) = 413bc2ef47960a4510ddc688d219b9f19c5cb056
|
||||
Size (TurboJson-1.2.1.tar.gz) = 5847 bytes
|
Loading…
Reference in a new issue