# Contributor: Justin Berthault # Maintainer: Justin Berthault pkgname=py3-mypy pkgver=1.4.1 pkgrel=0 pkgdesc="Optional static typing for Python (PEP484)" url="https://mypy-lang.org/" arch="noarch" license="MIT" depends=" py3-mypy-extensions py3-typing-extensions " makedepends="python3-dev py3-gpep517 py3-setuptools py3-wheel" checkdepends="py3-pytest py3-pytest-xdist py3-lxml py3-typed-ast py3-virtualenv" subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/python/mypy/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/mypy-$pkgver" options="!check" # they take forever build() { gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m venv --clear --without-pip --system-site-packages test-env test-env/bin/python3 -m installer .dist/mypy-*.whl test-env/bin/python3 -m pytest } package() { python3 -m installer -d "$pkgdir" \ .dist/mypy-*.whl } sha512sums=" 8a20ded76d9d3f323dc607c6cfdd4814c2ab798620a0b38198c7ff79bd1fb93aef7f8d60afa6e568957fcd8d9bfdf42308da07b4b0dd6260f192131377ee6951 py3-mypy-1.4.1.tar.gz "