View | Details | Raw Unified | Return to bug 220927 | Differences between
and this patch

Collapse All | Expand All

(-)www/py-requests/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	requests
4
PORTNAME=	requests
5
PORTVERSION=	2.18.1
5
PORTVERSION=	2.18.1
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
16
16
RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet \
17
RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet \
17
		${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna \
18
		${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna \
18
		${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3 \
19
		${PYTHON_PKGNAMEPREFIX}urllib3>=1.22:net/py-urllib3 \
19
		${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi
20
		${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi
20
TEST_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest \
21
TEST_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest \
21
		${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist \
22
		${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist \
(-)www/py-requests/files/patch-setup.py (-2 / +7 lines)
Lines 1-8 Link Here
1
# pytest-cov and its dependencies are not compulsory
1
# pytest-cov and its dependencies are not compulsory
2
2
3
--- setup.py.orig	2017-06-04 15:11:40 UTC
3
--- setup.py.orig	2017-06-14 17:44:15 UTC
4
+++ setup.py
4
+++ setup.py
5
@@ -45,7 +45,7 @@ requires = [
5
@@ -44,11 +44,11 @@ packages = ['requests']
6
 requires = [
7
     'chardet>=3.0.2,<3.1.0',
8
     'idna>=2.5,<2.6',
9
-    'urllib3>=1.21.1,<1.22',
10
+    'urllib3>=1.21.1,<1.23',
6
     'certifi>=2017.4.17'
11
     'certifi>=2017.4.17'
7
 
12
 
8
 ]
13
 ]

Return to bug 220927