diff options
author | leot <leot@pkgsrc.org> | 2015-12-30 15:05:35 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-12-30 15:05:35 +0000 |
commit | 678058d0ada61c47baeb73874634702268578c30 (patch) | |
tree | 4d62703bee70beafac8eceadb31b9da22ba339e9 | |
parent | 311867c8f6ea7c4f1c67bf435e27a4ba287ffed0 (diff) | |
download | pkgsrc-678058d0ada61c47baeb73874634702268578c30.tar.gz |
Update net/py-netlib to 0.15.1.
Changes:
0.15.1
------
o Update backports.ssl_match_hostname dependency
0.15.0
------
o Allow empty HTTP header value
o Initial Python 3.4 porting efforts
-rw-r--r-- | net/py-netlib/Makefile | 22 | ||||
-rw-r--r-- | net/py-netlib/distinfo | 10 |
2 files changed, 14 insertions, 18 deletions
diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile index 405764cf601..fa0ed8004bf 100644 --- a/net/py-netlib/Makefile +++ b/net/py-netlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/30 15:05:35 leot Exp $ -DISTNAME= netlib-0.14.0 +DISTNAME= netlib-0.15.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PYPI} @@ -13,20 +13,16 @@ LICENSE= mit USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.15.1:../../security/py-OpenSSL -DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.7:../../security/py-asn1 -DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname>=3.4.0.2:../../security/py-backports.ssl_match_hostname +DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1 +DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname>=3.5.0.1:../../security/py-backports.ssl_match_hostname DEPENDS+= ${PYPKGPREFIX}-certifi>=2015.9.6.2:../../security/py-certifi -DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.0:../../security/py-cryptography -DEPENDS+= ${PYPKGPREFIX}-hpack>=1.0.1:../../net/py-hpack -DEPENDS+= ${PYPKGPREFIX}-ipaddress>=1.0.14:../../net/py-ipaddress +DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.1.1:../../security/py-cryptography +DEPENDS+= ${PYPKGPREFIX}-hpack>=2.0.1:../../net/py-hpack +DEPENDS+= ${PYPKGPREFIX}-ipaddress>=1.0.15:../../net/py-ipaddress DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6.2:../../security/py-passlib -DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.14.0 - -# XXX: Get rid of garbage files (probably will not needed for future versions) -pre-configure: - rm -rf ${WRKSRC}/netlib/__pycache__/ +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.15.1 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-netlib/distinfo b/net/py-netlib/distinfo index a7e5dd8c3ba..2ac3722b396 100644 --- a/net/py-netlib/distinfo +++ b/net/py-netlib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/16 18:32:32 leot Exp $ +$NetBSD: distinfo,v 1.7 2015/12/30 15:05:35 leot Exp $ -SHA1 (netlib-0.14.0.tar.gz) = 4788912485e72cb7b57020578d45282fa7bf1416 -RMD160 (netlib-0.14.0.tar.gz) = ad3da450ea603d42d82096d21c56c4056b06196a -SHA512 (netlib-0.14.0.tar.gz) = a6f6f59f9aecf8321b7251cc4108b836ab3b203239eea570427f7c3eb5848ba1d57dfccd14f2a0432140e511baadf666b67dadf6ade3642aecf90cc107276c2b -Size (netlib-0.14.0.tar.gz) = 92426 bytes +SHA1 (netlib-0.15.1.tar.gz) = c723ec71eb43b0829937df39c724de73abd95fed +RMD160 (netlib-0.15.1.tar.gz) = 2f395e464ee931a8a734b2a0c8bc7ad180912f61 +SHA512 (netlib-0.15.1.tar.gz) = 169de515b200b40254b9f352b4a2153127cfacff67a05913f0510bd4b564a00efa7f79e85ea58ef6b70a45fdbb7a40a75d5d2d3e48c3f3222cef1b316b5b85d0 +Size (netlib-0.15.1.tar.gz) = 90878 bytes |