20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'python3-mypy_extensions'
|
|
pkgname=python3-mypy_extensions
|
|
version=1.0.0
|
|
revision=2
|
|
build_style=python3-module
|
|
make_check_target="tests/testextensions.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Extensions to the typing module use by mypy"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/python/mypy_extensions"
|
|
distfiles="https://github.com/python/mypy_extensions/archive/refs/tags/${version}.tar.gz"
|
|
checksum=c1f1fc0cc5f5be7d3a70b6dd4b85f9e2b02d788d66f3a168652a65df6571df07
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|