New package: python3-findpython-0.6.3

This commit is contained in:
Komeil Parseh 2025-07-01 23:04:50 +03:30
parent 8efb8f2c09
commit 0404a24792
No known key found for this signature in database
GPG key ID: 4D49B19F3D0D7879

View file

@ -0,0 +1,24 @@
# Template file for 'python3-findpython'
pkgname=python3-findpython
version=0.6.3
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-pdm-backend"
depends="python3-packaging"
checkdepends="python3-pytest"
short_desc="Utility to find python versions on your system"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://github.com/frostming/findpython"
changelog="https://raw.githubusercontent.com/pdm-project/pdm/main/CHANGELOG.md"
distfiles="https://github.com/frostming/findpython/archive/refs/tags/${version}.tar.gz"
checksum=6da4a3f00326db2765e60a61bcd5f7941836cdadc3a4b0e60b860da9f8b3fbaa
pre_build() {
# Specify fallback version to avoid SCM detection issues
export PDM_BUILD_SCM_VERSION="${version}"
}
post_install() {
vlicense LICENSE
}