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
|
Source: pysvn
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libapr1-dev,
libaprutil1-dev,
libneon27-gnutls-dev,
libsvn-dev,
python3-all,
python3-all-dev,
python3-setuptools,
python3-cxx-dev,
subversion
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://pysvn.sourceforge.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/pysvn.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pysvn
Package: python3-svn
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: python3-pysvn
Description: A(nother) Python 3 interface to Subversion
The pysvn module is a Python 3 interface to the Subversion version
control system. This API exposes client interfaces for managing a
working copy, querying a repository, and synchronizing the two.
|