summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-02-23 22:37:43 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-02-23 23:51:26 -0600
commite3774051b63264110f37aea3573e001664b9ed05 (patch)
tree8a745d9ff9bf876b9dbfe57bcf686078e464759c /dev-python/jsonpatch
parentdev-python/jsonpatch: 1.21 bup (diff)
downloadgentoo-e3774051b63264110f37aea3573e001664b9ed05.tar.gz
gentoo-e3774051b63264110f37aea3573e001664b9ed05.tar.bz2
gentoo-e3774051b63264110f37aea3573e001664b9ed05.zip
dev-python/jsonpatch: fix description length
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r--dev-python/jsonpatch/jsonpatch-1.21.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
index b1dcf7799db4..3bf2670e142d 100644
--- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
@@ -8,8 +8,7 @@ RESTRICT="test"
inherit distutils-r1
-DESCRIPTION="Apply JSON-Patches according to
- http://tools.ietf.org/html/draft-pbryan-json-patch-04"
+DESCRIPTION="Apply JSON-Patches like http://tools.ietf.org/html/draft-pbryan-json-patch-04"
HOMEPAGE="https://github.com/stefankoegl/python-json-patch"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"