diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template index 306cab402c8..24eb8790ee3 100644 --- a/srcpkgs/python3-keyring/template +++ b/srcpkgs/python3-keyring/template @@ -1,6 +1,6 @@ # Template file for 'python3-keyring' pkgname=python3-keyring -version=23.13.1 +version=24.0.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" @@ -11,9 +11,14 @@ short_desc="Python interface to the system keyring service" maintainer="icp " license="MIT" homepage="https://pypi.org/project/keyring/" -changelog="https://raw.githubusercontent.com/jaraco/keyring/main/CHANGES.rst" +changelog="https://raw.githubusercontent.com/jaraco/keyring/main/NEWS.rst" distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" -checksum=ba2e15a9b35e21908d0aaf4e0a47acc52d6ae33444df0da2b49d41a46ef6d678 +checksum=f77da625a448baa77906b099be9feaa29aa90979547506ac1ec422926085cee0 +make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1" + +pre_check() { + vsed -e '/addopts/d' -i pytest.ini +} post_install() { vlicense LICENSE