Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sdnotify/
Date: Wed, 05 Jan 2022 17:14:16
Message-Id: 1641284203.45cae5abb63cbaf0941622f5c7f1e3d6251f2191.flow@gentoo
1 commit: 45cae5abb63cbaf0941622f5c7f1e3d6251f2191
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 4 08:16:43 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 08:16:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45cae5ab
7
8 dev-python/sdnotify: update HOMEPAGE
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12
13 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 9 ++++++---
14 1 file changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
17 index 999e56e93..ac1cc9169 100644
18 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
19 +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
20 @@ -1,15 +1,18 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 -PYTHON_COMPAT=( python3_{8,9,10} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 DISTUTILS_USE_SETUPTOOLS=no
30
31 inherit distutils-r1
32
33 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
34 -HOMEPAGE="https://github.com/bb4242/sdnotify"
35 +HOMEPAGE="
36 + https://github.com/bb4242/sdnotify
37 + https://pypi.org/project/sdnotify
38 +"
39 SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.tar.gz"
40
41 LICENSE="MIT"