diff options
Diffstat (limited to 'www/py-requests')
-rw-r--r-- | www/py-requests/Makefile | 25 | ||||
-rw-r--r-- | www/py-requests/distinfo | 2 | ||||
-rw-r--r-- | www/py-requests/pkg-descr | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile new file mode 100644 index 000000000000..a242593ecce0 --- /dev/null +++ b/www/py-requests/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: py-requests +# Date created: 2011-07-30 +# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= requests +PORTVERSION= 0.6.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= duchateau.olivier@gmail.com +COMMENT= Requests is an elegant and simple HTTP library for Python + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_PYTHON= 2.5+ +USE_PYDISTUTILS= easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +.include <bsd.port.mk> diff --git a/www/py-requests/distinfo b/www/py-requests/distinfo new file mode 100644 index 000000000000..c47cde74f877 --- /dev/null +++ b/www/py-requests/distinfo @@ -0,0 +1,2 @@ +SHA256 (requests-0.6.1.tar.gz) = 2656b23db25398e990e6f5d75dfbd960454a1fe573aeedc651773ddd2a8a3bbc +SIZE (requests-0.6.1.tar.gz) = 26107 diff --git a/www/py-requests/pkg-descr b/www/py-requests/pkg-descr new file mode 100644 index 000000000000..5e85515d9246 --- /dev/null +++ b/www/py-requests/pkg-descr @@ -0,0 +1,3 @@ +Requests: HTTP for Humans. It's an elegand and simple HTTP library for Python. + +WWW: http://python-requests.org/ |