Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/libcst/
Date: Mon, 26 Sep 2022 10:05:52
Message-Id: 1664186736.fc2bf26cccd56fbbf7e9cd6e593faf1330a27875.andrewammerlaan@gentoo
1 commit: fc2bf26cccd56fbbf7e9cd6e593faf1330a27875
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 09:56:01 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 10:05:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc2bf26c
7
8 dev-python/libcst: shorten description
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
16 index a5eb91b6c..25668e489 100644
17 --- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
18 +++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
19 @@ -114,7 +114,7 @@ MY_PN="LibCST"
20
21 inherit cargo distutils-r1
22
23 -DESCRIPTION="A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree"
24 +DESCRIPTION="Concrete syntax tree parser and serializer for Python"
25 HOMEPAGE="https://github.com/Instagram/LibCST"
26 SRC_URI="
27 https://github.com/Instagram/LibCST/archive/${MY_REV}.tar.gz -> ${P}.tar.gz