File: control

package info (click to toggle)
python-socksipy 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 115
  • sloc: python: 779; sh: 19; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: python-socksipy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python
Homepage: https://github.com/Anorov/PySocks
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-socksipy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-socksipy.git

Package: python-socks
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Breaks: python-pysocks, python-socksipy
Replaces: python-pysocks, python-socksipy
Description: Python 2 SOCKS client module
 This module was designed to allow developers of Python
 software that uses the Internet or another TCP/IP-based
 network to add support for connection through a SOCKS proxy
 server with as much ease as possible.
 .
 The module is also knowns as SocksiPy or PySocks.
 .
 This is the Python 2 version.

Package: python3-socks
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Breaks: python3-pysocks, python3-socksipy
Replaces: python3-pysocks, python3-socksipy
Description: Python 3 SOCKS client module
 This module was designed to allow developers of Python
 software that uses the Internet or another TCP/IP-based
 network to add support for connection through a SOCKS proxy
 server with as much ease as possible.
 .
 The module is also knowns as SocksiPy or PySocks.
 .
 This is the Python 3 version.