Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703106 - dev-python/zope-testrunner-5.3.0: non-byte-compiled modules
Summary: dev-python/zope-testrunner-5.3.0: non-byte-compiled modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-16 14:19 UTC by Michał Górny
Modified: 2022-05-10 05:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-12-16 14:19:24 UTC
* This package installs one or more Python modules that are not byte-compiled.
 * The following files are missing:
 * 
 *   /usr/lib/pypy2.7/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.pyc
 *   /usr/lib/pypy3.6/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.pypy36.pyc
 *   /usr/lib/pypy3.6/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.pypy36.opt-1.pyc
 *   /usr/lib/pypy3.6/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.pypy36.opt-2.pyc
 *   /usr/lib64/python2.7/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.pyc
 *   /usr/lib64/python2.7/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.pyo
 *   /usr/lib64/python3.5/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-35.pyc
 *   /usr/lib64/python3.5/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-35.opt-1.pyc
 *   /usr/lib64/python3.5/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-35.opt-2.pyc
 *   /usr/lib64/python3.6/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-36.pyc
 *   /usr/lib64/python3.6/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-36.opt-1.pyc
 *   /usr/lib64/python3.6/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-36.opt-2.pyc
 *   /usr/lib/python3.7/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-37.pyc
 *   /usr/lib/python3.7/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-37.opt-1.pyc
 *   /usr/lib/python3.7/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-37.opt-2.pyc
 *   /usr/lib/python3.8/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-38.pyc
 *   /usr/lib/python3.8/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-38.opt-1.pyc
 *   /usr/lib/python3.8/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__pycache__/badsyntax.cpython-38.opt-2.pyc
 * 
 * Please either fix the upstream build system to byte-compile Python modules
 * correctly, or call python_optimize after installing them.  For more
 * information, see:
 * https://wiki.gentoo.org/wiki/Project:Python/Byte_compiling
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-10 05:53:26 UTC
tinderbox has reproduced this issue with version 5.3.0 - Updating summary.
Comment 2 Larry the Git Cow gentoo-dev 2022-05-10 05:28:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da3eb1fe593f7ee718bcc34b0ce98a9a6e15cbe

commit 3da3eb1fe593f7ee718bcc34b0ce98a9a6e15cbe
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-05-10 05:24:57 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-05-10 05:24:57 +0000

    dev-python/zope-testrunner: treeclean
    
    Closes: https://bugs.gentoo.org/837530
    Closes: https://bugs.gentoo.org/703106
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-python/zope-testrunner/Manifest                |  2 -
 .../zope-testrunner-5.3.0-fix-test-py3.10.patch    | 64 ----------------------
 dev-python/zope-testrunner/metadata.xml            | 13 -----
 .../zope-testrunner/zope-testrunner-5.3.0.ebuild   | 42 --------------
 .../zope-testrunner/zope-testrunner-5.4.0.ebuild   | 38 -------------
 profiles/package.mask                              |  6 --
 6 files changed, 165 deletions(-)