From 997f54fe298bd515b73bf352bc59e626188ea089 Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Sat, 28 Sep 2013 14:46:25 +0000 Subject: [PATCH] - Update to 1.7.1 - Use PYTHON_PY3K_PLIST_HACK ChangeLog: https://github.com/shazow/urllib3/blob/1.7.1/CHANGES.rst#171-2013-09-25 --- net/py-urllib3/Makefile | 7 ++----- net/py-urllib3/distinfo | 4 ++-- net/py-urllib3/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index c3ee5102a4bd..240d1866428e 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYTHON_PY3K_PLIST_HACK= yes NO_STAGE= yes .include @@ -26,10 +27,6 @@ PLIST_SUB+= SSL="" PLIST_SUB+= SSL="@comment " .endif -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - # distutils module can't exclude file (during install step) post-extract: .if ${PYTHON_REL} >= 300 diff --git a/net/py-urllib3/distinfo b/net/py-urllib3/distinfo index ec86a840a6b6..5fbc6473d463 100644 --- a/net/py-urllib3/distinfo +++ b/net/py-urllib3/distinfo @@ -1,2 +1,2 @@ -SHA256 (urllib3-1.7.tar.gz) = c31f4ee4c76c56794cec5b23af042515abb93d667f1a3fbfe3e452056c6c4be0 -SIZE (urllib3-1.7.tar.gz) = 61123 +SHA256 (urllib3-1.7.1.tar.gz) = 20fb9e6c7127a6f7a758919f6de7ef352bb955084006f29e838045caca00cb1b +SIZE (urllib3-1.7.1.tar.gz) = 67329 diff --git a/net/py-urllib3/pkg-descr b/net/py-urllib3/pkg-descr index b8bb86f8dc46..7d037dcc1191 100644 --- a/net/py-urllib3/pkg-descr +++ b/net/py-urllib3/pkg-descr @@ -1,4 +1,4 @@ Urllib3 is an HTTP library with thread-safe connection pooling, and file post. -WWW: http://urllib3.readthedocs.org/ +WWW: https://github.com/shazow/urllib3/