Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpatch/
Date: Sat, 24 Feb 2018 05:51:58
Message-Id: 1519451486.e3774051b63264110f37aea3573e001664b9ed05.prometheanfire@gentoo
1 commit: e3774051b63264110f37aea3573e001664b9ed05
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 04:37:43 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 05:51:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3774051
7
8 dev-python/jsonpatch: fix description length
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/jsonpatch/jsonpatch-1.21.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
16 index b1dcf7799db..3bf2670e142 100644
17 --- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
18 +++ b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
19 @@ -8,8 +8,7 @@ RESTRICT="test"
20
21 inherit distutils-r1
22
23 -DESCRIPTION="Apply JSON-Patches according to
24 - http://tools.ietf.org/html/draft-pbryan-json-patch-04"
25 +DESCRIPTION="Apply JSON-Patches like http://tools.ietf.org/html/draft-pbryan-json-patch-04"
26 HOMEPAGE="https://github.com/stefankoegl/python-json-patch"
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"