pkgsrc/www/py-httplib2/Makefile
adam f19c33e231 py-httplib2: updated to 0.14.0
0.14.0
* Python3: PROXY_TYPE_SOCKS5 with str user/pass raised TypeError
2019-10-07 20:13:20 +00:00

20 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.17 2019/10/07 20:13:20 adam Exp $
DISTNAME= httplib2-0.14.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
# tests not included
do-test:
${DO_NADA}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"