python3-mypy_extensions: update to 1.0.0.

This commit is contained in:
icp 2023-02-09 22:48:12 +05:30 committed by Michal Vasilek
parent 58b0e56168
commit 0ec7a53e26
1 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'python3-mypy_extensions' # Template file for 'python3-mypy_extensions'
pkgname=python3-mypy_extensions pkgname=python3-mypy_extensions
version=0.4.3 version=1.0.0
revision=5 revision=1
build_style=python3-module build_style=python3-module
pycompile_module="mypy_extensions.py" make_check_target="tests/testextensions.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-pytest"
short_desc="Extensions to the typing module use by mypy" short_desc="Extensions to the typing module use by mypy"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="http://www.mypy-lang.org/" homepage="https://github.com/python/mypy_extensions"
distfiles="${PYPI_SITE}/m/mypy_extensions/mypy_extensions-${version}.tar.gz" distfiles="https://github.com/python/mypy_extensions/archive/refs/tags/${version}.tar.gz"
checksum=2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8 checksum=c1f1fc0cc5f5be7d3a70b6dd4b85f9e2b02d788d66f3a168652a65df6571df07
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE