Versions
v3.3.7-r2 :: 0 :: gentoo
- Modified
- License
- GPL-2+ Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016
- Keywords
- ~amd64 ~arm64 ~x86
- USE flags
- debug
v3.3.5-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2+ Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016
- Keywords
- ~amd64 ~arm64 ~x86
- USE flags
- debug
USE flags
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
python_single_target
- python3_10
- Build for Python 3.10 only
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
Dependencies
dev-lang / python : Freethreading (no-GIL) version of Python programming language
Runtime Dependencies
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-python / configobj : Simple config file reader and writer
dev-python / dulwich : Pure-Python implementation of the Git file formats and protocols
dev-python / fastbencode : Implementation of bencode with optional fast C extensions
dev-python / merge3 : Python implementation of 3-way merge
dev-python / patiencediff : Python implementation of the patiencediff algorithm
dev-python / pyyaml : YAML parser and emitter for Python
dev-python / tzlocal : tzinfo object for the local timezone
dev-python / urllib3 : HTTP library with thread-safe connection pooling, file post, and more
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
*/*: update for slotted Rust
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
dev-vcs/breezy: Add missing RDEPEND on dev-python/tzlocal
$ brz log Error: PyErr { type: <class 'ModuleNotFoundError'>, value: ModuleNotFoundError("No module named 'tzlocal'"), traceback: Some(<traceback object at 0x7f007933a240>) } Acked-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: drop 3.3.4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-vcs/breezy: add 3.3.7
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: add 3.3.5
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: drop 3.3.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: Keyword 3.3.4 x86, #909844
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-vcs/breezy: drop 3.2.1-r1, 3.3.0-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-vcs/breezy: add 3.3.4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-vcs/breezy: Keyword 3.3.3 arm64, #909844
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: add 3.3.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-vcs/breezy: Keyword 3.3.0-r1 arm64, #909844
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: fix missing RDEPs, fix strip call
Closes: https://bugs.gentoo.org/910051 Closes: https://bugs.gentoo.org/909846 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: add 3.3.0, enable py3.11, restrict tests
I've given up on adding tests. Yes, we have 29K out of 30K passed. The 1K failing is ERROR/FAIL, so some of them might be false positives, maybe something with portage sandbox, maybe with not CI environment - I've given up. I conclude that it is good enough for now. Closes: https://bugs.gentoo.org/896944 Closes: https://bugs.gentoo.org/903674 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: Keyword 3.2.1-r1 arm64, #905055
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: fix bin symlinks
Closes: https://bugs.gentoo.org/814818 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-vcs/breezy: initial packaging (v3.2.1)
Some notes for this package: - has huge test suite, around ~30,000. Sadly some of them need disabling (0.8%) - takes ~24 minutes per python target - installs aliases for old bzr bin names - anyone can help and improve the ebuild Closes: https://bugs.gentoo.org/705018 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>