Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/
Date: Sun, 29 Jul 2018 15:40:33
Message-Id: 1532878810.b190f1d2520f8354072892abf0431bf6d675315d.sbraz@gentoo
1 commit: b190f1d2520f8354072892abf0431bf6d675315d
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 12:56:05 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 15:40:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b190f1d2
7
8 dev-python/pysendfile: fix DESCRIPTION
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
16 index 06a159635b5..a0130066813 100644
17 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
18 +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
19 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
20
21 inherit distutils-r1
22
23 -DESCRIPTION="A python interface to sendfile(2) system call"
24 +DESCRIPTION="A python interface to the sendfile(2) system call"
25 HOMEPAGE="https://github.com/giampaolo/pysendfile"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"