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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: pycurl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
libcurl4-gnutls-dev (>= 7.57.0),
libgnutls28-dev,
libssh2-1-dev,
python-all-dbg,
python-all-dev (>= 2.6.6-3~),
python-bottle,
python-docutils,
python-flaky,
python-nose,
python-sphinx,
python3-all-dbg,
python3-all-dev,
python3-flaky,
Standards-Version: 3.9.8
X-Python-Version: all
Homepage: http://pycurl.sourceforge.net
Vcs-Git: https://salsa.debian.org/python-team/modules/pycurl.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pycurl
Package: python-pycurl
Architecture: any
Suggests: libcurl4-gnutls-dev,
python-pycurl-dbg,
python-pycurl-doc,
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
Description: Python bindings to libcurl
This module provides the Python bindings to libcurl. Please refer to
the libcurl documentation available in libcurl4-gnutls-dev Debian package.
.
NOTE: the SSL support is provided by GnuTLS.
.
This package contains PyCURL for Python 2.
Package: python3-pycurl
Architecture: any
Suggests: libcurl4-gnutls-dev,
python-pycurl-doc,
python3-pycurl-dbg,
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python bindings to libcurl (Python 3)
This module provides the Python bindings to libcurl. Please refer to
the libcurl documentation available in libcurl4-gnutls-dev Debian package.
.
NOTE: the SSL support is provided by GnuTLS.
.
This package contains PyCURL for Python 3.
Package: python-pycurl-dbg
Section: debug
Architecture: any
Depends: python-dbg,
python-pycurl (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Python bindings to libcurl (debug extension)
This module provides the Python bindings to libcurl. Please refer to
the libcurl documentation available in libcurl4-gnutls-dev Debian package.
.
This package contains the extension built for the Python 2 debug interpreter.
Package: python3-pycurl-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pycurl (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Python bindings to libcurl (debug extension, Python 3)
This module provides the Python bindings to libcurl. Please refer to
the libcurl documentation available in libcurl4-gnutls-dev Debian package.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python-pycurl-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
Description: Python bindings to libcurl (documentation)
This module provides the Python bindings to libcurl. Please refer to
the libcurl documentation available in libcurl4-gnutls-dev Debian package.
.
NOTE: the SSL support is provided by GnuTLS.
.
This package contains the PyCURL documentation.
|