commit: 08f0c33a78c38cd4fbbe37765c808454b3679be3 Author: Sviatoslav Sydorenko <webknjaz <AT> redhat <DOT> com> AuthorDate: Tue Nov 25 15:39:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 25 16:32:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f0c33a
dev-python/propcache: Use upstream description Prior to this patch, the description was incorrectly contained a copy from `dev-python/yarl`. This patch gets it from the actual metadata in the upstream dists on PyPI and `setup.cfg` in the upstream source. Signed-off-by: Sviatoslav Sydorenko <webknjaz <AT> redhat.com> Part-of: https://github.com/gentoo/gentoo/pull/44773 Closes: https://github.com/gentoo/gentoo/pull/44773 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/propcache/propcache-0.3.2.ebuild | 2 +- dev-python/propcache/propcache-0.4.0.ebuild | 2 +- dev-python/propcache/propcache-0.4.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/propcache/propcache-0.3.2.ebuild b/dev-python/propcache/propcache-0.3.2.ebuild index de179b73090c..c5ca6aa4a9fe 100644 --- a/dev-python/propcache/propcache-0.3.2.ebuild +++ b/dev-python/propcache/propcache-0.3.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) inherit distutils-r1 pypi -DESCRIPTION="Yet another URL library" +DESCRIPTION="Accelerated property cache" HOMEPAGE=" https://github.com/aio-libs/propcache/ https://pypi.org/project/propcache/ diff --git a/dev-python/propcache/propcache-0.4.0.ebuild b/dev-python/propcache/propcache-0.4.0.ebuild index 17263ae96c21..0f727cba4de6 100644 --- a/dev-python/propcache/propcache-0.4.0.ebuild +++ b/dev-python/propcache/propcache-0.4.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) inherit distutils-r1 pypi -DESCRIPTION="Yet another URL library" +DESCRIPTION="Accelerated property cache" HOMEPAGE=" https://github.com/aio-libs/propcache/ https://pypi.org/project/propcache/ diff --git a/dev-python/propcache/propcache-0.4.1.ebuild b/dev-python/propcache/propcache-0.4.1.ebuild index de600f21d195..6fa939e7d929 100644 --- a/dev-python/propcache/propcache-0.4.1.ebuild +++ b/dev-python/propcache/propcache-0.4.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) inherit distutils-r1 pypi -DESCRIPTION="Yet another URL library" +DESCRIPTION="Accelerated property cache" HOMEPAGE=" https://github.com/aio-libs/propcache/ https://pypi.org/project/propcache/
