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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43A80158088 for ; Wed, 5 Jan 2022 17:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C6BE2BC03A; Wed, 5 Jan 2022 17:14:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A0462BC03C for ; Wed, 5 Jan 2022 17:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3A123432C5 for ; Wed, 5 Jan 2022 17:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5946E295 for ; Wed, 5 Jan 2022 17:14:11 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1641284203.45cae5abb63cbaf0941622f5c7f1e3d6251f2191.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sdnotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sdnotify/sdnotify-0.3.2.ebuild X-VCS-Directories: dev-python/sdnotify/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 45cae5abb63cbaf0941622f5c7f1e3d6251f2191 X-VCS-Branch: master Date: Wed, 5 Jan 2022 17:14:11 +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: d9c235f8-9cbc-4096-8b4b-f4fe2384b54f X-Archives-Hash: dbb0c63e459bb6897c771fabe49c31d8 commit: 45cae5abb63cbaf0941622f5c7f1e3d6251f2191 Author: Viorel Munteanu gmail com> AuthorDate: Tue Jan 4 08:16:43 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jan 4 08:16:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45cae5ab dev-python/sdnotify: update HOMEPAGE Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> dev-python/sdnotify/sdnotify-0.3.2.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild index 999e56e93..ac1cc9169 100644 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -1,15 +1,18 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 DESCRIPTION="Python implementation of the systemd sd_notify protocol" -HOMEPAGE="https://github.com/bb4242/sdnotify" +HOMEPAGE=" + https://github.com/bb4242/sdnotify + https://pypi.org/project/sdnotify +" SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.tar.gz" LICENSE="MIT"