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/flufl-lock/
Date: Mon, 11 Dec 2017 23:39:13
Message-Id: 1513035534.6224c4d95b25769e1049aeef15107064dd19c043.prometheanfire@gentoo
1 commit: 6224c4d95b25769e1049aeef15107064dd19c043
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 23:38:33 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 23:38:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6224c4d9
7
8 dev-python/flufl-lock: fixing description
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/flufl-lock/flufl-lock-3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/flufl-lock/flufl-lock-3.2.ebuild b/dev-python/flufl-lock/flufl-lock-3.2.ebuild
16 index c6a4c32483c..d757bbabce0 100644
17 --- a/dev-python/flufl-lock/flufl-lock-3.2.ebuild
18 +++ b/dev-python/flufl-lock/flufl-lock-3.2.ebuild
19 @@ -8,7 +8,7 @@ inherit distutils-r1
20
21 MY_PN=${PN/-/.}
22
23 -DESCRIPTION="python3_4 python3_5 python3_6"
24 +DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems."
25 HOMEPAGE="https://gitlab.com/warsaw/flufl.lock"
26 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
27 S="${WORKDIR}/${MY_PN}-${PV}"