From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 413601580B1 for ; Mon, 30 Aug 2021 08:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DCEFE0916; Mon, 30 Aug 2021 08:24:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 780FFE0916 for ; Mon, 30 Aug 2021 08:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87A35335D77 for ; Mon, 30 Aug 2021 08:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDA37A for ; Mon, 30 Aug 2021 08:24:14 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1630311820.a197ac1d03e1e209841c94125d4e554a1c3f743b.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/py3status/Manifest x11-misc/py3status/py3status-3.38.ebuild x11-misc/py3status/py3status-3.39.ebuild X-VCS-Directories: x11-misc/py3status/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: a197ac1d03e1e209841c94125d4e554a1c3f743b X-VCS-Branch: master Date: Mon, 30 Aug 2021 08:24:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 550441fe-ac64-4340-9bdc-eb77cd4b4e86 X-Archives-Hash: a6bf66b84de333e32ce51f129ee925a3 commit: a197ac1d03e1e209841c94125d4e554a1c3f743b Author: Alexys Jacob gentoo org> AuthorDate: Mon Aug 30 08:23:40 2021 +0000 Commit: Alexys Jacob gentoo 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 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 )