control 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Source: dulwich
  2. Section: python
  3. Priority: optional
  4. Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
  5. Uploaders: Jelmer Vernooij <jelmer@debian.org>
  6. Homepage: https://www.dulwich.io/
  7. Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9.20160114), python-unittest2, git (>= 1:1.7.0.4-2) [!alpha !ppc64 !sparc64 !x32], python-fastimport (>= 0.9.0~bzr293), python3-fastimport, pypy-dev [!hurd-any !m68k !sh4 !x32], dh-python, python-certifi, python3-certifi, python-urllib3, python3-urllib3
  8. Standards-Version: 4.1.1
  9. X-Python3-Version: >= 3.2
  10. Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
  11. Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
  12. Package: python-dulwich
  13. Architecture: any
  14. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-urllib3, python-certifi
  15. Breaks: bzr-git (<< 0.6.2)
  16. Recommends: python-fastimport
  17. Description: Python Git library
  18. Dulwich is a Python implementation of the file formats and protocols
  19. used by the Git version control system. It can currently read from and write
  20. to existing Git repositories and implements the protocol for pushing and
  21. receiving packs from remote servers.
  22. .
  23. All functionality is available in pure Python, but for improved performance
  24. replacements of some modules written in C are also available. This package
  25. includes the high performance versions.
  26. .
  27. This package contains the module built for Python version 2.x.
  28. Package: pypy-dulwich
  29. Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x alpha hppa kfreebsd-any powerpc powerpcspe ppc64 sparc64
  30. Provides: ${pypy:Provides}
  31. Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
  32. Recommends: pypy-fastimport
  33. Description: Python Git library - pypy module
  34. Dulwich is a Python implementation of the file formats and protocols
  35. used by the Git version control system. It can currently read from and write
  36. to existing Git repositories and implements the protocol for pushing and
  37. receiving packs from remote servers.
  38. .
  39. All functionality is available in pure Python, but for improved performance
  40. replacements of some modules written in C are also available. This package
  41. includes the high performance versions.
  42. .
  43. This package contains the module built for pypy.
  44. Package: python3-dulwich
  45. Architecture: any
  46. Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3-urllib3, python3-certifi
  47. Breaks: bzr-git (<< 0.6.2)
  48. Recommends: python3-fastimport
  49. Description: Python Git library - Python3 module
  50. Dulwich is a Python implementation of the file formats and protocols
  51. used by the Git version control system. It can currently read from and write
  52. to existing Git repositories and implements the protocol for pushing and
  53. receiving packs from remote servers.
  54. .
  55. All functionality is available in pure Python, but for improved performance
  56. replacements of some modules written in C are also available. This package
  57. includes the high performance versions.
  58. .
  59. This package contains the module built for Python version 3.x.