Source: subvertpy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooĳ <jelmer@debian.org>
Homepage: https://www.jelmer.uk/subvertpy
Rules-Requires-Root: no
Build-Depends: dh-python,
               libsvn-dev,
               python3-all-dev,
               python3-docutils,
               pydoctor (>> 19.11.0+git20200303.47424e7),
               python3-setuptools,
               debhelper-compat (= 12)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/packages/subvertpy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/subvertpy

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.
