17 lines
552 B
Bash
17 lines
552 B
Bash
# Template file for 'python3-xdg'
|
|
pkgname=python3-xdg
|
|
version=0.28
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 library to access freedesktop.org standards"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.0-only"
|
|
homepage="https://freedesktop.org/Software/pyxdg"
|
|
distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
|
|
checksum=3267bb3074e934df202af2ee0868575484108581e6f3cb006af1da35395e88b4
|
|
|
|
# Both provide Python module xdg.
|
|
conflicts="python3-xdg-variables<6.0.1_1"
|