parent
1e2610171c
commit
d159357093
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'python3-keyring'
|
||||
pkgname=python3-keyring
|
||||
version=23.7.0
|
||||
version=23.9.3
|
||||
revision=1
|
||||
wrksrc="keyring-${version}"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||
depends="python3-SecretStorage"
|
||||
checkdepends="python3-pytest
|
||||
python3-pytest-flake8 python3-pytest-cov"
|
||||
depends="python3-SecretStorage python3-jeepney python3-jaraco.classes"
|
||||
checkdepends="${depends} python3-pytest-xdist"
|
||||
short_desc="Python interface to the system keyring service"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jaraco/keyring"
|
||||
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
|
||||
checksum=782e1cd1132e91bf459fcd243bcf25b326015c1ac0b198e4408f91fa6791062b
|
||||
checksum=69b01dd83c42f590250fe7a1f503fc229b14de83857314b1933a3ddbf595c4a5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue