8192adb169
0.12.3: No changes to library. Distribute py3 wheels.
20 lines
468 B
Makefile
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"
|