6e6a3306f1
This package contains an updated and actively maintained version of SocksiPy, with bug fixes and extra features. It acts as a drop-in replacement to the socket module. Features * SOCKS proxy client for Python 2.6 - 3.x * TCP and UDP both supported * HTTP proxy client included but not supported or recommended (you should use urllib2's or requests' own HTTP proxy interface)
16 lines
415 B
Makefile
16 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/02 10:10:10 wiz Exp $
|
|
|
|
DISTNAME= PySocks-1.5.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PySocks/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Anorov/PySocks
|
|
COMMENT= Python Socks module
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|