# Template file for 'python3-six'
pkgname=python3-six
version=1.17.0
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python 2 and 3 compatibility utilities (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/benjaminp/six"
changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES"
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
checksum=ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81

post_install() {
	vlicense LICENSE
}
