dev-python/pdm: Add package version 2.3.4

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-31 16:46:12 +01:00
parent 20d8c81473
commit 142d756cd8
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 43 additions and 0 deletions

1
dev-python/pdm/Manifest Normal file
View File

@ -0,0 +1 @@
DIST pdm-2.3.4.tar.gz 2878014 BLAKE2B f62ef5be0d6832ecfb8e1de7fcd6ac99367d46dc6d6bf8613f58593765fe2804376698c7e93357fdd4f6a5d6ed24927d508418c2b5aceaeb1a1969bea991e0f7 SHA512 d4a08318bd0728bb63c5be345fb8a15738db6b250f3f2d550e8259dee464a2ad0389113eae932cdbfcac3ea575426e66327d183902e3426daa0786f3920d6488

View File

@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<upstream>
<remote-id type="pypi">pdm</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pdm
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python package and dependcy manager supporting latest PEPs"
HOMEPAGE="
https://pdm.fming.dev/latest/
https://pypi.org/project/pdm/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/findpython[${PYTHON_USEDEP}]
dev-python/unearth[${PYTHON_USEDEP}]
dev-python/pyproject-hooks[${PYTHON_USEDEP}]
dev-python/shellingham[${PYTHON_USEDEP}]
"
BDEPEND=""
distutils_enable_tests pytest