           SPELL=pysocks
          SPELLX=PySocks
         VERSION=1.7.1
          SOURCE="${SPELLX}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.io/packages/source/P/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:cef4a5ce8c67fb485644696a23bf68a721db47f3211212de2d4431eaf9ebd26077dd5a06f6dfa7fde2dcb9d7c1ed551facd014e999929cb4d7b504972c464016
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=https://github.com/Anorov/PySocks
      LICENSE[0]=BSD
         ENTERED=20161004
           SHORT="Python SOCKS client module"
cat << EOF
Updated and semi-actively maintained version of SocksiPy, with bug fixes and
extra features.

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)
- urllib2 handler included.
EOF
