50202d5dc7
v0.4.0 Make it compatible with httpx 0.18.x
21 lines
608 B
Makefile
21 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/05/08 09:02:54 adam Exp $
|
|
|
|
DISTNAME= httpx-socks-0.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/}
|
|
|
|
MAINTAINER= pkgsrc-users@pkgsrc.org
|
|
HOMEPAGE= https://github.com/romis2012/httpx-socks
|
|
COMMENT= Proxy (HTTP, SOCKS) transports for httpx
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.18.1:../../www/py-httpx
|
|
DEPENDS+= ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|