File: control

package info (click to toggle)
python-nextdns 3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 1,548; sh: 10; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 996 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
Source: python-nextdns
Section: python
Priority: optional
Maintainer: Sourav Bhattacharya <souravbhattacharya@tutamail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
Build-Depends-Indep:
 python3-pytest,
 python3-syrupy,
 python3-aiohttp,
 python3-aioresponses,
 python3-tenacity,
 python3-pytest-asyncio,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Homepage: https://github.com/bieniu/nextdns
Vcs-Browser: https://salsa.debian.org/sxctic-54l/python-nextdns
Vcs-Git: https://salsa.debian.org/sxctic-54l/python-nextdns.git

Package: python3-nextdns
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Python wrapper for NextDNS API
 This package is a Python wrapper for NextDNS.
 One needs to generate an API key at the NextDNS site at
 https://my.nextdns.io/signup, and after registration it is
 possible to use the API.
 .
 This package is a dependency for Home Assistant.