# $NetBSD: Makefile,v 1.3 2023/11/13 11:21:06 wiz Exp $ DISTNAME= priority-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/priority/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://python-hyper.org/priority/ COMMENT= Pure-Python implementation of the HTTP/2 priority tree LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"