New package: python3-unearth-0.17.5

This commit is contained in:
Komeil Parseh 2025-07-01 23:07:48 +03:30
parent 0c5de39f1c
commit 56bdd70926
No known key found for this signature in database
GPG key ID: 4D49B19F3D0D7879

View file

@ -0,0 +1,22 @@
# Template file for 'python3-unearth'
pkgname=python3-unearth
version=0.17.5
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-pdm-backend"
depends="python3-httpx python3-packaging python3-requests"
short_desc="Utility to fetch and download python packages"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://github.com/frostming/unearth"
distfiles="https://github.com/frostming/unearth/archive/refs/tags/${version}.tar.gz"
checksum=306a4b4722988866217e0315fdc3f7716abab3b112cc7126a52f1cc8015b96cd
pre_build() {
# Specify fallback version to avoid SCM detection issues
export PDM_BUILD_SCM_VERSION="${version}"
}
post_install() {
vlicense LICENSE
}