pkgsrc/www/py-websocket-client/Makefile
adam 859ad147d6 py-websocket-client: updated to 0.59.0
0.59.0
- Last main release to support Python 2
- Fix Python 2 urlparse scheme
- Add support for headers with multiple values
- Add debug support for reserved custom status codes
- Allow multiple Set-Cookie: headers
- Simplified cookie sorting
- Add no_proxy support
- Add Host header to HTTP proxy request
- Improve PEP8 style compliance
2021-05-05 04:45:30 +00:00

24 lines
642 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/05/05 04:45:30 adam Exp $
DISTNAME= websocket-client-0.59.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/websocket-client/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/websocket-client/websocket-client
COMMENT= WebSocket client module
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} wsdump.py wsdump-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"