1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/py3-mypy-extensions/APKBUILD
Justin Berthault 05d4555e03 testing/py3-mypy-extensions: new aport
https://www.mymy-lang.org/
Experimental type system ectensions for mypy typechecker
2020-05-21 07:46:25 +00:00

28 lines
819 B
Text

# Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=py3-mypy-extensions
pkgver=0.4.3
pkgrel=0
pkgdesc="Experimental type system ectensions for mypy typechecker"
url="https://www.mymy-lang.org/"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-tox"
source="https://files.pythonhosted.org/packages/source/m/mypy_extensions/mypy_extensions-$pkgver.tar.gz"
builddir="$srcdir/"mypy_extensions-$pkgver
build() {
python3 setup.py build
}
check() {
tox
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="b64dab28519f9e67b7b6bcb0445451eec07cc699ce1bbc65d56c28bd5dbcd72e9b324c9aed3f134df5645ee4bba6aa5f607fec133b3bfd5a1706186a0112ce6f mypy_extensions-0.4.3.tar.gz"