Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702454 - x11-misc/polybar-9999 broken submodules refs (was: add python3_* support)
Summary: x11-misc/polybar-9999 broken submodules refs (was: add python3_* support)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johannes Huber (RETIRED)
URL: https://github.com/polybar/polybar/co...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-10 12:34 UTC by Maciej Barć
Modified: 2020-01-01 19:52 UTC (History)
1 user (show)

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


Attachments
polybar-3.4.1.ebuild (polybar-3.4.1.ebuild,1.44 KB, text/plain)
2019-12-24 06:45 UTC, Mi Yu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Barć gentoo-dev 2019-12-10 12:34:07 UTC
Please fix x11-misc/polybar-9999 ebuild to no longer depend on python2.7 because with the commit https://github.com/polybar/polybar/commit/a77923ea96e8a0de8ba65c931faf21c1a20494bb the python 2 dependency was dropped.
Comment 1 Mi Yu 2019-12-24 06:45:46 UTC
Created attachment 600558 [details]
polybar-3.4.1.ebuild

polybar-3.4.1 drops python2 as a dependency. Attached is a tentative ebuild for "~amd64 ~x86". A list of changes:

* `PYTHON_COMPAT=( python2_7 )` to `PYTHON_COMPAT=( python3_{6,7,8} )`;
* Project homepage is no longer `jaagr/polybar` but `polybar/polybar`; `SRC_URI` is also updated to reflect this;
* Per the project maintainer [1], the best way to build polybar is by downloading the tarball on the release page, which contains the specific i3ipcpp and xpp commit that corresponds to the package version.

[1]: https://github.com/polybar/polybar/issues/1944#issuecomment-559722706
Comment 2 Mi Yu 2019-12-24 06:53:33 UTC
Welp--this ebuild might have broken the 9999 build, since it requires a recursive clone of submodules.
Comment 3 Larry the Git Cow gentoo-dev 2020-01-01 19:52:35 UTC
The bug has been closed via the following commit(s):

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

commit 81577790111c6de553c1855613c08bc945d9742b
Author:     Johannes Huber <johu@gentoo.org>
AuthorDate: 2020-01-01 19:52:00 +0000
Commit:     Johannes Huber <johu@gentoo.org>
CommitDate: 2020-01-01 19:52:00 +0000

    x11-misc/polybar: Remove live
    
    Closes: https://bugs.gentoo.org/702454
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Johannes Huber <johu@gentoo.org>

 x11-misc/polybar/polybar-9999.ebuild | 73 ------------------------------------
 1 file changed, 73 deletions(-)