dev-python / btrfsutil

Library for managing Btrfs filesystems

Official package sites : https://github.com/kdave/btrfs-progs ·

v6.11 :: 0 :: gentoo

Modified
License
LGPL-2+
Keywords
~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
USE flags
debug test verify-sig

v6.10.1 :: 0 :: gentoo

Modified
License
LGPL-2+
Keywords
~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
USE flags
debug test verify-sig

v6.9.2 :: 0 :: gentoo

Modified
License
LGPL-2+
Keywords
~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
USE flags
debug test verify-sig

General

debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
verify-sig
Verify upstream signatures on distfiles

python_targets

python3_10
Build with Python 3.10
python3_11
Build with Python 3.11
python3_12
Build with Python 3.12
python3_13
Build with Python 3.13

dev-lang / python : An interpreted, interactive, object-oriented programming language

sys-fs / btrfs-progs : Btrfs filesystem utilities

dev-lang / python : An interpreted, interactive, object-oriented programming language

sys-fs / btrfs-progs : Btrfs filesystem utilities

sys-fs / btrfs-progs : Btrfs filesystem utilities

Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/btrfsutil: add 6.11
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/btrfsutil: drop 6.8.1, 6.9
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/btrfsutil: add 6.10.1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/btrfsutil: add 6.9.2
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-python/btrfsutil: disable py3.13
``` module.c: In function ‘path_converter’: module.c:70:24: error: implicit declaration of function ‘_PyObject_LookupSpecial’ [-Wimplicit-function-declaration] 70 | func = _PyObject_LookupSpecial(o, &PyId___fspath__); | ^~~~~~~~~~~~~~~~~~~~~~~ module.c:70:22: error: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 70 | func = _PyObject_LookupSpecial(o, &PyId___fspath__); | ^ ``` Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/btrfsutil: optimize src_unpack further
As mentioned in c8e331071da74d11d651ebd32bbf4efbd25e0f8e. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mike Gilbert · gentoo
dev-python/btrfsutil: optimize src_unpack
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mike Gilbert · gentoo
dev-python/btrfsutil: new package, add 6.8.1, 6.9
Closes: https://bugs.gentoo.org/934567 Signed-off-by: Mike Gilbert <floppym@gentoo.org>