python3-keyring: update to 24.0.1.
This commit is contained in:
parent
4cd55003ac
commit
eed850591d
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-keyring'
|
# Template file for 'python3-keyring'
|
||||||
pkgname=python3-keyring
|
pkgname=python3-keyring
|
||||||
version=23.13.1
|
version=24.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
|
@ -11,9 +11,14 @@ short_desc="Python interface to the system keyring service"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pypi.org/project/keyring/"
|
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"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue