pkgsrc/www/py-httpcore/Makefile
adam c2df63d8b9 py-httpcore: updated to 0.12.0
0.12.0

Changed
- HTTP header casing is now preserved, rather than always sent in lowercase.

Added
- Add Python 3.9 to officially supported versions.

Fixed
- Gracefully handle a stdlib asyncio bug when a connection is closed while it is in a paused-for-reading state.
2020-10-13 11:12:41 +00:00

22 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/10/13 11:12:41 adam Exp $
DISTNAME= httpcore-0.12.0
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}-h11>=0.8.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
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"