powerline-status: rebuild for Python 3.12
This commit is contained in:
parent
e0806b87c8
commit
29f19c2bde
3 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
==> Remember to read the official documentation on how to enable Powerline:
|
||||
https://powerline.readthedocs.io/en/master/usage.html
|
||||
Where {repository_root} is /usr/lib/python3.11/site-packages (or any newer version).
|
||||
Where {repository_root} is /usr/lib/python3.12/site-packages (or any newer version).
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
|
||||
==> Remember to disable all Powerline plugins.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
# Maybe will split this in different packages in the future.
|
||||
pkgname=powerline-status
|
||||
version=2.8.3
|
||||
revision=1
|
||||
revision=2
|
||||
repository="cereus-extra"
|
||||
makedepends="python3-setuptools python3-Sphinx git"
|
||||
build_style=python3-module
|
||||
short_desc="Statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile."
|
||||
maintainer="KF-Art <kevinfigueroart@protonmail.com>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/powerline/powerline"
|
||||
changelog="${homepage}/releases/tag/${version}"
|
||||
|
@ -16,5 +16,6 @@ checksum=45d838dbac94a1363942899708b6ce7c71c1cad9e1b9d048affab4f630c4cb98
|
|||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
# Remove unnecesary systemd-related files
|
||||
rm -r ${DESTDIR}/usr/lib/python*/site-packages/powerline/dist/systemd
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue