mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: python3-dep-logic-0.5.1
This commit is contained in:
parent
8f0edc0f45
commit
8efb8f2c09
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-dep-logic/template
Normal file
19
srcpkgs/python3-dep-logic/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-dep-logic'
|
||||||
|
pkgname=python3-dep-logic
|
||||||
|
version=0.5.1
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3 python3-build python3-pdm-backend"
|
||||||
|
depends="python3-packaging"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="Python dependency specifications supporting logical operations"
|
||||||
|
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/pdm-project/dep-logic"
|
||||||
|
distfiles="https://github.com/pdm-project/dep-logic/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=9f6a253d7dae80c6f05bd429333066b97b9130841792870722af28003b2de852
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# Specify fallback version to avoid SCM detection issues
|
||||||
|
export PDM_BUILD_SCM_VERSION="${version}"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue