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 45B2C15802F for ; Sun, 12 Mar 2023 09:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CAAE0817; Sun, 12 Mar 2023 09:08:17 +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 0743DE0817 for ; Sun, 12 Mar 2023 09:08:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE4CB340E3C for ; Sun, 12 Mar 2023 09:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A4488DE for ; Sun, 12 Mar 2023 09:08:14 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1678611314.12fb3ef278e662d4ee415abcbdf87e389404ed8e.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sdnotify/Manifest dev-python/sdnotify/sdnotify-0.3.2.ebuild X-VCS-Directories: dev-python/sdnotify/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 12fb3ef278e662d4ee415abcbdf87e389404ed8e X-VCS-Branch: dev Date: Sun, 12 Mar 2023 09:08: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: ab7a8d27-c1c1-4e0d-8eeb-33f71acc8904 X-Archives-Hash: 98c2e21a970856101efc103a68590e69 Message-ID: <20230312090814.ZEGKceb_u6Smlaym8qHuXMsVcCHd6uNUddrYlEwDGq4@z> commit: 12fb3ef278e662d4ee415abcbdf87e389404ed8e Author: Viorel Munteanu gentoo org> AuthorDate: Sun Mar 12 08:55:14 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Mar 12 08:55:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12fb3ef2 dev-python/sdnotify: update SRC_URI Switch from gh to pypi. Signed-off-by: Viorel Munteanu gentoo.org> dev-python/sdnotify/Manifest | 2 +- dev-python/sdnotify/sdnotify-0.3.2.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest index b2758b520..73384e074 100644 --- a/dev-python/sdnotify/Manifest +++ b/dev-python/sdnotify/Manifest @@ -1 +1 @@ -DIST bb4242-sdnotify-0.3.2.gh.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55 +DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3 diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild index a15bda889..d2f521ff8 100644 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -1,18 +1,17 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python implementation of the systemd sd_notify protocol" 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}.gh.tar.gz" LICENSE="MIT" SLOT="0"