summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-20 02:56:56 +0100
committerSam James <sam@gentoo.org>2022-08-20 02:56:56 +0100
commit1eed2a870155a5f4d49f82d5a3a5c22a4bdec70d (patch)
tree98b0f69ecec8e1d300cb97ce1402252206efda72 /dev-python/pyannotate
parentdev-python/pyannotate: update upstream metadata (diff)
downloadgentoo-1eed2a870155a5f4d49f82d5a3a5c22a4bdec70d.tar.gz
gentoo-1eed2a870155a5f4d49f82d5a3a5c22a4bdec70d.tar.bz2
gentoo-1eed2a870155a5f4d49f82d5a3a5c22a4bdec70d.zip
dev-python/pyannotate: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyannotate')
-rw-r--r--dev-python/pyannotate/pyannotate-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyannotate/pyannotate-1.2.0.ebuild b/dev-python/pyannotate/pyannotate-1.2.0.ebuild
index e8e92dfbd717..8f1e82ca06d5 100644
--- a/dev-python/pyannotate/pyannotate-1.2.0.ebuild
+++ b/dev-python/pyannotate/pyannotate-1.2.0.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
-DESCRIPTION="A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language."
+DESCRIPTION="Auto-generate PEP-484 annotations"
HOMEPAGE="https://github.com/dropbox/pyannotate"
SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"