Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sdnotify/
Date: Tue, 01 Aug 2017 22:18:57
Message-Id: 1501625920.f66404427c3f8f1efc07dda744c188d324d8d869.mrueg@gentoo
1 commit: f66404427c3f8f1efc07dda744c188d324d8d869
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 22:18:40 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 22:18:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6640442
7
8 dev-python/sdnotify: Fix description
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/sdnotify/sdnotify-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sdnotify/sdnotify-0.3.1.ebuild b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
16 index 7e034a96ad4..fe6f98641f0 100644
17 --- a/dev-python/sdnotify/sdnotify-0.3.1.ebuild
18 +++ b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
20
21 inherit distutils-r1
22
23 -DESCRIPTION="A pure Python implementation of systemd's service notification protocol (sd_notify)"
24 +DESCRIPTION="Python implementation of systemd's service notification protocol (sd_notify)"
25 HOMEPAGE="
26 https://github.com/bb4242/sdnotify
27 https://pypi.python.org/pypi/sdnotify"