mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python3-keyring: update to 23.0.1.
- update dependencies
This commit is contained in:
parent
87a87796b7
commit
c1770a7f77
1 changed files with 6 additions and 4 deletions
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'python3-keyring'
|
# Template file for 'python3-keyring'
|
||||||
pkgname=python3-keyring
|
pkgname=python3-keyring
|
||||||
version=21.2.1
|
version=23.0.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="keyring-${version}"
|
wrksrc="keyring-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm python3-toml"
|
hostmakedepends="python3-setuptools_scm python3-toml"
|
||||||
depends="python3-setuptools python3-SecretStorage python3-entrypoints"
|
depends="python3-SecretStorage python3-importlib_metadata"
|
||||||
|
checkdepends="python3-importlib_metadata python3-pytest
|
||||||
|
python3-pytest-flake8 python3-pytest-cov"
|
||||||
short_desc="Python interface to the system keyring service"
|
short_desc="Python interface to the system keyring service"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/keyring"
|
homepage="https://github.com/jaraco/keyring"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
|
||||||
checksum=c53e0e5ccde3ad34284a40ce7976b5b3a3d6de70344c3f8ee44364cc340976ec
|
checksum=045703609dd3fccfcdb27da201684278823b72af515aedec1a8515719a038cb8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue