mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: pdm-2.25.4
This commit is contained in:
parent
508dbc6189
commit
8f0edc0f45
1 changed files with 25 additions and 0 deletions
25
srcpkgs/pdm/template
Normal file
25
srcpkgs/pdm/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue