pkgsrc/www/py-httplib2/Makefile
adam 03b8fa6bf9 py-httplib2: updated to 0.13.0
0.13.0
* Allow setting TLS max/min versions
2019-06-10 08:34:04 +00:00

20 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/06/10 08:34:04 adam Exp $
DISTNAME= httplib2-0.13.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"