Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2008 12:11:15 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125827: [NEW PORT]devel/py-jsonlib:JSON Serializer/Deserializer for Python
Message-ID:  <200807211211.m6LCBFKD053763@www.freebsd.org>
Resent-Message-ID: <200807211220.m6LCK1oQ041944@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807211211.m6LCBFKD053763>