Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/bson/
Date: Tue, 29 Jun 2021 08:51:29
Message-Id: 1624951435.3bd1ae1065fe469f387e1b9fd069999977126088.andrewammerlaan@gentoo
1 commit: 3bd1ae1065fe469f387e1b9fd069999977126088
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 29 07:23:55 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 07:23:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bd1ae10
7
8 dev-python/bson: remove non ASCII character
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/bson/bson-0.5.8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/bson/bson-0.5.8.ebuild b/dev-python/bson/bson-0.5.8.ebuild
17 index f3a396140..70373627b 100644
18 --- a/dev-python/bson/bson-0.5.8.ebuild
19 +++ b/dev-python/bson/bson-0.5.8.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
21
22 inherit distutils-r1
23
24 -DESCRIPTION="Independent BSON codec for Python that doesn’t depend on MongoDB"
25 +DESCRIPTION="Independent BSON codec for Python that doesn't depend on MongoDB"
26 HOMEPAGE="https://github.com/py-bson/bson"
27 SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"