aboutsummaryrefslogtreecommitdiff
path: root/www/py-requests
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-08-26 04:37:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-08-26 04:37:53 +0000
commit3a3a8005159801929a9625259801f83fb486e5cc (patch)
tree4eb77d96be0fba153cba401f92c7d43ac4dfe7f3 /www/py-requests
parent6a80273b8b3d24cf3cf6c505def7fc4d87f40dfc (diff)
Requests: HTTP for Humans. It's an elegand and simple HTTP library for Python.
WWW: http://python-requests.org/ PR: ports/159956 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes: svn path=/head/; revision=280480
Diffstat (limited to 'www/py-requests')
-rw-r--r--www/py-requests/Makefile25
-rw-r--r--www/py-requests/distinfo2
-rw-r--r--www/py-requests/pkg-descr3
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/