mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
x11-misc/py3status: add 3.63
Wire up tests. Note that we don't need a min version on hatchling here as the eclass dep is newer. Closes: https://bugs.gentoo.org/974173 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST py3status-3.61.tar.gz 452367 BLAKE2B 25491310a95166b0c046da1c45a4426109238e1d8728a5175ee28a9615e3d6220c4e394bb42f8a26ff6853c85c1914959de551289657666fb682603be13330bd SHA512 5ff37dade91af434a29830261fa5c6a473d6ca22c088a0127672120945305612f1f6f827a7f726b8112cccdb30cb7593ba7a45ead083ace2b14453d1246c1a46
|
||||
DIST py3status-3.63.gh.tar.gz 453522 BLAKE2B b0edb18c98b44ca16518a5eea9821100fbd60fe21840dda3ca4fe721f9eff194940ec9753ef84b2f3e9e1b33e48c4cae35f7fcf41c8a9033aa3e5efc65e2ad0b SHA512 841c6f87e19e866296e4521d48b2f221cbfd33326ed8628eb85e6c3bb034ac34d4449b263ce90bb746b53fb98767fca467612387418d3033c211671407d665f3
|
||||
|
||||
32
x11-misc/py3status/py3status-3.63.ebuild
Normal file
32
x11-misc/py3status/py3status-3.63.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
|
||||
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"
|
||||
SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="minimal +dbus +udev"
|
||||
|
||||
RDEPEND="
|
||||
!minimal? ( x11-misc/i3status )
|
||||
dbus? ( >=dev-python/dbus-python-1.3.2[${PYTHON_USEDEP}] >=dev-python/pygobject-3.46.0[${PYTHON_USEDEP}] )
|
||||
udev? ( >=dev-python/pyudev-0.21.0[${PYTHON_USEDEP}] )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user