New package: python3-pdm-build-locked-0.3.5

This commit is contained in:
Komeil Parseh 2025-07-01 23:06:58 +03:30
parent 443fd8708d
commit 4c22e21d5a
No known key found for this signature in database
GPG key ID: 4D49B19F3D0D7879

View file

@ -0,0 +1,16 @@
# Template file for 'python3-pdm-build-locked'
pkgname=python3-pdm-build-locked
version=0.3.5
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-pdm-backend"
short_desc="Pdm plugin to publish locked dependencies as optional-dependencies"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://pdm-build-locked.readthedocs.io/"
distfiles="${PYPI_SITE}/p/pdm_build_locked/pdm_build_locked-${version}.tar.gz"
checksum=ab2f381e00d79841d46be2e6909c265038b9fa951de2bf551ca6adb7f6844201
post_install() {
vlicense LICENSE
}