commit: a197ac1d03e1e209841c94125d4e554a1c3f743b
Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 30 08:23:40 2021 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Aug 30 08:23:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a197ac1d
x11-misc/py3status: version bump, eapi 7
closes #799248
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
x11-misc/py3status/Manifest | 2 +-
x11-misc/py3status/{py3status-3.38.ebuild => py3status-3.39.ebuild} | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index 6dc33c5b7ea..59c1cf4711f 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.38.tar.gz 409708 BLAKE2B
b031eafcb4a20d69dc38a4ff651040bb11b53a00ab027f139c559c8c15e1c267b9eac748a8e088a272ec497a2ac169f379ba4c5e85a5d8e25b233828e9eefe5d
SHA512
dff8200860f8c57f172c10bf20cfafdc2e210b452f547051c3eda2ae45f2e83c04fb4f3d1b1c1cab02a323623be15e809ceee093f2a5c540aed212fe98552dd2
+DIST py3status-3.39.tar.gz 411035 BLAKE2B
79a7deabd41e6fb8f3384cc7e19c32a52ab46dafebf9b7dcbf4523186e242d467e0ad8a1a77cf2e360154c64c833fc99851da528434806002a41050ed97b6cad
SHA512
153f6ebc239190660cef731981dbbb13c1b008ba8180d58471cf596da1508c8c73d4a98e7bd7efb3194512e64905f6179fe19a80baf83ea990a2023e990ff92c
diff --git a/x11-misc/py3status/py3status-3.38.ebuild
b/x11-misc/py3status/py3status-3.39.ebuild
similarity index 87%
rename from x11-misc/py3status/py3status-3.38.ebuild
rename to x11-misc/py3status/py3status-3.39.ebuild
index 249cd9474c6..c58eef39cc4 100644
--- a/x11-misc/py3status/py3status-3.38.ebuild
+++ b/x11-misc/py3status/py3status-3.39.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python{3_7,3_8,3_9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
@@ -19,6 +19,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gevent 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 )