# $NetBSD: Makefile,v 1.15 2024/03/24 17:17:58 adam Exp $ DISTNAME= respx-0.21.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/lundberg/respx COMMENT= Utility for mocking out the Python HTTPX library LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"