summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1226550ffc11f7b3eac3c030f74cbc81db386c21 (plain)
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
Source: python-service-identity
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
  python-all, python-setuptools, python-openssl, python-pyasn1-modules, python-characteristic, python-pytest,
  python3-all, python3-setuptools, python3-openssl, python3-pyasn1-modules, python3-characteristic, python3-pytest,
 python3-idna, python-idna
Build-Depends-Indep: python3-sphinx
Standards-Version: 3.9.7
Section: python
Homepage: https://pypi.python.org/pypi/service_identity
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-service-identity.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-servicy-identity.git

Package: python-service-identity
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-idna
Description: Service identity verification for pyOpenSSL (Python 2 module)
 Service_identity aspires to give you all the tools you need for verifying
 whether a certificate is valid for the intended purposes.
 .
 In the simplest case, this means host name verification.  However,
 service_identity implements RFC 6125 fully and plans to add other
 relevant RFCs too.

Package: python3-service-identity
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-idna
Description: Service identity verification for pyOpenSSL (Python 3 module)
 Service_identity aspires to give you all the tools you need for verifying
 whether a certificate is valid for the intended purposes.
 .
 In the simplest case, this means host name verification.  However,
 service_identity implements RFC 6125 fully and plans to add other
 relevant RFCs too.