Source: pyreflink
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all-dev,
 python3-cffi,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools
Standards-Version: 4.6.0
Homepage: https://gitlab.com/rubdos/pyreflink
Vcs-Git: https://salsa.debian.org/python-team/packages/pyreflink.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyreflink
Rules-Requires-Root: no

Package: python3-reflink
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python Library wrapping platform-specific reflink implementations
 Python wrapper around the ``reflink`` system calls.
 .
 Features:
 .
  * Btrfs, XFS, OCFS2 ``reflink`` support. Btrfs is tested the most.
  * Apple macOS APFS ``clonefile`` support. Little testing, be careful. It
    might eat data.
  * A convenience method that checks support for reflinks within a specific
    directory.
