aboutsummaryrefslogtreecommitdiff
path: root/net/py-urllib3/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-26 18:46:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-26 18:46:24 +0000
commit0b63629c0c77d992a25d215e04960412d3d3f391 (patch)
tree867e7721ac3eec33dcc40a4430c3848e30dc1932 /net/py-urllib3/Makefile
parentc79bf919b922130bb89c0544379c07bbc4964079 (diff)
downloadports-0b63629c0c77d992a25d215e04960412d3d3f391.tar.gz
ports-0b63629c0c77d992a25d215e04960412d3d3f391.zip
Update to 1.21
- Update COMMENT - Sort RUN_DEPENDS - Sort USE_PYTHON - Fix indent - Update pkg-descr - Change WWW to PyPI Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst
Notes
Notes: svn path=/head/; revision=439482
Diffstat (limited to 'net/py-urllib3/Makefile')
-rw-r--r--net/py-urllib3/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile
index 68fdaa9b5999..974fb9ed2f68 100644
--- a/net/py-urllib3/Makefile
+++ b/net/py-urllib3/Makefile
@@ -2,24 +2,24 @@
# $FreeBSD$
PORTNAME= urllib3
-PORTVERSION= 1.20
+PORTVERSION= 1.21
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
-COMMENT= Enhance HTTP Python's standard library
+COMMENT= HTTP library with thread-safe connection pooling, file post, and more
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography \
- ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl \
- ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography \
+ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna \
+ ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl \
+ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks
-USES= python
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= autoplist distutils
NO_ARCH= yes
SUB_FILES= pkg-message