pkgsrc/www/py-httptools/Makefile
adam d438701161 py-httptools: updated to 0.1.1
v0.1.1:
Restore Python 3.5 support

v0.1.0:
No functional changes from 0.0.13, except the new release flow and
binary wheels.
2020-02-18 10:12:20 +00:00

16 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/02/18 10:12:20 adam Exp $
DISTNAME= httptools-0.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httptools/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/MagicStack/httptools
COMMENT= Collection of framework independent HTTP protocol utils
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"