Source: bzrformats
Section: python
Priority: optional
Maintainer: Jelmer Vernooĳ <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               cython3 (>= 0.29),
               python3-all-dev,
               python3-catalogus,
               python3-patiencediff,
               python3-setuptools,
               python3-setuptools-rust,
               python3-vcsgraph,
               cargo:native,
               rustc:native,
               libstd-rust-dev,
               librust-base64-dev,
               librust-bendy-dev,
               librust-byteorder-dev,
               librust-chrono-dev,
               librust-crc32fast-dev,
               librust-fancy-regex-dev,
               librust-flate2-dev,
               librust-lazy-regex-dev,
               librust-lazy-static-1+default-dev (>= 1.4.0-~~),
               librust-log-dev,
               librust-maplit-dev,
               librust-memchr-dev,
               librust-nix-dev (>= 0.26-~~),
               librust-pyo3-dev (>= 0.26-~~), librust-pyo3-dev (<< 0.29-~~),
               librust-pyo3-filelike-dev,
               librust-rand-dev,
               librust-regex-dev,
               librust-sha1-dev,
               librust-tempfile-dev,
               librust-unicode-normalization-dev,
               librust-walkdir-dev,
               librust-xmltree-dev,
               librust-xz2-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/breezy-team/bzrformats
Vcs-Git: https://github.com/breezy-team/bzrformats.git -b debian/main
Vcs-Browser: https://github.com/breezy-team/bzrformats
Rules-Requires-Root: no

Package: python3-bzrformats
Architecture: any
Depends: python3-catalogus,
         python3-patiencediff,
         python3-vcsgraph,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Description: Bazaar version control formats
 bzrformats provides support for Bazaar version control formats.
 It includes implementations for reading and writing Bazaar repository
 formats, including knit, pack, and groupcompress formats.
 .
 This package contains the Python 3 library.
