File: control

package info (click to toggle)
python-socksipy 1.6.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: python: 933; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,575 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
41
42
43
44
45
46
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: 4.2.1
Build-Depends: debhelper (>= 11),
	dh-python,
	python-all,
	python-setuptools,
	python3-all,
	python3-setuptools,
Rules-Requires-Root: no
Homepage: https://github.com/Anorov/PySocks
Vcs-Git: https://salsa.debian.org/python-team/modules/python-socksipy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-socksipy

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.