python-keyring: update to 12.0.1

This commit is contained in:
Alessio Sergi 2018-04-22 18:52:56 +02:00
parent c55f325a82
commit 486c68dbe7

View file

@ -1,19 +1,19 @@
# Template file for 'python-keyring'
pkgname=python-keyring
version=12.0.0
version=12.0.1
revision=1
noarch=yes
wrksrc="keyring-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-SecretStorage python-entrypoints python-setuptools"
depends="python-setuptools python-SecretStorage python-entrypoints"
pycompile_module="keyring"
short_desc="Python2 interface to the system keyring service"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT"
homepage="https://github.com/jaraco/keyring"
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
checksum=c75df876240f69505b3aea1db4487e6c24870398ebdbc0dfdc723ec182835c6f
checksum=dcf0a28d9437dc9b5eb15ffd0158b1b5755a89be8d2f932be582d831c128652f
alternatives="keyring:keyring:/usr/bin/keyring2"
pre_build() {
@ -29,7 +29,7 @@ post_install() {
python3-keyring_package() {
noarch=yes
pycompile_module="keyring"
depends="python3-SecretStorage python3-entrypoints python3-setuptools"
depends="python3-setuptools python3-SecretStorage python3-entrypoints"
short_desc="${short_desc/Python2/Python3}"
alternatives="keyring:keyring:/usr/bin/keyring3"
pkg_install() {