New package: pdm-2.25.4

This commit is contained in:
Komeil Parseh 2025-07-01 23:03:57 +03:30
parent 508dbc6189
commit 8f0edc0f45
No known key found for this signature in database
GPG key ID: 4D49B19F3D0D7879

25
srcpkgs/pdm/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'pdm'
pkgname=pdm
version=2.25.4
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-pdm-backend python3-pdm-build-locked"
depends="python3-blinker python3-dep-logic python3-dotenv python3-filelock python3-findpython python3-httpx python3-hishel
python3-idna python3-id python3-installer python3-msgpack python3-pbs-installer python3-pyproject-hooks python3-resolvelib
python3-certifi python3-httpcore python3-packaging python3-platformdirs python3-rich python3-shellingham python3-truststore
python3-tomli python3-tomlkit python3-virtualenv python3-unearth"
checkdepends="${depends} python3-pytest python3-pytest-cov python3-pytest-httpserver python3-pytest-httpx
python3-pytest-mock python3-pytest-rerunfailures python3-pytest-xdist"
short_desc="Modern Python package and dependency manager"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://pdm-project.org/"
changelog="https://raw.githubusercontent.com/pdm-project/pdm/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/pdm/pdm-${version}.tar.gz"
checksum=bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c
# Tests fail on Python 3.13 due to type annotation incompatibilities (e.g. AbstractProvider[str])
make_check=no
post_install() {
vlicense LICENSE
}