File: control

package info (click to toggle)
python-socks 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 544 kB
  • sloc: python: 5,191; sh: 8; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,271 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
Source: python-socks
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 pybuild-plugin-pyproject,
 python3-anyio <!nocheck>,
 python3-async-timeout <!nocheck>,
 python3-flask <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-tornasync <!nocheck>,
 python3-pytest-trio <!nocheck>,
 python3-pytest-twisted <!nocheck>,
 python3-setuptools,
 python3-tiny-proxy <!nocheck>,
 python3-trio <!nocheck>,
 python3-trustme <!nocheck>,
 python3-yarl <!nocheck>,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/romis2012/python-socks
Vcs-Git: https://salsa.debian.org/python-team/packages/python-socks.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-socks
Rules-Requires-Root: no

Package: python3-python-socks
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
 Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async
 (asyncio, trio, curio, anyio) APIs.