Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153121070
D6938.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D6938.id.diff
View Options
Index: www/Makefile
===================================================================
--- www/Makefile
+++ www/Makefile
@@ -1795,6 +1795,7 @@
SUBDIR += py-wsgiauth
SUBDIR += py-wsgidav
SUBDIR += py-zope.app.wsgi
+ SUBDIR += py3-requests
SUBDIR += pyblosxom
SUBDIR += pycarddav
SUBDIR += pydio
Index: www/py3-requests/Makefile
===================================================================
--- www/py3-requests/Makefile
+++ www/py3-requests/Makefile
@@ -0,0 +1,28 @@
+# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
+# $FreeBSD$
+
+PORTNAME= requests
+PORTVERSION= 2.10.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= koobs@FreeBSD.org
+COMMENT= HTTP library written in Python for human beings
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest
+
+USES= python:3
+USE_PYTHON= autoplist distutils
+
+CONFLICTS_INSTALL= py*-requests1-*
+
+NO_ARCH= yes
+
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
+.include <bsd.port.mk>
Index: www/py3-requests/distinfo
===================================================================
--- www/py3-requests/distinfo
+++ www/py3-requests/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1464882911
+SHA256 (requests-2.10.0.tar.gz) = 63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54
+SIZE (requests-2.10.0.tar.gz) = 477617
Index: www/py3-requests/pkg-descr
===================================================================
--- www/py3-requests/pkg-descr
+++ www/py3-requests/pkg-descr
@@ -0,0 +1,19 @@
+Requests is an ISC Licensed HTTP library, written in Python, for human beings.
+
+Features:
+
+ * International Domains and URLs
+ * Keep-Alive & Connection Pooling
+ * Sessions with Cookie Persistence
+ * Browser-style SSL Verification
+ * Basic/Digest Authentication
+ * Elegant Key/Value Cookies
+ * Automatic Decompression
+ * Unicode Response Bodies
+ * Multipart File Uploads
+ * Connection Timeouts
+ * .netrc support
+ * Python 2.6-3.4
+ * Thread-safe
+
+WWW: http://python-requests.org
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 7:36 AM (7 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31825942
Default Alt Text
D6938.id.diff (2 KB)
Attached To
Mode
D6938: [NEW PORT] www/py3-requests: HTTP library written in Python for human beings
Attached
Detach File
Event Timeline
Log In to Comment