- 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
This commit is contained in:
parent
9610ea44b2
commit
997f54fe29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328571
3 changed files with 5 additions and 8 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue