2021-07-08 10:41:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2021/07/08 08:41:15 adam Exp $
|
2021-01-03 12:00:01 +01:00
|
|
|
|
2021-07-08 10:41:15 +02:00
|
|
|
DISTNAME= respx-0.17.1
|
2021-01-03 12:00:01 +01:00
|
|
|
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
|
|
|
|
|
2021-05-08 11:00:11 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.18.0:../../www/py-httpx
|
2021-01-03 12:00:01 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2021-07-08 10:41:15 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-httpx
|
2021-01-03 12:00:01 +01:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|