summaryrefslogtreecommitdiff
path: root/net/py-Socks
AgeCommit message (Collapse)AuthorFilesLines
2018-06-16The Socks and SocksiPy-branch packages conflict.bsiegert1-1/+3
They both install a Python module named "socks" :(
2017-12-21py-Socks: updated to 1.6.8adam2-9/+9
1.6.8: Remove support for EOL Python 3.3
2017-04-07Changes 1.6.7:adam3-10/+13
Bug fixes.
2016-01-02Import py35-Socks-1.5.6 as net/py-Socks.wiz4-0/+41
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)