0424ac060d
0.20.1 Fixed - Support HTTPX 0.23.1, thanks @g-as for input Added - Officially support Python 3.11 - Run pre-commit hooks in CI workflow Changed - Bump autoflake, thanks @antonagestam Removed - Drop support for Python 3.6
20 lines
521 B
Makefile
20 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/11/18 18:55:12 adam Exp $
|
|
|
|
DISTNAME= respx-0.20.1
|
|
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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|