diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-11 00:18:51 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-11 00:18:51 -0400 |
commit | 3238d95f44fe3d03bb4813e54a8729cb3830f329 (patch) | |
tree | dcf8814e2ac5eada13f6b9a2e05fcc44ba869f24 /dev-python/types-requests | |
parent | eb3dc688eaeb4d8a220b88c26c45d9c00a039758 (diff) | |
download | ebuilds-3238d95f44fe3d03bb4813e54a8729cb3830f329.tar.gz |
use ver_cut in types-requests ebuild
Diffstat (limited to 'dev-python/types-requests')
-rw-r--r-- | dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild b/dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild index 66dbb8b..d55c6c6 100644 --- a/dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild +++ b/dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="Typing stubs for psutil" HOMEPAGE="https://pypi.org/project/types-psutil/" SRC_URI="https://files.pythonhosted.org/packages/ed/b0/9355adb86ec84d057fea765e4c49cce592aaf3d5117ce5609a95a7fc3dac/types_requests-2.32.4.20250809.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/types_requests-2.32.4.20250809" +S="${WORKDIR}/types_requests-$(ver_cut 1-3).$(ver_cut 5)" LICENSE="Apache-2.0" SLOT="0" |