void-packages/srcpkgs/python3-appdirs/template
2021-10-09 08:00:36 -04:00

23 lines
602 B
Bash

# Template file for 'python3-appdirs'
pkgname=python3-appdirs
version=1.4.4
revision=4
wrksrc="appdirs-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 module for determining appropriate platform-specific dirs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ActiveState/appdirs/"
distfiles="${PYPI_SITE}/a/appdirs/appdirs-${version}.tar.gz"
checksum=7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
do_check() {
python2 setup.py test
}
post_install() {
vlicense LICENSE.txt
}