mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
New package: python3-unearth-0.17.5
This commit is contained in:
parent
0c5de39f1c
commit
56bdd70926
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-unearth/template
Normal file
22
srcpkgs/python3-unearth/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue