26 lines
747 B
Bash
26 lines
747 B
Bash
# Template file for 'python3-xdg-base-dirs'
|
|
pkgname=python3-xdg-base-dirs
|
|
version=6.0.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3"
|
|
short_desc="Python implementation of the XDG Base Directory Specification"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://github.com/srstevenson/xdg-base-dirs"
|
|
distfiles="${PYPI_SITE}/x/xdg-base-dirs/xdg_base_dirs-${version}.tar.gz"
|
|
checksum=b4c8f4ba72d1286018b25eea374ec6fbf4fddda3d4137edf50de95de53e195a6
|
|
# Tarball provides no tests
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-xdg-variables_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - transitional dummy package"
|
|
build_style=meta
|
|
}
|