2021-08-25 21:20:56 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2021/08/25 19:20:56 adam Exp $
|
2020-01-08 21:54:27 +01:00
|
|
|
|
2021-08-25 21:20:56 +02:00
|
|
|
DISTNAME= httpx-0.19.0
|
2020-01-08 21:54:27 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/encode/httpx
|
|
|
|
COMMENT= The next generation HTTP client
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
|
2021-07-08 10:39:00 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.13.3:../../www/py-httpcore
|
2020-01-08 21:54:27 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-rfc3986>=1.3:../../www/py-rfc3986
|
2020-06-03 16:21:26 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio
|
2020-01-08 21:54:27 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2021-07-08 10:39:00 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-httpcore, py-anyio, py-uvloop
|
2020-01-08 21:54:27 +01:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|