pkgsrc/www/py-httpcore/Makefile
adam 1a63d5fbd4 py-httpcore: updated to 0.14.7
0.14.7
- Requests which raise a PoolTimeout need to be removed from the pool queue.
- Fix AttributeError that happened when Socks5Connection were terminated.
2022-02-05 12:05:43 +00:00

24 lines
772 B
Makefile

# $NetBSD: Makefile,v 1.17 2022/02/05 12:05:43 adam Exp $
DISTNAME= httpcore-0.14.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/encode/httpcore
COMMENT= Minimal low-level HTTP client
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-anyio>=3.0.0:../../devel/py-anyio
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-h11>=0.11.0:../../www/py-h11
DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2
DEPENDS+= ${PYPKGPREFIX}-sniffio>=1.0.0:../../misc/py-sniffio
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-anyio, py-uvloop
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"