commit: 3bd1ae1065fe469f387e1b9fd069999977126088
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 07:23:55 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 07:23:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bd1ae10
dev-python/bson: remove non ASCII character
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/bson/bson-0.5.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bson/bson-0.5.8.ebuild
b/dev-python/bson/bson-0.5.8.ebuild
index f3a396140..70373627b 100644
--- a/dev-python/bson/bson-0.5.8.ebuild
+++ b/dev-python/bson/bson-0.5.8.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
-DESCRIPTION="Independent BSON codec for Python that doesn’t depend on MongoDB"
+DESCRIPTION="Independent BSON codec for Python that doesn't depend on MongoDB"
HOMEPAGE="https://github.com/py-bson/bson"
SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz ->
${P}.tar.gz"