New package: python3-pytokens-0.1.10

This commit is contained in:
icp
2025-10-06 12:47:58 +05:30
parent 507a9b24ee
commit e20db1ac97
+17
View File
@@ -0,0 +1,17 @@
# Template file for 'python3-pytokens'
pkgname=python3-pytokens
version=0.1.10
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
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=c9a4bfa0be1d26aebce03e6884ba454e842f186a59ea43a6d3b25af58223c044
post_install() {
vlicense LICENSE
}