x11-misc/py3status: add 3.52

Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
This commit is contained in:
Alexys Jacob
2023-07-30 10:20:15 +00:00
parent 9a87957847
commit 943e810a01
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST py3status-3.51.tar.gz 421336 BLAKE2B 917f7df5ac3825f0a5149f3f180ee4d9286936e8f7505b1004200021150d4d81f38e78c92fe8cc1d0c57c85c4210b6e10afab9406c6cf9f60ee896bd8a259e05 SHA512 b128d41c7fab59b79b8cd9dd8cc2c7ef27c5021dc5e14ae4430da0b87331a62ca81c80c611342749b3c886e1b5bd842bfe79b43cd56c58d773c0b08220f71f53
DIST py3status-3.52.tar.gz 417603 BLAKE2B 4817362f542a832659af06a832aea6fb2663b248abed8e73bdaf2b77ed5a4929865b48bf3cc23b8ba52d0e30bbbfc54cb3b206e25fbcc89cea6bcd8cf475b888 SHA512 26c4b78188aef794a92d36fc6906d4c0b8ac397d35a283d129bafc0a131279b5944d85fc453b52e0221d329a61af9f411e5b155d4bac167e8430759ed9501559

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_9,3_10,3_11} )
DISTUTILS_USE_PEP517=hatchling
SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"
inherit distutils-r1
MY_PN="py3status"
MY_P="${MY_PN}-${PV/_/-}"
DESCRIPTION="py3status is an extensible i3status wrapper written in python"
HOMEPAGE="https://github.com/ultrabug/py3status"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal +udev"
# It feels useless to run tests on this simple package
# since upstream (I) runs tox on CI
RESTRICT="test"
RDEPEND="
!minimal? ( x11-misc/i3status )
udev? ( >=dev-python/pyudev-0.21.0[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}