Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765385 - dev-python/cx_Freeze is missing tests (also version bump)
Summary: dev-python/cx_Freeze is missing tests (also version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-14 07:00 UTC by Michał Górny
Modified: 2021-10-27 06:48 UTC (History)
2 users (show)

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 2021-01-14 07:00:15 UTC
The upstream package clearly has tests, so please switch to GitHub archives and run them.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-24 19:41:35 UTC
So I've tried enabling tests and bumping it, and it seems that the package is thoroughly broken internally and not worth our effort.
Comment 2 Sergey Popov gentoo-dev 2021-01-25 07:58:43 UTC
(In reply to Michał Górny from comment #1)
> So I've tried enabling tests and bumping it, and it seems that the package
> is thoroughly broken internally and not worth our effort.

Well, it provides working self-sustained binaries for python code. If failed tests are enough reason for killing it - so be it, but i need to say that i am against this.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-25 08:41:11 UTC
Could you bump it then?  You can't expect others to do the maintenance work for you when the package doesn't even supply working tests.
Comment 4 Larry the Git Cow gentoo-dev 2021-01-25 10:43:38 UTC
The bug has been closed via the following commit(s):

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

commit c955390c7edaea813f0f14252927e4fc0ec32d2f
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2021-01-25 10:37:16 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2021-01-25 10:42:05 +0000

    dev-python/cx_Freeze: version bump
    
    Add RESTRICT=TEST, as tests are missing
    in release tarball
    
    Reported-by: Michał Górny <mgorny@gentoo.org>
    Closes: https://bugs.gentoo.org/765385
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 dev-python/cx_Freeze/Manifest                      |  1 +
 dev-python/cx_Freeze/cx_Freeze-6.5.3.ebuild        | 24 ++++++++++++++++++++++
 .../files/cx_Freeze-6.5.3-buildsystem.patch        | 11 ++++++++++
 3 files changed, 36 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2021-10-27 06:48:17 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dac2a123caaa276010346e769481c8fc32ca6c

commit 69dac2a123caaa276010346e769481c8fc32ca6c
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-10-27 06:39:52 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-10-27 06:47:59 +0000

    dev-python/cx_Freeze: add 6.8.2, enable tests, enable py3.10
    
    Bug: https://bugs.gentoo.org/765385
    Closes: https://bugs.gentoo.org/812341
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/cx_Freeze/Manifest                      |  1 +
 dev-python/cx_Freeze/cx_Freeze-6.8.2.ebuild        | 46 ++++++++++++++++++++++
 .../files/cx_Freeze-6.8.2-buildsystem.patch        | 13 ++++++
 3 files changed, 60 insertions(+)