diff --git a/dev-python/pdm/Manifest b/dev-python/pdm/Manifest deleted file mode 100644 index ad4b618..0000000 --- a/dev-python/pdm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pdm-2.7.4.tar.gz 3062137 BLAKE2B 097ec9f15ef9ed82111509cbad135bf3c4c91bab38337d87f113a92d813c8dc8c980bb5131057819735a53b0a4dbdfb73cd0381b4915dc48a1e01e2652751a38 SHA512 17621b2243251b91737b8c0e4a393b00c7fd23b352ed99b521d965cfcf40c1ca0d33a409ea02fb03647f2662c10d7ee6f4e53f14cc4c276f08f0d7573f2de5b3 diff --git a/dev-python/pdm/metadata.xml b/dev-python/pdm/metadata.xml deleted file mode 100644 index ce7c871..0000000 --- a/dev-python/pdm/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - holgersson@posteo.de - Nils Freydank - - - pdm-project/pdm - pdm - - diff --git a/dev-python/pdm/pdm-2.7.4.ebuild b/dev-python/pdm/pdm-2.7.4.ebuild deleted file mode 100644 index a8ceba4..0000000 --- a/dev-python/pdm/pdm-2.7.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_11 ) -inherit distutils-r1 pypi - -DESCRIPTION="Python package and dependcy manager supporting latest PEPs" -HOMEPAGE=" - https://pdm.fming.dev/latest/ - https://github.com/pdm-project/pdm - https://pypi.org/project/pdm/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/blinker[${PYTHON_USEDEP}] - 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}] - dev-python/resolvelib[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] - dev-python/shellingham[${PYTHON_USEDEP}] - dev-python/tomlkit[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] - >=dev-python/unearth-0.9.0[${PYTHON_USEDEP}] - dev-python/virtualenv[${PYTHON_USEDEP}] -" -BDEPEND="" - -distutils_enable_tests pytest