Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 719508 - dev-python/raet: need py3.7, 3.8 port
Summary: dev-python/raet: need py3.7, 3.8 port
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python3.7-compat
  Show dependency tree
 
Reported: 2020-04-26 08:28 UTC by Michał Górny
Modified: 2020-04-28 22:10 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 2020-04-26 08:28:31 UTC
The packages are stuck on py3.6 which means they will be pain once we switch to 3.7.  Please test them on 3.7 *and* 3.8 (so we don't to revisit this in a few months), and update PYTHON_COMPAT appropriately.  If it doesn't work, please either fix it, remove Python or issue last rites.  Please consider this urgent.
Comment 1 Matt Turner gentoo-dev 2020-04-28 03:36:41 UTC
FWIW, I just gave this a try, and noticed that raet is missing a dependency (test only?) on dev-python/msgpack and that if the tests fail the build continues on as if nothing happened.

With dev-python/msgpack installed, it still fails one test:

======================================================================
FAIL: testMsgVeritive (raet.road.test.test_stacking.BasicTestCase)
Test message transactions where one is not veritive
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/raet-0.6.8/work/raet-0.6.8-python3_7/lib/raet/road/test/test_stacking.py", line 436, in testMsgVeritive
    self.assertEqual(self.other.stats['parsing_outer_error'], 1)
AssertionError: 2 != 1
Comment 2 Larry the Git Cow gentoo-dev 2020-04-28 22:10:20 UTC
The bug has been closed via the following commit(s):

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

commit be650f15222db24b5a5c1eca3a45fe36bcc58a64
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2020-04-28 21:51:32 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2020-04-28 22:09:52 +0000

    dev-python/raet-0.6.8-r1: revbump, py37, py38, drop py36 due to ioflo
    
    Closes: https://bugs.gentoo.org/719508
    Copyright: Sony Interactive Entertainment Inc.
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 dev-python/raet/files/raet-0.6.8-msgpack-1.0.patch | 128 +++++++++++++++++++++
 dev-python/raet/raet-0.6.8-r1.ebuild               |  41 +++++++
 2 files changed, 169 insertions(+)