diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2021-08-30 10:23:40 +0200 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2021-08-30 10:23:40 +0200 |
commit | a197ac1d03e1e209841c94125d4e554a1c3f743b (patch) | |
tree | 434806f965eb314a44823e318bd1056a5c5e432e /x11-misc | |
parent | dev-python/sentry-sdk: Remove old (diff) | |
download | gentoo-a197ac1d03e1e209841c94125d4e554a1c3f743b.tar.gz gentoo-a197ac1d03e1e209841c94125d4e554a1c3f743b.tar.bz2 gentoo-a197ac1d03e1e209841c94125d4e554a1c3f743b.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/py3status/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/py3status/py3status-3.39.ebuild (renamed from x11-misc/py3status/py3status-3.38.ebuild) | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest index 6dc33c5b7eab..59c1cf4711fe 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 index 249cd9474c6a..c58eef39cc45 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 ) |