Skip to content

Commit 55fcd00

Browse files
tornariaahesford
authored andcommitted
py3status: update to 3.63.
1 parent b58dc99 commit 55fcd00

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

srcpkgs/py3status/template

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Template file for 'py3status'
22
pkgname=py3status
3-
version=3.59
4-
revision=3
3+
version=3.63
4+
revision=1
55
build_style=python3-pep517
66
hostmakedepends="python3-wheel hatchling"
77
depends="python3-pyudev"
88
checkdepends="python3-pytest"
99
short_desc="Alternative i3bar implementation in Python3"
10-
maintainer="Orphaned <orphan@voidlinux.org>"
10+
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
1111
license="BSD-3-Clause"
1212
homepage="https://github.com/ultrabug/py3status"
1313
changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG"
1414
distfiles="${homepage}/archive/${version}.tar.gz"
15-
checksum=4f86ff7fc4f1a2e133675c4ea441feb44c60a3b751f068bc5c9ac8b1f0f80e9c
15+
checksum=0117543796804211447176b3dad24cb6a9041aebc94e9ae1b0aa21486baf7032
16+
17+
post_patch() {
18+
# no longer necessary
19+
vsed -e '/"setuptools/d' -i pyproject.toml
20+
}
1621

1722
post_install() {
1823
vlicense LICENSE

0 commit comments

Comments
 (0)