Page MenuHomeFreeBSD

D6938.id.diff
No OneTemporary

D6938.id.diff

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

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)

Event Timeline