File: control

package info (click to toggle)
pyreflink 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 333; makefile: 147; ansic: 64; sh: 16
file content (34 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.2
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.