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
|
Source: subvertpy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python,
libsvn-dev,
# python-all-dbg (>= 2.6.6-3),
python3-all-dev,
# python3-all-dbg,
python3-docutils,
python3-setuptools,
pydoctor,
debhelper-compat (= 13)
Standards-Version: 4.7.3.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/subvertpy
Vcs-Git: https://salsa.debian.org/python-team/packages/subvertpy.git
Homepage: https://github.com/jelmer/subvertpy
Rules-Requires-Root: no
Package: python3-subvertpy
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Provides: ${python3:Provides}
Description: Alternative Python bindings for Subversion - Python 3
Python bindings for the Subversion version control system. The aim of
these bindings is to be fast, complete and to provide an API that feels native
to Python programmers.
.
This also includes an experimental server-side implementation of the
Subversion protocol.
.
This package contains the Python 3 version.
|