File: control

package info (click to toggle)
python-gssapi 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: python: 3,733; sh: 198; makefile: 154; ansic: 60
file content (37 lines) | stat: -rw-r--r-- 1,168 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
Source: python-gssapi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Robbie Harwood (frozencemetery) <rharwood@club.cc.cmu.edu>,
 Timo Aaltonen <tjaalton@debian.org>,
 Martin <debacle@debian.org>,
Standards-Version: 4.6.1.1
Homepage: https://github.com/pythongssapi/python-gssapi
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 cython3,
 libkrb5-dev,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-flake8,
 python3-setuptools,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gssapi.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gssapi

Package: python3-gssapi
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
Description: Python 3 interface to GSSAPI
 Python3 Bindings for GSSAPI.  These bindings are for both RFC 2743/2744 and
 many extensions.  They are native bindings produced using Cython.
 .
 Available extensions will vary based on what your GSSAPI implementation
 supports; see package documentation for a detailed list of what is available.