python3-xdg-variables: update to 6.0.1, rename to python3-xdg-base-dirs

This commit is contained in:
Andrew J. Hesford 2023-10-10 21:56:58 -04:00 committed by Andrew J. Hesford
parent 437f47a164
commit dfa03ae75f
3 changed files with 26 additions and 17 deletions

View file

@ -0,0 +1,25 @@
# 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
}

View file

@ -0,0 +1 @@
python3-xdg-base-dirs

View file

@ -1,17 +0,0 @@
# Template file for 'python3-xdg-variables'
pkgname=python3-xdg-variables
version=4.0.1
revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-inotify python3-aionotify"
short_desc="Provide variables defined by the XDG Base Directory Specification"
maintainer="Stacy Harper <contact@stacyharper.net>"
license="ISC"
homepage="https://github.com/srstevenson/xdg"
distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
post_install() {
vlicense LICENCE
}