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.
16 lines
458 B
Makefile
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"
|