diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-12 10:55:14 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-12 10:55:14 +0200 |
commit | 12fb3ef278e662d4ee415abcbdf87e389404ed8e (patch) | |
tree | f6c475388604eed1ce2a17b7a2cfb4cf8fdfdd7e | |
parent | dev-python/desktop-notifier: update SRC_URI (diff) | |
download | guru-12fb3ef278e662d4ee415abcbdf87e389404ed8e.tar.gz guru-12fb3ef278e662d4ee415abcbdf87e389404ed8e.tar.bz2 guru-12fb3ef278e662d4ee415abcbdf87e389404ed8e.zip |
dev-python/sdnotify: update SRC_URI
Switch from gh to pypi.
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r-- | dev-python/sdnotify/Manifest | 2 | ||||
-rw-r--r-- | 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" |