# Template file for 'python3-pytokens'
pkgname=python3-pytokens
version=0.3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest-cov"
short_desc="Fast, spec compliant Python 3.12+ tokenizer"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/tusharsadhwani/pytokens"
distfiles="${PYPI_SITE}/p/pytokens/pytokens-${version}.tar.gz"
checksum=2f932b14ed08de5fcf0b391ace2642f858f1394c0857202959000b68ed7a458a

post_install() {
	vlicense LICENSE
}
