void-packages/srcpkgs/python3-keyring/template
2025-02-15 00:33:06 +00:00

24 lines
797 B
Bash

# Template file for 'python3-keyring'
pkgname=python3-keyring
version=25.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-SecretStorage python3-jeepney
python3-jaraco.classes python3-jaraco.functools python3-jaraco.context"
checkdepends="${depends} python3-pytest-xdist"
short_desc="Python interface to the system keyring service"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://pypi.org/project/keyring/"
changelog="https://raw.githubusercontent.com/jaraco/keyring/main/NEWS.rst"
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
checksum=0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66
pre_check() {
vsed -e '/addopts/d' -i pytest.ini
}
post_install() {
vlicense LICENSE
}