mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python3-keyring: update to 23.7.0.
This commit is contained in:
parent
1cf27c7dc3
commit
051838657f
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python3-keyring'
|
# Template file for 'python3-keyring'
|
||||||
pkgname=python3-keyring
|
pkgname=python3-keyring
|
||||||
version=23.5.0
|
version=23.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="keyring-${version}"
|
wrksrc="keyring-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="python3-SecretStorage python3-importlib_metadata"
|
depends="python3-SecretStorage"
|
||||||
checkdepends="python3-importlib_metadata python3-pytest
|
checkdepends="python3-pytest
|
||||||
python3-pytest-flake8 python3-pytest-cov"
|
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -14,7 +14,7 @@ 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=9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9
|
checksum=782e1cd1132e91bf459fcd243bcf25b326015c1ac0b198e4408f91fa6791062b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue