py3status: update to 3.14.
This commit is contained in:
parent
bcef704d73
commit
16cfaf2176
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'py3status'
|
||||
pkgname=py3status
|
||||
version=3.13
|
||||
version=3.14
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="py3status"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools"
|
||||
depends="python3-setuptools python3-pyudev"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Alternative i3bar implementation in Python3"
|
||||
license="BSD-3-Clause"
|
||||
maintainer="teldra <teldra@rotce.de>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/ultrabug/py3status"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=c6e1c6d1984265b705e3beac8d6b47d88432cdeca80f09d3fbc05c4c5a2a2a07
|
||||
checksum=4bbd27f606c90e3932f449c998773c801c86cf6146473ec153943ff0df2dc496
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
|
|
Loading…
Reference in a new issue