a010887aab
0.7.3 ? 0.7.2 Added secure proxy support 0.7.1 ? 0.7.0 Upgrade python-socks to 2.0.0
22 lines
708 B
Makefile
22 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.11 2022/03/17 14:26:27 adam Exp $
|
|
|
|
DISTNAME= httpx-socks-0.7.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/romis2012/httpx-socks
|
|
COMMENT= Proxy (HTTP, SOCKS) transports for httpx
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx
|
|
DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.14.0:../../www/py-httpcore
|
|
DEPENDS+= ${PYPKGPREFIX}-python-socks>=2.0.0:../../net/py-python-socks
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-httpcore, py-anyio, py-uvloop
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|