pkgsrc/www/py-httplib2/Makefile
adam 8192adb169 py-httplib2: updated to 0.12.3
0.12.3:
No changes to library. Distribute py3 wheels.
2019-04-29 08:49:39 +00:00

20 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.14 2019/04/29 08:49:39 adam Exp $
DISTNAME= httplib2-0.12.3
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"