Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683940 - net-libs/libsoup - add python 3.7 support
Summary: net-libs/libsoup - add python 3.7 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-04-21 08:01 UTC by Anton Kochkov
Modified: 2019-06-16 12:49 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 Anton Kochkov 2019-04-21 08:01:36 UTC
net-libs/libsoup currently only depends on python:3.5 and python:3.6. But it works perfectly with python:3.7 as well.

See https://github.com/gentoo/gentoo/pull/11714
Comment 1 Anton Kochkov 2019-05-25 10:53:42 UTC
Ping?
Comment 2 brothermechanic 2019-05-27 09:52:02 UTC
+1
Comment 3 Mart Raudsepp gentoo-dev 2019-06-16 12:46:34 UTC
It works perfectly because it's not used at all..
Comment 4 Larry the Git Cow gentoo-dev 2019-06-16 12:49:14 UTC
The bug has been closed via the following commit(s):

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

commit 2da9acb267c47dde5edf65caf6cdd84c1d6d975b
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-06-16 12:43:23 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-06-16 12:43:23 +0000

    net-libs/libsoup: remove unnecessary python build dep
    
    Python isn't used during build since the port to libpsl for TLDs,
    as tld-parser.py is gone with that work. It is only potentially
    used with meson build for the apache tests, but we don't use meson
    yet (it's deemed experimental port still in 2.64) and we disable
    those tests as well. If with meson port it's needed again
    explicitly, it'd be behind test USE (though meson itself is python).
    
    Closes: https://bugs.gentoo.org/683940
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 net-libs/libsoup/libsoup-2.64.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)