commit:     447a800f8c474c2035f1ff9bf6e0d70b9bd5c0d3
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:51:23 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 08:51:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=447a800f

dev-python/desktop-notifier: update SRC_URI

Switch from gh to pypi.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest                      | 2 +-
 dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest 
b/dev-python/desktop-notifier/Manifest
index d9baea953..9ae8cee46 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1 @@
-DIST desktop-notifier-3.4.3.gh.tar.gz 4598199 BLAKE2B 
318ad6297f582646eb8031d0cda18d6f93b667d4dd76b66bf4c1ff3a32d731ec6c6fd872171a674a687176d55f07cd12c8ec56262662dd9d606a88ea956b90ee
 SHA512 
fde2618bc47ad0935717d5d2278f27d0be38cc956851912f8cd22e539ae82787d7578bcfcf7965246bc02d3f2c66a7b6c4531f9583103d36f0082553c95e907f
+DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 
975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c
 SHA512 
163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild 
b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
index 08b21c0bb..9df37dfe6 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
@@ -1,12 +1,13 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop 
notifications"
 HOMEPAGE="
@@ -14,7 +15,6 @@ HOMEPAGE="
        https://pypi.org/project/desktop-notifier/
        https://github.com/samschott/desktop-notifier
 "
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to