control 3.0 KB

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