File: control

package info (click to toggle)
python-aiohttp-proxy 0.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: python: 735; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,105 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
Source: python-aiohttp-proxy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: ca-certificates <!nocheck>,
               debhelper-compat (= 13),
               dh-python,
               python3-aiohttp (>= 2.3.2) <!nocheck>,
               python3-all,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/Skactor/aiohttp-proxy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiohttp-proxy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiohttp-proxy
Testsuite: autopkgtest-pkg-python

Package: python3-aiohttp-proxy
Architecture: all
Depends: python3-aiohttp (>= 2.3.2), ${misc:Depends}, ${python3:Depends}
Description: full-featured proxy connector for aiohttp
 This library provides a SOCKS proxy connector for aiohttp.
 HTTP, HTTPS, SOCKS4(a) and SOCKS5(h) proxies are supported.
 .
 This package installs the library for Python 3.