Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-utils-r1.eclass: Mark python_export private | 2020-03-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | metadata/install-qa-check.d/60python-pyc: Add EAPI guard | 2019-12-30 | 1 | -66/+69 | |
| | | | | | Closes: https://bugs.gentoo.org/704286 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | install-qa-check.d: Add check for missing Python bytecode (.pyc) | 2019-11-01 | 1 | -0/+84 | |
Add a check that detects Python modules that were not compiled after installation. To limit false positives, this is only done on modules installed to site-packages. Early testing of this check made it possible to detect a bug in python_optimize. Signed-off-by: Michał Górny <mgorny@gentoo.org> |