1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- Source: dulwich
- Section: python
- Priority: optional
- Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
- Uploaders: Jelmer Vernooij <jelmer@debian.org>
- Homepage: https://www.dulwich.io/
- Build-Depends: debhelper (>= 11),
- dh-python,
- git (>= 1:1.7.0.4-2) [!alpha !ppc64 !sparc64 !x32 !ia64],
- pypy-dev [alpha amd64 arm64 armel armhf i386 mips powerpc ppc64el s390x],
- python-all-dbg (>= 2.6.6-3),
- python-all-dev (>= 2.6.6-3),
- python-certifi,
- python-fastimport (>= 0.9.0~bzr293),
- python-unittest2,
- python-urllib3,
- python3-all-dbg,
- python3-all-dev,
- python3-certifi,
- python3-fastimport,
- python3-urllib3
- Standards-Version: 4.2.1
- Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
- Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
- Package: python-dulwich
- Architecture: any
- Depends: python-certifi,
- python-urllib3,
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
- Breaks: bzr-git (<< 0.6.2)
- Recommends: python-fastimport
- Description: Python Git library
- Dulwich is a Python implementation of the file formats and protocols
- used by the Git version control system. It can currently read from and write
- to existing Git repositories and implements the protocol for pushing and
- receiving packs from remote servers.
- .
- All functionality is available in pure Python, but for improved performance
- replacements of some modules written in C are also available. This package
- includes the high performance versions.
- .
- This package contains the module built for Python version 2.x.
- Package: pypy-dulwich
- Architecture: alpha amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x
- Provides: ${pypy:Provides}
- Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends}
- Recommends: pypy-fastimport
- Description: Python Git library - pypy module
- Dulwich is a Python implementation of the file formats and protocols
- used by the Git version control system. It can currently read from and write
- to existing Git repositories and implements the protocol for pushing and
- receiving packs from remote servers.
- .
- All functionality is available in pure Python, but for improved performance
- replacements of some modules written in C are also available. This package
- includes the high performance versions.
- .
- This package contains the module built for pypy.
- Package: python3-dulwich
- Architecture: any
- Depends: python3-certifi,
- python3-urllib3,
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
- Breaks: bzr-git (<< 0.6.2)
- Recommends: python3-fastimport
- Description: Python Git library - Python3 module
- Dulwich is a Python implementation of the file formats and protocols
- used by the Git version control system. It can currently read from and write
- to existing Git repositories and implements the protocol for pushing and
- receiving packs from remote servers.
- .
- All functionality is available in pure Python, but for improved performance
- replacements of some modules written in C are also available. This package
- includes the high performance versions.
- .
- This package contains the module built for Python version 3.x.
|