mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python3-keyrings-alt: update to 4.0.2.
This commit is contained in:
parent
688b402dc8
commit
bda332a0b6
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'python3-keyrings-alt'
|
# Template file for 'python3-keyrings-alt'
|
||||||
pkgname=python3-keyrings-alt
|
pkgname=python3-keyrings-alt
|
||||||
version=3.4.0
|
version=4.0.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="keyrings.alt-${version}"
|
wrksrc="keyrings.alt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-keyring"
|
depends="python3-keyring"
|
||||||
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Alternate keyring backend implementations"
|
short_desc="Alternate keyring backend implementations"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/keyrings.alt"
|
homepage="https://github.com/jaraco/keyrings.alt"
|
||||||
|
changelog="https://raw.githubusercontent.com/jaraco/keyrings.alt/main/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
||||||
checksum=91328ac4229e70b1d0061d21bf61d36b031a6b4828f2682e38c741812f6eb23d
|
checksum=cc475635099d6edd7e475c5a479e5b4da5e811a3af04495a1e9ada488d16fe25
|
||||||
|
|
||||||
post_intall() {
|
post_intall() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue