Wed Jan 8 20:54:27 2020 UTC ()
py-httpx: added version 0.10.1

HTTPX is a fully featured HTTP client for Python 3, which provides sync and
async APIs, and support for both HTTP/1.1 and HTTP/2.


(adam)
diff -r0 -r1.1 pkgsrc/www/py-httpx/DESCR
diff -r0 -r1.1 pkgsrc/www/py-httpx/Makefile
diff -r0 -r1.1 pkgsrc/www/py-httpx/PLIST
diff -r0 -r1.1 pkgsrc/www/py-httpx/distinfo

File Added: pkgsrc/www/py-httpx/DESCR
HTTPX is a fully featured HTTP client for Python 3, which provides sync and
async APIs, and support for both HTTP/1.1 and HTTP/2.

File Added: pkgsrc/www/py-httpx/Makefile
# $NetBSD: Makefile,v 1.1 2020/01/08 20:54:27 adam Exp $

DISTNAME=	httpx-0.10.1
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
DEPENDS+=	${PYPKGPREFIX}-chardet>=3.0.0:../../converters/py-chardet
DEPENDS+=	${PYPKGPREFIX}-h11>=0.8.0:../../www/py-h11
DEPENDS+=	${PYPKGPREFIX}-h2>=3.0:../../www/py-h2
DEPENDS+=	${PYPKGPREFIX}-hstspreload-[0-9]*:../../www/py-hstspreload
DEPENDS+=	${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
DEPENDS+=	${PYPKGPREFIX}-rfc3986>=1.3:../../www/py-rfc3986
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"

File Added: pkgsrc/www/py-httpx/PLIST
@comment $NetBSD: PLIST,v 1.1 2020/01/08 20:54:27 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/httpx/__init__.py
${PYSITELIB}/httpx/__init__.pyc
${PYSITELIB}/httpx/__init__.pyo
${PYSITELIB}/httpx/__version__.py
${PYSITELIB}/httpx/__version__.pyc
${PYSITELIB}/httpx/__version__.pyo
${PYSITELIB}/httpx/api.py
${PYSITELIB}/httpx/api.pyc
${PYSITELIB}/httpx/api.pyo
${PYSITELIB}/httpx/auth.py
${PYSITELIB}/httpx/auth.pyc
${PYSITELIB}/httpx/auth.pyo
${PYSITELIB}/httpx/backends/__init__.py
${PYSITELIB}/httpx/backends/__init__.pyc
${PYSITELIB}/httpx/backends/__init__.pyo
${PYSITELIB}/httpx/backends/asyncio.py
${PYSITELIB}/httpx/backends/asyncio.pyc
${PYSITELIB}/httpx/backends/asyncio.pyo
${PYSITELIB}/httpx/backends/auto.py
${PYSITELIB}/httpx/backends/auto.pyc
${PYSITELIB}/httpx/backends/auto.pyo
${PYSITELIB}/httpx/backends/base.py
${PYSITELIB}/httpx/backends/base.pyc
${PYSITELIB}/httpx/backends/base.pyo
${PYSITELIB}/httpx/backends/trio.py
${PYSITELIB}/httpx/backends/trio.pyc
${PYSITELIB}/httpx/backends/trio.pyo
${PYSITELIB}/httpx/client.py
${PYSITELIB}/httpx/client.pyc
${PYSITELIB}/httpx/client.pyo
${PYSITELIB}/httpx/config.py
${PYSITELIB}/httpx/config.pyc
${PYSITELIB}/httpx/config.pyo
${PYSITELIB}/httpx/content_streams.py
${PYSITELIB}/httpx/content_streams.pyc
${PYSITELIB}/httpx/content_streams.pyo
${PYSITELIB}/httpx/decoders.py
${PYSITELIB}/httpx/decoders.pyc
${PYSITELIB}/httpx/decoders.pyo
${PYSITELIB}/httpx/dispatch/__init__.py
${PYSITELIB}/httpx/dispatch/__init__.pyc
${PYSITELIB}/httpx/dispatch/__init__.pyo
${PYSITELIB}/httpx/dispatch/asgi.py
${PYSITELIB}/httpx/dispatch/asgi.pyc
${PYSITELIB}/httpx/dispatch/asgi.pyo
${PYSITELIB}/httpx/dispatch/base.py
${PYSITELIB}/httpx/dispatch/base.pyc
${PYSITELIB}/httpx/dispatch/base.pyo
${PYSITELIB}/httpx/dispatch/connection.py
${PYSITELIB}/httpx/dispatch/connection.pyc
${PYSITELIB}/httpx/dispatch/connection.pyo
${PYSITELIB}/httpx/dispatch/connection_pool.py
${PYSITELIB}/httpx/dispatch/connection_pool.pyc
${PYSITELIB}/httpx/dispatch/connection_pool.pyo
${PYSITELIB}/httpx/dispatch/http11.py
${PYSITELIB}/httpx/dispatch/http11.pyc
${PYSITELIB}/httpx/dispatch/http11.pyo
${PYSITELIB}/httpx/dispatch/http2.py
${PYSITELIB}/httpx/dispatch/http2.pyc
${PYSITELIB}/httpx/dispatch/http2.pyo
${PYSITELIB}/httpx/dispatch/proxy_http.py
${PYSITELIB}/httpx/dispatch/proxy_http.pyc
${PYSITELIB}/httpx/dispatch/proxy_http.pyo
${PYSITELIB}/httpx/exceptions.py
${PYSITELIB}/httpx/exceptions.pyc
${PYSITELIB}/httpx/exceptions.pyo
${PYSITELIB}/httpx/models.py
${PYSITELIB}/httpx/models.pyc
${PYSITELIB}/httpx/models.pyo
${PYSITELIB}/httpx/py.typed
${PYSITELIB}/httpx/status_codes.py
${PYSITELIB}/httpx/status_codes.pyc
${PYSITELIB}/httpx/status_codes.pyo
${PYSITELIB}/httpx/utils.py
${PYSITELIB}/httpx/utils.pyc
${PYSITELIB}/httpx/utils.pyo

File Added: pkgsrc/www/py-httpx/distinfo
$NetBSD: distinfo,v 1.1 2020/01/08 20:54:27 adam Exp $

SHA1 (httpx-0.10.1.tar.gz) = 22d0956f45463fec822af13ccfd7271f24afd611
RMD160 (httpx-0.10.1.tar.gz) = 535b9a22b1ea585bdf6427ebaa6ab3939cd0a7f7
SHA512 (httpx-0.10.1.tar.gz) = 4d0ab1d04b8796116745c479232ae3d0510f5733fdffbb45d505dca5d888834c11e9194fc82db72daca9c8e73e0114e45db349b75555268b22289f2ea5a604a2
Size (httpx-0.10.1.tar.gz) = 58429 bytes