Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reflink/
Date: Fri, 21 Feb 2020 08:55:25
Message-Id: 1582275305.231e626654af31b927c2557908d3211b93519ee2.gyakovlev@gentoo
1 commit: 231e626654af31b927c2557908d3211b93519ee2
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 08:54:39 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 08:55:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231e6266
7
8 dev-python/reflink: fix description
9
10 was copy-pasted from another ebuild, thanks slashbeast
11
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-python/reflink/reflink-0.2.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/reflink/reflink-0.2.1.ebuild b/dev-python/reflink/reflink-0.2.1.ebuild
19 index ec1fcbfd5d2..c3df5d3b75b 100644
20 --- a/dev-python/reflink/reflink-0.2.1.ebuild
21 +++ b/dev-python/reflink/reflink-0.2.1.ebuild
22 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_6 )
23
24 inherit distutils-r1
25
26 -DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python"
27 +DESCRIPTION="Python wrapper around the reflink system calls"
28 HOMEPAGE="https://gitlab.com/rubdos/pyreflink"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"