New package: python3-xdg-variables-4.0.1

This commit is contained in:
Reed Wade 2020-01-11 13:03:34 +01:00 committed by Piotr
parent 834f439e61
commit 25f3b3403a
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-xdg-variables'
pkgname=python3-xdg-variables
version=4.0.1
revision=1
archs=noarch
wrksrc="xdg-${version}"
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
}