File: control

package info (click to toggle)
lexicon 3.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72,684 kB
  • sloc: python: 20,075; sh: 94; makefile: 11
file content (60 lines) | stat: -rw-r--r-- 1,668 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: lexicon
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ana Custura <ana@netstat.org.uk>,
 Michel Le Bihan <michel@lebihan.pl>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-boto3,
 python3-bs4,
 python3-cryptography,
 python3-dnspython,
 python3-hatchling,
 python3-idna,
 python3-openssl,
 python3-pyotp,
 python3-pytest,
 python3-softlayer,
 python3-tldextract,
 python3-vcr,
 python3-yaml,
 python3-zeep,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lexicon
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lexicon.git
Homepage: https://github.com/dns-lexicon/dns-lexicon
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
X-Style: black

Package: python3-lexicon
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-boto3,
 python3-softlayer,
 python3-zeep,
Description: Manipulate DNS records on various DNS providers (Python 3)
 Lexicon provides a way to manipulate DNS records on multiple DNS
 providers in a standardized way. Lexicon was designed to be used in
 automation, specifically letsencrypt.
 .
 This package installs the library for Python 3.

Package: lexicon
Architecture: all
Depends:
 python3-lexicon (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: CLI for manipulating DNS records on various DNS providers
 Lexicon provides a way to manipulate DNS records on multiple DNS
 providers in a standardized way. Lexicon was designed to be used in
 automation, specifically letsencrypt.