4ff8d94f0d
0.12.0 Drop support for Python 3.3 ca_certs from environment HTTPLIB2_CA_CERTS or certifi PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required Revert http:443->https workaround eliminate connection pool read race cache: stronger safename
16 lines
425 B
Makefile
16 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/11/21 17:21:17 adam Exp $
|
|
|
|
DISTNAME= httplib2-0.12.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
|
|
|
|
MAINTAINER= mj@mjturner.net
|
|
HOMEPAGE= https://github.com/httplib2/httplib2
|
|
COMMENT= Comprehensive http client library for Python
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|