diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template index 5cf17b60a00..9a842617e23 100644 --- a/srcpkgs/python3-utils/template +++ b/srcpkgs/python3-utils/template @@ -1,17 +1,17 @@ # Template file for 'python3-utils' pkgname=python3-utils -version=3.5.2 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3" -checkdepends="python3-pytest python3-pytest-asyncio" +version=3.8.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-typing_extensions" +checkdepends="${depends} python3-pytest-asyncio" short_desc="Convenient utilities not included with the standard Python3 install" maintainer="Karl Nilsson " license="BSD-3-Clause" homepage="https://python-utils.readthedocs.org/en/latest/" distfiles="https://github.com/wolph/python-utils/archive/refs/tags/v${version}.tar.gz" -checksum=390679454ce9d9f33bff932b17d75648a9cfddc23e771cf6c4c37a1274b3f66e +checksum=3e040c35c51ecc6bc194a23e7ff7f4a8bab9686ed3ccd5bd77018bf8b4d9a310 post_extract() { rm pytest.ini _python_utils_tests/test_logger.py # requires unpackaged loguru