commit:     12fb3ef278e662d4ee415abcbdf87e389404ed8e
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:55:14 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <ceamac <AT> 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"

Reply via email to