File: control

package info (click to toggle)
aiohttp-socks 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 1,016; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,149 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
Source: aiohttp-socks
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Build-Depends: ca-certificates <!nocheck>,
               debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-aiohttp <!nocheck>,
               python3-all,
               python3-python-socks,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-setuptools
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/romis2012/aiohttp-socks
Vcs-Git: https://salsa.debian.org/python-team/packages/aiohttp-socks.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/aiohttp-socks
Testsuite: autopkgtest-pkg-python

Package: python3-aiohttp-socks
Architecture: all
Depends: python3-aiohttp, python3-python-socks, ${misc:Depends}, ${python3:Depends}
Description: SOCKS proxy connector for aiohttp (Python 3)
 SOCKS proxy connector for aiohttp that supports SOCKS4(a) and SOCKS5.
 .
 This package installs the library for Python 3.