ports/125827: [NEW PORT]devel/py-jsonlib:JSON Serializer/Deserializer for Python
Wen heping
wenheping at gmail.com
Mon Jul 21 12:20:02 UTC 2008
>Number: 125827
>Category: ports
>Synopsis: [NEW PORT]devel/py-jsonlib:JSON Serializer/Deserializer for Python
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 21 12:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Wen heping
>Release: FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
py-json is a lightweight data-interchange format.
It is often used for exchanging data between a web
server and user agent. This module aims to produce
a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.
WWW: http://pypi.python.org/pypi/jsonlib/
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# py-jsonlib
# py-jsonlib/pkg-plist
# py-jsonlib/pkg-descr
# py-jsonlib/distinfo
# py-jsonlib/Makefile
#
echo c - py-jsonlib
mkdir -p py-jsonlib > /dev/null 2>&1
echo x - py-jsonlib/pkg-plist
sed 's/^X//' >py-jsonlib/pkg-plist << 'END-of-py-jsonlib/pkg-plist'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
END-of-py-jsonlib/pkg-plist
echo x - py-jsonlib/pkg-descr
sed 's/^X//' >py-jsonlib/pkg-descr << 'END-of-py-jsonlib/pkg-descr'
Xpy-json is a lightweight data-interchange format.
XIt is often used for exchanging data between a web
Xserver and user agent. This module aims to produce
Xa library for serializing and deserializing JSON
Xthat conforms strictly to RFC 4627.
X
XWWW: http://pypi.python.org/pypi/jsonlib/
END-of-py-jsonlib/pkg-descr
echo x - py-jsonlib/distinfo
sed 's/^X//' >py-jsonlib/distinfo << 'END-of-py-jsonlib/distinfo'
XMD5 (jsonlib-1.3.5.tar.gz) = ae9830afdf675b2430624b1f5e326364
XSHA256 (jsonlib-1.3.5.tar.gz) = 500fe6fa2534d9574f992d345e8110e05937bb98c753d5afae5c7d2bd8253942
XSIZE (jsonlib-1.3.5.tar.gz) = 18596
END-of-py-jsonlib/distinfo
echo x - py-jsonlib/Makefile
sed 's/^X//' >py-jsonlib/Makefile << 'END-of-py-jsonlib/Makefile'
X# New ports collection makefile for: py-jsonlib
X# Date created: 2008-07-21
X# Whom: Wen Heping <wenheping at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= jsonlib
XPORTVERSION= 1.3.5
XCATEGORIES= devel python
XMASTER_SITES= CHEESESHOP
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER= wenheping at gmail.com
XCOMMENT= JSON Serializer/Deserializer for Python
X
XUSE_PYTHON= yes
XUSE_PYDISTUTILS=easy_install
XPYEASYINSTALL_ARCHDEP= yes
X
X.include <bsd.port.mk>
END-of-py-jsonlib/Makefile
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list