dev-python/mongomock: fix whitespace
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Sun, 5 Apr 2020 22:09:47 +0000 (15:09 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Sun, 5 Apr 2020 22:10:07 +0000 (15:10 -0700)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-python/mongomock/mongomock-3.19.0.ebuild

index 97ce8e840da479f08900058ac2bde1f4f2f42a99..9dec418ea7d6059789619d6877a5e2f06743829c 100644 (file)
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
-DESCRIPTION="Library to help testing Python code that interacts with MongoDB via Pymongo."
-HOMEPAGE=" https://github.com/mongomock/mongomock https://pypi.org/project/mongomock/"
+DESCRIPTION="Library to help testing Python code that interacts with MongoDB via Pymongo"
+HOMEPAGE="https://github.com/mongomock/mongomock https://pypi.org/project/mongomock/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"