dev-python/pdm: Bump to 2.4.6

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-02-25 16:24:13 +01:00
parent d8bc538634
commit d1edde1a1f
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
DIST pdm-2.4.5.tar.gz 2883309 BLAKE2B 39f7331f61d923751f470c7cc2c83a3f94a8f7450272c15c5abac92e39fcaba8499cdfdfd4b2aad6537df765942a10073f63d5a0c64b69deb5be31358d5769ec SHA512 92aa4f20feeb7eb51ebf9f213258b9edd1cbaa83b7ef9de4b8b4a9638a015f3d66e8e13c7229db8d54ebad8bacca6460b3f2413abb9a8176649d9a29b2c55338
DIST pdm-2.4.6.tar.gz 2881933 BLAKE2B 6abfef003c6d3616a7e7fd9331fd70a97c50774733bb7301af44fa08b206dbac1de2000331f2102daadca0881eeee74ea9cabcc4b28667b3a55080432411dca1 SHA512 d1cd0129ff0d07b85b069f5e55570cbd2ec6dd07a42e9411e406b2cd196a525f5d9fd0eb3129cf95764b5a9ba2f4d1dbb585d27782d4a4a6d65fa41aed8f38e3

View File

@ -5,7 +5,7 @@ EAPI="8"
DISTUTILS_USE_PEP517=pdm
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python package and dependcy manager supporting latest PEPs"
HOMEPAGE="
@ -13,7 +13,6 @@ HOMEPAGE="
https://github.com/pdm-project/pdm
https://pypi.org/project/pdm/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -26,8 +25,10 @@ RDEPEND="
dev-python/cachecontrol[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/findpython[${PYTHON_USEDEP}]
dev-python/importlib_metadata[${PYTHON_USEDEP}]
dev-python/installer[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/platformdirs[${PYTHON_USEDEP}]
dev-python/pyproject-hooks[${PYTHON_USEDEP}]
dev-python/python-dotenv[${PYTHON_USEDEP}]
dev-python/requests-toolbelt[${PYTHON_USEDEP}]