summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexys Jacob <ultrabug@gentoo.org>2024-05-31 10:19:03 +0000
committerAlexys Jacob <ultrabug@gentoo.org>2024-05-31 10:19:03 +0000
commit6ba40c10fcc3b4bb26e253a9797ee904ec661c46 (patch)
treec5945e84949a94066f062def66d9f39ac2211cfc /x11-misc
parentdev-java/xz-java: enable module-info (diff)
downloadgentoo-6ba40c10fcc3b4bb26e253a9797ee904ec661c46.tar.gz
gentoo-6ba40c10fcc3b4bb26e253a9797ee904ec661c46.tar.bz2
gentoo-6ba40c10fcc3b4bb26e253a9797ee904ec661c46.zip
x11-misc/py3status: add 3.58, drop 3.57
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/py3status/Manifest2
-rw-r--r--x11-misc/py3status/py3status-3.58.ebuild (renamed from x11-misc/py3status/py3status-3.57.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index 7db61c553a9d..cfbbc1543857 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.57.tar.gz 450564 BLAKE2B 136e8737ebf2fb0bfba91e767ba557656a0a09b57ae62da9a3196eb511016dae9967bdddfdbb24d1b6e17e6601fa091e7f5c7e8d73a091a9d6e05fea702479c3 SHA512 e91f78c3b081f4e98a91bc82d81088dfef0da7fe00ca3b1c90c5054aeda9f64e79c8c09e886e13ad514297cb0fc5cdf327e1b11f99f59f33a8a44ffb7ff469e0
+DIST py3status-3.58.tar.gz 451043 BLAKE2B 77ffbb1301d6ed434feea572b0bc806f96bc94e6c015f3bca4ea2503fc718b3629d13b1437fea4d1544b6f0920159b1a68a7acbc578e0577e2125f749bf749cd SHA512 c527dfc5028bfdd3760d1f081a8d3964e9c9cea9af8998bdb01f2b7150cbb9247cc5b32db165a0515abed788745433d0cdef99e683d3ec49122b3f2358738506
diff --git a/x11-misc/py3status/py3status-3.57.ebuild b/x11-misc/py3status/py3status-3.58.ebuild
index 306470adcb04..0a40790c0771 100644
--- a/x11-misc/py3status/py3status-3.57.ebuild
+++ b/x11-misc/py3status/py3status-3.58.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_9,3_10,3_11} )
+PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} )
DISTUTILS_USE_PEP517=hatchling
SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"