diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2023-01-14 08:18:31 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2023-01-14 08:19:19 +0000 |
commit | 547ecd3dc5d05361286b4881efa6aa47e4770c6a (patch) | |
tree | 65fdfca901b5c886cfbb0fb6920cfa893b487300 /x11-misc/py3status | |
parent | dev-python/lxml: Stabilize 4.9.2 hppa, #890688 (diff) | |
download | gentoo-547ecd3dc5d05361286b4881efa6aa47e4770c6a.tar.gz gentoo-547ecd3dc5d05361286b4881efa6aa47e4770c6a.tar.bz2 gentoo-547ecd3dc5d05361286b4881efa6aa47e4770c6a.zip |
x11-misc/py3status: add 3.48, drop 3.47
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'x11-misc/py3status')
-rw-r--r-- | x11-misc/py3status/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/py3status/py3status-3.48.ebuild (renamed from x11-misc/py3status/py3status-3.47.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest index beea29834f36..0d5750b09aca 100644 --- a/x11-misc/py3status/Manifest +++ b/x11-misc/py3status/Manifest @@ -1 +1 @@ -DIST py3status-3.47.tar.gz 419624 BLAKE2B a8c5d6aad0d9cf8a4f768a6c7aa2f2695018ba4ced742ca6ffcd4e3d72dade5efe72d7a23152cca4045b412b8ee0fed91e23038a5521b7ccdf52563c1d06c6ac SHA512 4c583685b37ec251bad824930c6935ccc5cf527d784f89f4ba222f53d987409337b4ca1aa3b7f0adc995e2494aee3ad9efb315fcc2578cab4996fa719f3310eb +DIST py3status-3.48.tar.gz 420799 BLAKE2B 4676ca711a34649fd9abf449e5b9eccf43f70dfcf46569a5e68a9f03504fbc7276d64e4247ede002b2f77dde8603b13bab5c44de227078ef415773912cb5aae3 SHA512 7f1d6bd88f3b40b427564bbca638e0e173140bd92bc9b4f0c3e554abacc15945c550027330968f6c5875eb78d9856f4abbbf6356d15b5362ada9422acd7444d1 diff --git a/x11-misc/py3status/py3status-3.47.ebuild b/x11-misc/py3status/py3status-3.48.ebuild index ee11233d1483..0b22e9557040 100644 --- a/x11-misc/py3status/py3status-3.47.ebuild +++ b/x11-misc/py3status/py3status-3.48.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} ) DISTUTILS_USE_SETUPTOOLS=rdepend SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz" |