blob: 2d7fafef1b4f3ca50e3d978fc29b42bcedbee021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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"
|