diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:10:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:18:38 +0000 |
commit | c2c772db3a8e79ac4cb0b2696503d9a9aeb5c8c1 (patch) | |
tree | 26fbf37c5529e42329274497ba54b1f71f5f3864 /dev-python/notify2 | |
parent | dev-python/mpdlcd: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-c2c772db3a8e79ac4cb0b2696503d9a9aeb5c8c1.tar.gz gentoo-c2c772db3a8e79ac4cb0b2696503d9a9aeb5c8c1.tar.bz2 gentoo-c2c772db3a8e79ac4cb0b2696503d9a9aeb5c8c1.zip |
dev-python/notify2: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/notify2')
-rw-r--r-- | dev-python/notify2/notify2-0.3.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/notify2/notify2-0.3.1-r2.ebuild b/dev-python/notify2/notify2-0.3.1-r2.ebuild index d21b0ee686bf..2e66f17f4e27 100644 --- a/dev-python/notify2/notify2-0.3.1-r2.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 virtualx -DESCRIPTION="Python interface to DBus notifications." +DESCRIPTION="Python interface to DBus notifications" HOMEPAGE="https://bitbucket.org/takluyver/pynotify2" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |