File: control

package info (click to toggle)
python-gssapi 1.6.1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 744 kB
  • sloc: python: 2,991; makefile: 155; ansic: 27
file content (28 lines) | stat: -rw-r--r-- 1,062 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
Source: python-gssapi
Section: python
Priority: optional
Maintainer: Robbie Harwood (frozencemetery) <rharwood@club.cc.cmu.edu>
Uploaders: Dafydd Harries <daf@debian.org>, Timo Aaltonen <tjaalton@debian.org>
Standards-Version: 4.5.0
Homepage: https://github.com/pythongssapi/python-gssapi
Build-Depends: cython3,
               debhelper (>= 10), dh-python,
               python3-all-dev,
               python3-setuptools,
               python3-flake8,
               python3-nose,
               python3-nose-parameterized,
               python3-six,
               libkrb5-dev

Package: python3-gssapi
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc: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.