From 0ec7a53e26d5fc9187a41b15ca033404d5cab38d Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 9 Feb 2023 22:48:12 +0530 Subject: [PATCH] python3-mypy_extensions: update to 1.0.0. --- srcpkgs/python3-mypy_extensions/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template index 13d4792f54a..b4357249d5d 100644 --- a/srcpkgs/python3-mypy_extensions/template +++ b/srcpkgs/python3-mypy_extensions/template @@ -1,17 +1,18 @@ # Template file for 'python3-mypy_extensions' pkgname=python3-mypy_extensions -version=0.4.3 -revision=5 +version=1.0.0 +revision=1 build_style=python3-module -pycompile_module="mypy_extensions.py" +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 " license="MIT" -homepage="http://www.mypy-lang.org/" -distfiles="${PYPI_SITE}/m/mypy_extensions/mypy_extensions-${version}.tar.gz" -checksum=2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8 +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