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