20 lines
628 B
Bash
20 lines
628 B
Bash
# Template file for 'python3-tokenize-rt'
|
|
pkgname=python3-tokenize-rt
|
|
version=5.0.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Wrapper around the stdlib \`tokenize\` which roundtrips"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://pypi.org/project/tokenize-rt"
|
|
# Don't use PyPI because tests are missing.
|
|
distfiles="https://github.com/asottile/tokenize-rt/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8e010b7e2f23dc1c1299da86ebb77ae9fdb07291dbabb6f03327d4012173c4ce
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|