Summary: | dev-python/python-musicbrainz-ngs-0.6 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | gerion <gerion.entrup> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | python-musicbrainz-ngs-0.6.ebuild |
commit 149c0e050eaacb7394f6d69af7c3c87d73bc444a Author: Sam Jorna <wraeth@gentoo.org> Date: Wed Apr 13 23:19:33 2016 +1000 dev-python/python-musicbrainz-ngs: bump to 0.6 Ebuild submitted by user-maintainer gerion. Gentoo-bug: 579830 Package-Manager: portage-2.2.28 |
Created attachment 430310 [details] python-musicbrainz-ngs-0.6.ebuild Two days ago there was the 0.6 release. The ebuild is more less equal to 0.5. Difference lays here: python_prepare_all() { # Prevent un-needed d'loading - sed -e "s/, 'sphinx.ext.intersphinx'//" -i docs/conf.py || die + sed -e "s/,^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die distutils-r1_python_prepare_all } The sphinx.ext.intersphinx line was moved to a newline upstream, so the regex does not work anymore.