diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:11:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:18:49 +0000 |
commit | 03c7cf89213edc6f3222739818cebd995df6c903 (patch) | |
tree | dddc98fbea2875def38245dbbc267ca1af1246ae /dev-python/pyroute2 | |
parent | dev-python/pyperclip: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-03c7cf89213edc6f3222739818cebd995df6c903.tar.gz gentoo-03c7cf89213edc6f3222739818cebd995df6c903.tar.bz2 gentoo-03c7cf89213edc6f3222739818cebd995df6c903.zip |
dev-python/pyroute2: 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/pyroute2')
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.5.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.5.14.ebuild b/dev-python/pyroute2/pyroute2-0.5.14.ebuild index f7df3323e74f..958de6bbd127 100644 --- a/dev-python/pyroute2/pyroute2-0.5.14.ebuild +++ b/dev-python/pyroute2/pyroute2-0.5.14.ebuild @@ -8,7 +8,7 @@ DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 -DESCRIPTION="A pure Python netlink and Linux network configuration library." +DESCRIPTION="A pure Python netlink and Linux network configuration library" HOMEPAGE="https://github.com/svinota/pyroute2" SRC_URI="https://github.com/svinota/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |