control 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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-Python-Version: >= 2.7
  10. X-Python3-Version: >= 3.2
  11. Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
  12. Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
  13. Package: python-dulwich
  14. Architecture: any
  15. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-urllib3, python-certifi
  16. Breaks: bzr-git (<< 0.6.2)
  17. Recommends: python-fastimport
  18. Description: Python Git library
  19. Dulwich is a Python implementation of the file formats and protocols
  20. used by the Git version control system. It can currently read from and write
  21. to existing Git repositories and implements the protocol for pushing and
  22. receiving packs from remote servers.
  23. .
  24. All functionality is available in pure Python, but for improved performance
  25. replacements of some modules written in C are also available. This package
  26. includes the high performance versions.
  27. .
  28. This package contains the module built for Python version 2.x.
  29. Package: pypy-dulwich
  30. Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x alpha hppa kfreebsd-any powerpc powerpcspe ppc64 sparc64
  31. Provides: ${pypy:Provides}
  32. Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
  33. Recommends: pypy-fastimport
  34. Description: Python Git library - pypy module
  35. Dulwich is a Python implementation of the file formats and protocols
  36. used by the Git version control system. It can currently read from and write
  37. to existing Git repositories and implements the protocol for pushing and
  38. receiving packs from remote servers.
  39. .
  40. All functionality is available in pure Python, but for improved performance
  41. replacements of some modules written in C are also available. This package
  42. includes the high performance versions.
  43. .
  44. This package contains the module built for pypy.
  45. Package: python3-dulwich
  46. Architecture: any
  47. Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3-urllib3, python3-certifi
  48. Breaks: bzr-git (<< 0.6.2)
  49. Recommends: python3-fastimport
  50. Description: Python Git library - Python3 module
  51. Dulwich is a Python implementation of the file formats and protocols
  52. used by the Git version control system. It can currently read from and write
  53. to existing Git repositories and implements the protocol for pushing and
  54. receiving packs from remote servers.
  55. .
  56. All functionality is available in pure Python, but for improved performance
  57. replacements of some modules written in C are also available. This package
  58. includes the high performance versions.
  59. .
  60. This package contains the module built for Python version 3.x.