Date: Sun, 21 Aug 2011 08:08:05 GMT From: Olivier Duchateau <duchateau.olivier@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/159956: [NEW PORT] www/py-requests, an simple HTTP library for Python Message-ID: <201108210808.p7L885jn070322@red.freebsd.org> Resent-Message-ID: <201108210810.p7L8ADfN054903@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159956 >Category: ports >Synopsis: [NEW PORT] www/py-requests, an simple HTTP library 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: Sun Aug 21 08:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: >Description: Requests is an ISC Licensed HTTP library, written in Python, for human beings. It allows to send POST, GET, PUSH, DELETE, HEAD, and PATCH HTTP requests. >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-requests/ # py-requests/pkg-descr # py-requests/distinfo # py-requests/Makefile # echo c - py-requests/ mkdir -p py-requests/ > /dev/null 2>&1 echo x - py-requests/pkg-descr sed 's/^X//' >py-requests/pkg-descr << 'b6d0d7c42e29d85ab26f48f1cd6d4072' XRequests: HTTP for Humans. It's an elegand and simple HTTP library for Python. X XWWW: http://python-requests.org/ b6d0d7c42e29d85ab26f48f1cd6d4072 echo x - py-requests/distinfo sed 's/^X//' >py-requests/distinfo << '8c18161a789af1a3d7caa8d6431b1efe' XSHA256 (requests-0.6.1.tar.gz) = 2656b23db25398e990e6f5d75dfbd960454a1fe573aeedc651773ddd2a8a3bbc XSIZE (requests-0.6.1.tar.gz) = 26107 8c18161a789af1a3d7caa8d6431b1efe echo x - py-requests/Makefile sed 's/^X//' >py-requests/Makefile << 'e119e92a5c1c343d485f822c60827cdc' X# New ports collection makefile for: py-requests X# Date created: 2011-07-30 X# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= requests XPORTVERSION= 0.6.1 XCATEGORIES= www python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= duchateau.olivier@gmail.com XCOMMENT= Requests is an elegant and simple HTTP library for Python X XLICENSE= ISCL XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS= easy_install X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X X.include <bsd.port.mk> e119e92a5c1c343d485f822c60827cdc exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108210808.p7L885jn070322>