Date: Thu, 26 Mar 2009 02:20:51 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133080: [New Port]www/py-py-restclient:Python REST Client Message-ID: <200903260220.n2Q2KpTf035252@www.freebsd.org> Resent-Message-ID: <200903260230.n2Q2U3CT002658@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133080 >Category: ports >Synopsis: [New Port]www/py-py-restclient:Python REST Client >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: Thu Mar 26 02:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Wed Mar 4 22:41:03 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: A simple REST client for Python, inspired by the microframework (Camping, Sinatra) style of specifying actions: get, put, post, delete. WWW: http://py-restclient.e-engura.org/ >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-py-restclient # py-py-restclient/pkg-plist # py-py-restclient/pkg-descr # py-py-restclient/distinfo # py-py-restclient/Makefile # echo c - py-py-restclient mkdir -p py-py-restclient > /dev/null 2>&1 echo x - py-py-restclient/pkg-plist sed 's/^X//' >py-py-restclient/pkg-plist << 'c44951c1d6de799b41d35587288c89cf' Xbin/restcli X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% c44951c1d6de799b41d35587288c89cf echo x - py-py-restclient/pkg-descr sed 's/^X//' >py-py-restclient/pkg-descr << 'c5dcd48cbfb55a802d9538489679d119' XA simple REST client for Python, inspired by the microframework X(Camping, Sinatra) style of specifying actions: get, put, post, Xdelete. X XWWW: http://py-restclient.e-engura.org/ c5dcd48cbfb55a802d9538489679d119 echo x - py-py-restclient/distinfo sed 's/^X//' >py-py-restclient/distinfo << '0f889e958f10b3254b6c0fa93bf1a7c7' XMD5 (py-restclient-1.2.1.tar.gz) = f8c78267411173477cba7352cdeaac39 XSHA256 (py-restclient-1.2.1.tar.gz) = ff7fd3de8cf02f197215ad4c4ec0cd6ff33d828c76ad0b1728fcdc200e469a4b XSIZE (py-restclient-1.2.1.tar.gz) = 19139 0f889e958f10b3254b6c0fa93bf1a7c7 echo x - py-py-restclient/Makefile sed 's/^X//' >py-py-restclient/Makefile << '1153f248e1076ed0b3ee045aa9fd141b' X# New ports collection makefile for: py-restclient X# Date created: 26 March, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= py-restclient XPORTVERSION= 1.2.1 XCATEGORIES= www python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= wenheping@gmail.com XCOMMENT= Python REST Client X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/httplib2/__init__.py:${PORTSDIR}/www/py-httplib2 X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install X X.include <bsd.port.mk> 1153f248e1076ed0b3ee045aa9fd141b exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903260220.n2Q2KpTf035252>