Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyannotate/
Date: Sat, 20 Aug 2022 01:57:09
Message-Id: 1660960616.1eed2a870155a5f4d49f82d5a3a5c22a4bdec70d.sam@gentoo
1 commit: 1eed2a870155a5f4d49f82d5a3a5c22a4bdec70d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 20 01:56:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 20 01:56:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eed2a87
7
8 dev-python/pyannotate: update DESCRIPTION
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pyannotate/pyannotate-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyannotate/pyannotate-1.2.0.ebuild b/dev-python/pyannotate/pyannotate-1.2.0.ebuild
16 index e8e92dfbd717..8f1e82ca06d5 100644
17 --- a/dev-python/pyannotate/pyannotate-1.2.0.ebuild
18 +++ b/dev-python/pyannotate/pyannotate-1.2.0.ebuild
19 @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools
20 PYTHON_COMPAT=( python3_{8..10} )
21 inherit distutils-r1
22
23 -DESCRIPTION="A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language."
24 +DESCRIPTION="Auto-generate PEP-484 annotations"
25 HOMEPAGE="https://github.com/dropbox/pyannotate"
26 SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"